1。。
[root@Proxy9 ~]# route
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
[color="Blue"]222.27.252.0 * 255.255.255.0 U 0 0 0 eth0
192.168.9.0 * 255.255.255.0 U 0 0 0 eth1
169.254.0.0 * 255.255.0.0 U 0 0 0 eth1
default 222.27.252.1 0.0.0.0 UG 0 0 0 eth0
2..
[root@Proxy9 ~]# route
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
[color="Red"]192.168.9.0 * 255.255.255.0 U 0 0 0 eth1
222.27.252.0 * 255.255.255.0 U 0 0 0 eth0
169.254.0.0 * 255.255.0.0 U 0 0 0 eth1
default 222.27.252.1 0.0.0.0 UG 0 0 0 eth0
3..
[root@Proxy9 ~]# ip route
[color="Red"]222.27.252.0/24 dev eth0 proto kernel scope link src 222.27.252.93
192.168.9.0/24 dev eth1 proto kernel scope link src 192.168.9.254
169.254.0.0/16 dev eth1 scope link
default via 222.27.252.1 dev eth0
4..
[root@Proxy9 ~]# ip route
[color="Blue"]192.168.9.0/24 dev eth1 proto kernel scope link src 192.168.9.254
222.27.252.0/24 dev eth0 proto kernel scope link src 222.27.252.93
169.254.0.0/16 dev eth1 scope link
default via 222.27.252.1 dev eth0