当我有了新的Wi-Fi加密狗时,我遇到了这个问题,并且看到一些人也遇到了同样的问题。基本上,当我配置了一个接口并想要交换到另一个接口时,它会抛出此错误:
RTNETLINK答案:文件存在
无法调出eth0
或类似的东西。
/etc/network/interfaces
文件:
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address 192.168.1.2
netmask 255.255.255.0
gateway 192.168.1.1
iface wlan0 inet static
address 192.168.1.3
netmask 255.255.255.0
gateway 192.168.1.1
destination IP -> interface
。因此,它将通过首先在路由表中解析的接口将其发送到网关。