|
|
我的路由表为什么每次开机都会变?
我设置好之后,再开机会就变回去!我用的是铁通的ADSL
如下,这是我刚开机时的路由表!
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
24.24.24.24 0.0.0.0 255.255.255.255 UH 0 0 0 ppp0
192.168.0.128 0.0.0.0 255.255.255.128 U 0 0 0 eth1
192.168.1.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
0.0.0.0 192.168.0.129 0.0.0.0 UG 0 0 0 eth1
正常应该是:
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
24.24.24.24 0.0.0.0 255.255.255.255 UH 0 0 0 ppp0
192.168.0.128 0.0.0.0 255.255.255.128 U 0 0 0 eth1
192.168.1.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
0.0.0.0 24.24.24.24 0.0.0.0 UG 0 0 0 ppp0
我的初步分析是因为我插了两块网卡!我只要拿下一块就会正常! |
|