Hello, thank you for the reply, here the info you asked for:
First, a resume:
you gave me 7 steps to follow:
1- ping 127.0.0.1: ok
2- ping by localhost: ok
3- ping my vector linux machine ip: ok
4- ping my other machine: fail (an extrange kernel output appeared: "
Disabling IRQ 10" if I in gui mode the mouse stops, suspect this has something to do with my no gui boot problem)
5- ping my router: fail.
6- ping yahoo (also tried my ISP home page): fail.
7- route -e: don't sure but seems ok.
now the full output:
Log of ping -c 4 127.0.0.1
Mon Jan 12 22:29:08 2009
PING 127.0.0.1 (127.0.0.1) 56(84) bytes of data.
64 bytes from 127.0.0.1: icmp_seq=1 ttl=64 time=0.217 ms
64 bytes from 127.0.0.1: icmp_seq=2 ttl=64 time=0.055 ms
64 bytes from 127.0.0.1: icmp_seq=3 ttl=64 time=0.052 ms
64 bytes from 127.0.0.1: icmp_seq=4 ttl=64 time=0.051 ms
--- 127.0.0.1 ping statistics ---
4 packets transmitted, 4 received, 0% packet loss, time 2998ms
rtt min/avg/max/mdev = 0.051/0.093/0.217/0.072 ms
Mon Jan 12 22:29:11 2009
----------------
Log of ping -c 4 vector.linux.net
Mon Jan 12 22:30:35 2009
PING vector.linux.net (192.168.1.3) 56(84) bytes of data.
64 bytes from vector.linux.net (192.168.1.3): icmp_seq=1 ttl=64 time=0.203 ms
64 bytes from vector.linux.net (192.168.1.3): icmp_seq=2 ttl=64 time=0.072 ms
64 bytes from vector.linux.net (192.168.1.3): icmp_seq=3 ttl=64 time=0.058 ms
64 bytes from vector.linux.net (192.168.1.3): icmp_seq=4 ttl=64 time=0.073 ms
--- vector.linux.net ping statistics ---
4 packets transmitted, 4 received, 0% packet loss, time 2999ms
rtt min/avg/max/mdev = 0.058/0.101/0.203/0.059 ms
Mon Jan 12 22:30:38 2009
----------------
192.168.1.3 is my vector linux machine static ip.
Log of ping -c 4 192.168.1.3
Mon Jan 12 22:31:29 2009
PING 192.168.1.3 (192.168.1.3) 56(84) bytes of data.
64 bytes from 192.168.1.3: icmp_seq=1 ttl=64 time=0.202 ms
64 bytes from 192.168.1.3: icmp_seq=2 ttl=64 time=0.058 ms
64 bytes from 192.168.1.3: icmp_seq=3 ttl=64 time=0.055 ms
64 bytes from 192.168.1.3: icmp_seq=4 ttl=64 time=0.054 ms
--- 192.168.1.3 ping statistics ---
4 packets transmitted, 4 received, 0% packet loss, time 2999ms
rtt min/avg/max/mdev = 0.054/0.092/0.202/0.063 ms
Mon Jan 12 22:31:32 2009
----------------
Log of ping -c 4 192.168.1.2
Mon Jan 12 22:32:14 2009
PING 192.168.1.2 (192.168.1.2) 56(84) bytes of data.
From 192.168.1.3 icmp_seq=2 Destination Host Unreachable
From 192.168.1.3 icmp_seq=3 Destination Host Unreachable
From 192.168.1.3 icmp_seq=4 Destination Host Unreachable
--- 192.168.1.2 ping statistics ---
4 packets transmitted, 0 received, +3 errors, 100% packet loss, time 2998ms
, pipe 3
ping died with exit status 1
Mon Jan 12 22:32:27 2009
----------------
At this point, the kernel generated an output saying "
Disabling IRQ 10". I suspect this has something to do with my no gui boot problem. The output was not quoted because all these quotes are from logsave command, and it seems it is not receiving kernel output, but I saw it in screen.
Log of ping -c 4 192.168.1.1
Mon Jan 12 22:34:35 2009
PING 192.168.1.1 (192.168.1.1) 56(84) bytes of data.
From 192.168.1.3 icmp_seq=2 Destination Host Unreachable
From 192.168.1.3 icmp_seq=3 Destination Host Unreachable
From 192.168.1.3 icmp_seq=4 Destination Host Unreachable
--- 192.168.1.1 ping statistics ---
4 packets transmitted, 0 received, +3 errors, 100% packet loss, time 2998ms
, pipe 3
ping died with exit status 1
Mon Jan 12 22:34:48 2009
----------------
Log of ping -c 4 yahoo.com
Mon Jan 12 22:35:19 2009
ping: unknown host yahoo.com
ping died with exit status 2
Mon Jan 12 22:35:40 2009
----------------
Log of route -e
Mon Jan 12 22:37:07 2009
Kernel IP routing table
Destination Gateway Genmask Flags MSS Window irtt Iface
localnet * 255.255.255.0 U 0 0 0 eth0
loopback * 255.0.0.0 U 0 0 0 lo
default 192.168.1.1 0.0.0.0 UG 0 0 0 eth0
Mon Jan 12 22:37:17 2009
----------------
Sorry for fill the page with commands outputs. Can you see where the problem is?