我正在尝试添加到子网卡 eth0:1 的任何路由。当我运行“ip route list”时,此命令将打印 eth0 的已保存规则,而不是 eth0:1 的规则。为什么 ?怎么解决呢?
ip route add 192.168.1.1 dev eth0:1
ip route list
192.168.1.1 dev eth0 scope link
我正在尝试添加到子网卡 eth0:1 的任何路由。当我运行“ip route list”时,此命令将打印 eth0 的已保存规则,而不是 eth0:1 的规则。为什么 ?怎么解决呢?
ip route add 192.168.1.1 dev eth0:1
ip route list
192.168.1.1 dev eth0 scope link