大侠帮我看看,怎么多了条route?

发表于:2007-07-04来源:作者:点击数: 标签:
[root@gateroot]#route KernelIProutingtable DestinationGatewayGenmaskFlagsMetricRefUseIface 192.168.3.0*255.255.255.0U000eth0 192.168.2.0*255.255.255.0U000eth2 192.168.1.0*255.255.255.0U000eth1 172.16.101.0*255.255.255.0U000eth3 169.254.0.0

[root@gate root]# route
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
192.168.3.0     *               255.255.255.0   U     0      0        0 eth0
192.168.2.0     *               255.255.255.0   U     0      0        0 eth2
192.168.1.0     *               255.255.255.0   U     0      0        0 eth1
172.16.101.0     *               255.255.255.0   U     0      0        0 eth3
169.254.0.0     *               255.255.0.0     U     0      0        0 eth3
127.0.0.0       *               255.0.0.0       U     0      0        0 lo
default         172.16.101.1     0.0.0.0         UG    0      0        0 eth3
___________________________________________________
不知道那个169.254.0.0是从哪里来的?其它都是我设的。不知是不是被人入侵了?

 zhoulm 回复于:2003-08-27 09:10:21
应该没事,你是不是用的ADSL?我也有那条。。

 hsyll 回复于:2003-08-27 09:56:02
不是啊,我是用的宽带

 zhoulm 回复于:2003-08-27 10:20:27
DHCP分配的原因,eth3是你连接宽带的网卡吧?   

这种说法好像不太对,我刚才查了一下。
Automatic Private IP Addressing (APIPA) address  169.254.0.0/16

 hsyll 回复于:2003-08-27 11:24:07
eth3是我连宽带的网卡。我明白原因了,thanks!

原文转自:http://www.ltesting.net