以下是我的路线输出。eth0
是我的有线网络,也是eth1
我的无线网络。只有有线设备可以访问互联网。如果我启用无线,我将无法访问互联网,它会尝试通过无线路由器访问,eth1
并且我会收到无线路由器的 404 页面。为什么eth1
默认值有更高的优先级eth0
(关联)?
[balakrishnan@mylap ~]$ route
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
default 10.26.0.1 0.0.0.0 UG 0 0 0 eth0
10.26.0.0 * 255.255.192.0 U 1 0 0 eth0
link-local * 255.255.0.0 U 1000 0 0 eth0
192.168.1.0 * 255.255.255.0 U 9 0 0 eth1
[balakrishnan@mylap ~]$ tracepath -n 8.8.8.8
1: 10.26.21.101 0.098ms pmtu 1500
1: 10.26.0.1 35.519ms
1: 10.26.0.1 29.763ms
2: 113.193.0.209 29.718ms
3: no reply
4: no reply
5: no reply
编辑:我注意到有时(很少)我能够连接。看起来它会随机尝试两个接口。有没有办法设置只使用 eth0 ?