|
|

楼主 |
发表于 2009-4-9 18:33:49
|
显示全部楼层
Google到两个帖子 :
http://www.cnblogs.com/yaoaijia/archive/2009/03/29/1319237.html
http://blog.s135.com/post/242/
xp装上了sygate
arch设置为静态ip :
eth0="eth0 192.168.100.4 netmask 255.255.255.0 broadcast 192.168.255.255"
INTERFACES=(eth0)
gateway="default gw 192.168.100.1"
ROUTES=(gateway)
还是不行啊
能够 ping 192.168.100.1
$ping -c 15 www.google.com
PING google.navigation.opendns.com (208.67.219.231) 56(84) bytes of data.
64 bytes from google.navigation.opendns.com (208.67.219.231): icmp_seq=1 ttl=50 time=207 ms
64 bytes from google.navigation.opendns.com (208.67.219.231): icmp_seq=2 ttl=50 time=209 ms
64 bytes from google.navigation.opendns.com (208.67.219.231): icmp_seq=3 ttl=50 time=207 ms
64 bytes from google.navigation.opendns.com (208.67.219.231): icmp_seq=4 ttl=50 time=208 ms
64 bytes from google.navigation.opendns.com (208.67.219.231): icmp_seq=5 ttl=50 time=208 ms
64 bytes from google.navigation.opendns.com (208.67.219.231): icmp_seq=6 ttl=50 time=209 ms
64 bytes from google.navigation.opendns.com (208.67.219.231): icmp_seq=7 ttl=50 time=208 ms
64 bytes from google.navigation.opendns.com (208.67.219.231): icmp_seq=8 ttl=50 time=208 ms
64 bytes from google.navigation.opendns.com (208.67.219.231): icmp_seq=9 ttl=50 time=208 ms
64 bytes from google.navigation.opendns.com (208.67.219.231): icmp_seq=10 ttl=50 time=212 ms
64 bytes from google.navigation.opendns.com (208.67.219.231): icmp_seq=11 ttl=50 time=214 ms
64 bytes from google.navigation.opendns.com (208.67.219.231): icmp_seq=12 ttl=50 time=213 ms
64 bytes from google.navigation.opendns.com (208.67.219.231): icmp_seq=13 ttl=50 time=211 ms
64 bytes from google.navigation.opendns.com (208.67.219.231): icmp_seq=14 ttl=50 time=209 ms
64 bytes from google.navigation.opendns.com (208.67.219.231): icmp_seq=15 ttl=50 time=216 ms
--- google.navigation.opendns.com ping statistics ---
15 packets transmitted, 15 received, 0% packet loss, time 14015ms
rtt min/avg/max/mdev = 207.829/210.297/216.320/2.634 ms
konq提示:请求的操作无法完成
超时错误
请求的细节:
URL:http://www.google.com
协议:http
日期和时间:星期四 09 四月 2009 18:38
其它信息:www.google.com
描述:
虽然已经联系了服务器,但在该请求所规定的时间内没有收到回应:
建立连接超时:20 秒
接收回应超时:600 秒
访问**服务器超时:10 秒
请注意, 您可以在 KDE 控制中心通过选择“网络”->“首选项”来改变这些超时设置。
可能的原因:
在网络中该计算机和服务器之间的路径可能有问题。
服务器忙于响应其它请求,以致无法对该请求做出响应。
可能的解决方法:
请即刻或稍后再重试。
联系服务器的管理员以获得更多帮助。 |
|