之前能上内网,不能上外网,用route改后,内外网都不能上了,怎么办呀?

我能ping通自己的ip,但是网关和dns都ping不通
我知道肯定是我把路由表那里改错了,可是怎么能改回来呢?

拜托啦,帮帮我哈~~~

肯定route命令哪里写错了。
重新编辑route一下。
在CMD 运行一下
route change 0.0.0.0 mask 0.0.0.0 192.168.0.1
其中192.168.0.1为网关,修改为你原来的内网网关。

参考资料:http://baike.baidu.com/view/2537014.htm

温馨提示:答案为网友推荐,仅供参考
第1个回答  2010-05-02
点击开始菜单-运行-cmd进入命令提示符
先查看路由表route print 看下有没有你的网关信息等
Active Routes:
Network Destination Netmask Gateway Interface Metric
0.0.0.0 0.0.0.0 192.168.0.1 192.168.0.3 25
127.0.0.0 255.0.0.0 127.0.0.1 127.0.0.1 1
192.168.0.0 255.255.255.0 192.168.0.3 192.168.0.3 25
192.168.0.3 255.255.255.255 127.0.0.1 127.0.0.1 25
192.168.0.255 255.255.255.255 192.168.0.3 192.168.0.3 25
224.0.0.0 240.0.0.0 192.168.0.3 192.168.0.3 25
255.255.255.255 255.255.255.255 192.168.0.3 2 1
255.255.255.255 255.255.255.255 192.168.0.3 192.168.0.3 1
Default Gateway: 192.168.0.1
===========================================================================
Persistent Routes:
None