jaestar
June 30th, 2008, 03:35 PM
I have a Dell Optiplex 755, brand new. Installed Ubuntu 8.04 with the alternate CD. Everything is working perfectly (that I've found so far) except for the network. This is not a wireless issue because I don't have any wireless cards.
1) Our network is static IP, dynamic IP is not an option.
2) I have a predefined hostname for the computer that matches the IP address, I can change them to other free ones that we have, but they change as a pair.
3) I have a Linksys Switched Hub connected to my wall port that I have four computers (including the Optiplex 755) connected to.
4) The cable isn't the problem, I've tested it.
The problem: I can ping the local computers on the switched hub using their IP addresses and receive a reply, if I try to use SSH, the connection takes a very long time and is closed by the remote computer.
I cannot: use the hostnames of the machines on my local switch instead of the IP address, I do not receive a ping reply from computers outside of the local hub but within the network using their IP address or hostname, and I do not receive a ping reply from the gateway or anything on the internet.
I think that once the problem of being able to contact the gateway is solved, the others will fall into place as well.
Here's some info that usually is asked for.
Ethernet Card:
$ lspci | grep Ethernet
00:19.0 Ethernet controller: Intel Corporation 82566DM-2 Gigabit Network Connection (rev 02)
Hosts file (IPv6 stuff removed):
$ cat /etc/hosts
127.0.0.1 localhost
130.127.24.129 vanzetti.parl.clemson.edu vanzetti
Resolv.conf file:
$ cat /etc/resolv.conf
search parl.clemson.edu
nameserver 130.127.200.2
nameserver 130.127.8.8
nameserver 130.127.28.40
Ifconfig:
$ ifconfig
eth0 Link encap:Ethernet HWaddr 00:1e:4f:f0:8b:7c
inet addr:130.127.24.129 Bcast:130.127.24.255 Mask:255.255.255.0
inet6 addr: fe80::21e:4fff:fef0:8b7c/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:2560 errors:0 dropped:0 overruns:0 frame:0
TX packets:108 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:295975 (289.0 KB) TX bytes:10144 (9.9 KB)
Memory:febe0000-fec00000
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:1555 errors:0 dropped:0 overruns:0 frame:0
TX packets:1555 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:78160 (76.3 KB) TX bytes:78160 (76.3 KB)
Any thoughts on what could be wrong? I originally had the problem where sudo could not resolve the host name, but found the solution posted on the forums and modified the hosts file; don't know if that's related or not. Any help would be greatly appreciated.
1) Our network is static IP, dynamic IP is not an option.
2) I have a predefined hostname for the computer that matches the IP address, I can change them to other free ones that we have, but they change as a pair.
3) I have a Linksys Switched Hub connected to my wall port that I have four computers (including the Optiplex 755) connected to.
4) The cable isn't the problem, I've tested it.
The problem: I can ping the local computers on the switched hub using their IP addresses and receive a reply, if I try to use SSH, the connection takes a very long time and is closed by the remote computer.
I cannot: use the hostnames of the machines on my local switch instead of the IP address, I do not receive a ping reply from computers outside of the local hub but within the network using their IP address or hostname, and I do not receive a ping reply from the gateway or anything on the internet.
I think that once the problem of being able to contact the gateway is solved, the others will fall into place as well.
Here's some info that usually is asked for.
Ethernet Card:
$ lspci | grep Ethernet
00:19.0 Ethernet controller: Intel Corporation 82566DM-2 Gigabit Network Connection (rev 02)
Hosts file (IPv6 stuff removed):
$ cat /etc/hosts
127.0.0.1 localhost
130.127.24.129 vanzetti.parl.clemson.edu vanzetti
Resolv.conf file:
$ cat /etc/resolv.conf
search parl.clemson.edu
nameserver 130.127.200.2
nameserver 130.127.8.8
nameserver 130.127.28.40
Ifconfig:
$ ifconfig
eth0 Link encap:Ethernet HWaddr 00:1e:4f:f0:8b:7c
inet addr:130.127.24.129 Bcast:130.127.24.255 Mask:255.255.255.0
inet6 addr: fe80::21e:4fff:fef0:8b7c/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:2560 errors:0 dropped:0 overruns:0 frame:0
TX packets:108 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:295975 (289.0 KB) TX bytes:10144 (9.9 KB)
Memory:febe0000-fec00000
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:1555 errors:0 dropped:0 overruns:0 frame:0
TX packets:1555 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:78160 (76.3 KB) TX bytes:78160 (76.3 KB)
Any thoughts on what could be wrong? I originally had the problem where sudo could not resolve the host name, but found the solution posted on the forums and modified the hosts file; don't know if that's related or not. Any help would be greatly appreciated.