我是 VyOS 新手。出于测试目的,我将其安装在 hyper-V 上。 VyOS 有 3 个活动接口,eth0 和 eth1 用于服务器和客户端。我希望 eth2 连接到 hyper-V 中的默认交换机。
show ip route
C* 192.168.11.0/24 directly connected, eth0, 01:13:15
C* 192.168.12.0/24 directly connected, eth1, 01:13:15
我尝试了不同的配置方法,但似乎没有任何效果。例如:
set protocols static interface-route 0.0.0.0/0 next-hop-interface eth2
Configuration path: Protocols static [interface-route] is not valid
Set failed
命令是:
set interfaces ethernet eth2 <CIDR address default gateway hyper-v guest>