reboot works but service network restart does not
If I reboot eth0 works fine but service network restart does not work.
service network restart returns OK, brings up the nic with the IP address, etc.
But the nic is not working, is not pingable, cannot ping out.
[root@elvis network-scripts]# ifconfig eth0
eth0 Link encap:Ethernet HWaddr 00:0F:20:6C:A5:0D
inet addr:10.141.1.160 Bcast:10.141.255.255 Mask:255.255.0.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:12613 errors:0 dropped:0 overruns:0 frame:0
TX packets:430 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:1068028 (1.0 Mb) TX bytes:27520 (26.8 Kb)
Interrupt:11 Memory:f7ef0000-f7f00000
[root@elvis network-scripts]# netstat -rn
Kernel IP routing table
Destination Gateway Genmask Flags MSS Window irtt Iface
169.254.0.0 0.0.0.0 255.255.0.0 U 0 0 0 eth0
10.141.0.0 0.0.0.0 255.255.0.0 U 0 0 0 eth0
0.0.0.0 10.141.1.1 0.0.0.0 UG 0 0 0 eth0
[root@elvis network-scripts]# ping 10.141.1.1
PING 10.141.1.1 (10.141.1.1) 56(84) bytes of data.
From 10.141.1.160 icmp_seq=0 Destination Host Unreachable
From 10.141.1.160 icmp_seq=1 Destination Host Unreachable
From 10.141.1.160 icmp_seq=2 Destination Host Unreachable
|