这是我正在使用的拓扑。
在路由器中,e0isether1和e1is ether2。
LAN_A拥有最多的96客户。
LAN_B拥有最多的48客户。
VPC_LAN_A:
ip 192.168.10.1/25 192.168.10.10
VPC_LAN_B:
ip 192.168.10.2/26 192.168.10.20
Router_1_Mikrotik:
add address=192.168.10.10/24 interface=ether1
add address=192.168.10.20/24 interface=ether2
目标是从 pingLAN_A到LAN_B,但这种配置似乎不可能,我不知道为什么。
