Ethernet Network

Self Help

Is your computer correctly connected to the network?

  • Linux

    $ sudo dmesg | egrep -i "Link is Up|Link is Down
    

    The last message you see should be something like:

    [X] Driver: ethY Link is Up Z Mbps W Duplex, Flow Control: RX/TX
    

    If your last message is “Link is Down”, it means that your computer is incorrectly connected to the network. See below.

  • Windows

    First we will open up a terminal. To do this you can either press the “Windows” key on your keyboard or click on the “Start Menu” icon, and type “cmd” followed by the “Enter” key, as shown below:

    ../_images/windows_cmd_1.jpg

    Next run “ipconfig”

    ../_images/windows_cmd_2.png

    You should be able to scroll up and find an interface with the name “Ethernet adapter Ethernet”. This is an example of a connected interface:

    ../_images/windows_cmd_3.png

    This is an example of a non-connected interface:

    ../_images/windows_cmd_4.png

    If you see this kind of information it means that your computer is incorrectly connected to the network. See below.

  • MacOS X

    Click on the wireless icon on your desktop and select “Open Network Preferences” as shown below:

    ../_images/mac_net_1.jpg

    Select “Ethernet” from the left pane. Check that the status is “Connected” and that in the “Configure IPv4” box “Using DHCP” is selected. If any of these fail, keep reading.

Your computer can be incorrectly connected to the network by several reasons

  1. Faulty cable. Usually translates into computer not detecting the connection or connection instability.

    Please try with another cable. If you can’t get any extra cables in your office, request one sending the Network Cable Request e-mail template.

  2. Faulty ethernet adapter. Usually translates into connection instability.

    Request support sending the Network Troubleshooting e-mail template.

  3. Faulty switch. Usually translates into connection instability.

    Request support sending the Network Troubleshooting e-mail template.

Does your computer have a valid IP address?

Usually network configuration on centra’s users computers is done automatically using dhcp. Is your Operating System configured to automatically get it’s IP address through dhcp?

  • Linux

    If you are using Network Manager graphical interface to configure your network adapter run

    $ nm-connection-editor
    

    Now you should see a window with your configured connections.

    Select the Wired Connection, and press “Edit”

    ../_images/linux_nm_1.png

    Now, in the “IPv4 Settings” tab, make sure that the selected method is “Automatic (DHCP)”, and press “Save...”

    ../_images/linux_nm_2.png
  • Windows

    Open “Control Panel” from the “Start” menu, go to “Network and Sharing Center” (you may have to change the view to ”... Icons”) and press “change adapter settings”

    ../_images/windows_dhcp_1.png

    Here right-click your Ethernet network adapter and choose “Properties”

    ../_images/windows_dhcp_2.png

    Now select “Internet Protocol Version 4 (TCP/IPv4) and click “Properties”

    ../_images/windows_dhcp_3.png

    Make sure everything here is set to automatic as shown below, and click “OK”

    ../_images/windows_dhcp_4.png
  • Mac OS X

    In the previous screen (Open Network Preferences), make sure the selection box “Configure IPv4” is set to “Using DHCP”.

    ../_images/mac_net_2.png

    Next click “Advanced”, go to “Hardware” tab and ensure that the “Configure” box is set to “Automatically”:

    ../_images/mac_net_3.png

Is your Operating System correctly getting it’s IP address from dhcp server?

  • Linux

    $ sudo dhclient -v
    
  • Windows

    In a terminal (see Is your computer correctly connected to the network?)

    C:\> ipconfig /renew
    
  • Mac OS X

    $ sudo dhclient -v
    

Diagnosis

If none of the above helped, please follow these diagnosis instructions to include further information on the support request.

Do you have connectivity inside the building?

In a running terminal, ping the building’s global gateway:

  • Linux, Windows, Mac OS X

    $ ping 193.136.161.254
    

You should read something like this if the connectivity to the outside of the building is OK:

PING 193.136.161.25 (X) Y bytes of data.
Y bytes from Z (X): icmp_seq=1 ttl=W time=T
Y bytes from Z (X): icmp_seq=2 ttl=W time=T
Y bytes from Z (X): icmp_seq=3 ttl=W time=T
Y bytes from Z (X): icmp_seq=4 ttl=W time=T

You should read something like this if the connectivity to the outside of the building is NOT OK:

PING 193.136.161.25 (X) Y bytes of data.
From Z (Z's IP Address) icmp_seq=1 Destination Host Unreachable
From Z (Z's IP Address) icmp_seq=2 Destination Host Unreachable
From Z (Z's IP Address) icmp_seq=3 Destination Host Unreachable
From Z (Z's IP Address) icmp_seq=3 Destination Host Unreachable

Do you have connectivity to the outside of the building?

In a running terminal, ping the campus DNS Servers:

  • Linux, Windows, MacOS X

    $ ping 193.136.128.3
    

or

$ ping 193.136.128.4

You should read something like this if the connectivity to the outside of the building is OK:

PING 193.136.128.3/4 (X) Y bytes of data.
Y bytes from Z (X): icmp_seq=1 ttl=W time=T
Y bytes from Z (X): icmp_seq=2 ttl=W time=T
Y bytes from Z (X): icmp_seq=3 ttl=W time=T
Y bytes from Z (X): icmp_seq=4 ttl=W time=T

You should read something like this if the connectivity to the outside of the building is NOT OK:

PING 193.136.128.3/4 (X) Y bytes of data.
From Z (Z's IP Address) icmp_seq=1 Destination Host Unreachable
From Z (Z's IP Address) icmp_seq=2 Destination Host Unreachable
From Z (Z's IP Address) icmp_seq=3 Destination Host Unreachable
From Z (Z's IP Address) icmp_seq=3 Destination Host Unreachable

Do you have connectivity to the outside of the campus?

In a running terminal ping Google:

  • Linux, Windows, Mac OS X

    $ ping www.google.com
    

You should read something like this if the connectivity to the outside of the campus is OK:

PING www.l.google.com (X) Y bytes of data.
Y bytes from Z (X): icmp_seq=1 ttl=W time=T
Y bytes from Z (X): icmp_seq=2 ttl=W time=T
Y bytes from Z (X): icmp_seq=3 ttl=W time=T
Y bytes from Z (X): icmp_seq=4 ttl=W time=T

You should read something like this if the connectivity to the outside of the campus is NOT OK:

PING www.l.google.com (X) Y bytes of data.
From Z (Z's IP Address) icmp_seq=1 Destination Host Unreachable
From Z (Z's IP Address) icmp_seq=2 Destination Host Unreachable
From Z (Z's IP Address) icmp_seq=3 Destination Host Unreachable
From Z (Z's IP Address) icmp_seq=3 Destination Host Unreachable

If you have the answer to all the questions in Diagnosis please contact us via e-mail.

Note that if you are contacting on behalf of someone, please add in the e-mail message who that person is and a contact for that person.