|
我用route 命令看到条169.254.0.0的路由,是什么啊?
man route看到相关的文件都是proc下的,难道没有配置文件?
[root@FCgate ~]# route
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
192.168.123.0 * 255.255.255.0 U 0 0 0 eth1
10.20.129.0 * 255.255.255.0 U 0 0 0 eth0
169.254.0.0 * 255.255.0.0 U 0 0 0 eth1
default 10.20.129.1 0.0.0.0 UG 0 0 0 eth0 |
|