Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


Set card networking not available!
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

Set card networking not available!

AisheeAishee Member

I set up an Ubuntu Server but card networking not available!

Comments

  • Ask your provider to configure networking for your container, unless this is an unmanaged dedicated server you set up yourself?

  • AisheeAishee Member
    edited April 2015

    @0xdragon said:
    Ask your provider to configure networking for your container, unless this is an unmanaged dedicated server you set up yourself?

    I setup my dedicated server.

  • 0xdragon said: Ask your provider to configure networking for your container, unless this is an unmanaged dedicated server you set up yourself?

    what type of network card? killer?

  • @TarZZ92 said:

    I using ethernet!

  • Aishee said: I using ethernet!

    who is the maker of the card?

  • ClouviderClouvider Member, Patron Provider

    Simply saying the OS doesn't have the driver for your network card. Is either unpopular or just too new for your OS.

    Try 'dmesg', it should show you log of what was missing.
    When you find that information you will be able to find a driver, but since this will have to be delivered somehow to server, you might need a KVM access with Virtual Media.

    If you however have an option to ask your provider to do it, I would ask them to install the OS for you.

    Good luck!

    Thanked by 1Aishee
  • tommytommy Member

    ask Google she'll help you :D

    <! end of joke!

    Thanked by 1Aishee
  • ClouviderClouvider Member, Patron Provider

    Btw, if that's by any chance Dell R210, there is a known problem of Debian-like system not including the Broadcom integrated Ethernet card's driver the driver you are looking is called 'bnx2', you can download it as .deb and install it using dpkg.

    Thanked by 1Aishee
  • yomeroyomero Member
    edited April 2015

    Use "ifconfig -a" to see all the devices.
    If you can't see anything else, then yes, is a driver issue.

    Edit: I am blind

    Edit 2: Maybe something is renaming your interface to p4p1? If you do a quick search, some people has that problem.

    Thanked by 1Aishee
  • ClouviderClouvider Member, Patron Provider

    And I am a bit blind too ;).
    Have you tried assigning the IP to p4p1? Not all cards identify themselves as ethX.

    Thanked by 1Aishee
  • @Clouvider said:
    And I am a bit blind too ;).
    Have you tried assigning the IP to p4p1? Not all cards identify themselves as ethX.

    Now what do I do ??

  • auto p4p1
    
    iface p4p1 inet static
    address IP
    gateway GATEWAY
    netmask NETMASK
    
    Thanked by 1Aishee
  • tommytommy Member
    edited April 2015

    try @William instruction, or

    ifconfig down
    ifconfig p4p1 {{IP}} netmask {{NETMASK}} up
    

    Aishee said: Now what do I do ??

    show output of

    lspci 
    

    do you have DHCP server on your LAN?
    where's your dedicated server located? In DC or in your room/office?
    how you connect to your server?

  • @William said:

    > auto p4p1
    > 
    > iface p4p1 inet static
    > address IP
    > gateway GATEWAY
    > netmask NETMASK
    > 

    I set but networking not work!

  • ClouviderClouvider Member, Patron Provider

    @Aishee, can you paste output of 'ip addr' and 'ip route', please?

  • @Clouvider said:
    Aishee, can you paste output of 'ip addr' and 'ip route', please?

  • @William said:

    > auto p4p1
    > 
    > iface p4p1 inet static
    > address IP
    > gateway GATEWAY
    > netmask NETMASK
    > 

    not work!

  • ClouviderClouvider Member, Patron Provider

    You are using an internal IP and there is no gateway properly setup.

    There will be no internet access until it's done.
    Is the gateway configured for NAT at all?
    Is this a dedicated server or you are trying on some computer at home?

  • @Clouvider said:
    You are using an internal IP and there is no gateway properly setup.

    There will be no internet access until it's done.
    Is the gateway configured for NAT at all?
    Is this a dedicated server or you are trying on some computer at home?

    Computer at home of me!

  • p4p1 in your last photo shows No Carrier

    What is the output of:

    ifconfig -a

Sign In or Register to comment.