I'm not sure this question is relevant in this forum, but I really need your helps. I'm using Ubuntu 9.04, and when I do a ping to any ip or host, what I got were always 100% packet loss. This is terrible, since I cannot do many things in my textbook. Please help me to fix this problem. Thank you very much
|
migrated from stackoverflow.com Aug 12 '09 at 16:28
|
Work out where you first get 100% packet loss of ICMP pings. Try one or two pings to 127.0.0.1, your local external IP interface, your router (if any) or default gateway, ISP hosts (e.g. DNS server, mail server). Try [In particular, for Ubuntu, if you see long delays on sending pings (typically a 5s timeout when pinging by hostname), look at https://bugs.launchpad.net/bugs/80900 on how the avahi daemon can introduce these delays.] Possible causes of ping loss:
|
||||
|
|
|
try doing a traceroute to help discover where it's dying. |
|||
|
|
|
It sounds like your pings are being rejected somewhere. You should check to make sure that ICMP traffic is enabled on your router. Are you able to ping the local host IP? |
|||
|
|
|
It does sound like a firewall, but have you tried pinging localhost or 127.0.0.1 or your local IP address? If this works, then it's likely a firewall. |
|||
|
|