jack craig wrote: > On 12/31/2009 12:08 AM, Aura Ura wrote: >> In response to Jack's queries: >> >> #netstat -rn >> Kernel IP routing table >> Destination Gateway Genmask Flags MSS Window irtt >> Iface >> 10.24.156.1 0.0.0.0 255.255.255.255 UH 0 0 0 >> eth1 >> 10.24.156.0 0.0.0.0 255.255.254.0 U 0 0 0 >> eth1 >> 0.0.0.0 10.24.156.1 0.0.0.0 UG 0 0 0 >> eth1 >> >> # ping www.google.com >> PING www.l.google.com (64.233.169.106) 56(84) bytes of data. >> 64 bytes from yo-in-f106.1e100.net (64.233.169.106): icmp_seq=1 ttl=239 >> time=123 ms >> 64 bytes from yo-in-f106.1e100.net (64.233.169.106): icmp_seq=2 ttl=239 >> time=116 ms >> ^C >> --- www.l.google.com ping statistics --- >> 2 packets transmitted, 2 received, 0% packet loss, time 1274ms >> rtt min/avg/max/mdev = 116.044/119.553/123.063/3.526 ms >> > > your gateway is fine, your problem is different than mine. > > there is a tool, dnswalk, maybe if you run that it may uncover a dns issue?
also, could be a MTU issue. meaning that packets larger than a certain size aren't properly handled by one of the routers in between you and everyone else. install perl-libwww-perl and try something like `HEAD www.google.com`, it should give a ~700 byte return status. If that does work, it's an MTU issue, if not, it's something else. Auke _______________________________________________ Moblin dev Mailing List [email protected] To manage or unsubscribe from this mailing list visit: http://lists.moblin.org/listinfo/dev or your user account on http://moblin.org once logged in. For more information on the Moblin Developer Mailing lists visit: http://moblin.org/community/mailing-lists
