I have a lab set up with two RB750Gr3 and one LTE router/modem that’s a black box.
Modem has a internet connection and an internal network in the 192.168.0.0/24 sub network. It is meant to emulate an ISP with ether1 on both Routers being a simulated WAN connection.
Routers are connected to the modem through ether1 on each. Both have static IPs: Router A has 192.168.0.41 and Router B has 192.168.0.42.
Both routers are connected to each other thorugh ether 2 using the 172.16.45.0/24 sub network. Router A is 172.16.45.254 and Router B is 172.16.45.253.
Ether3 on both Routers serve their own network with dhcp. Router A has 172.16.43.0/24 and Router B has 172.16.44.0/24. Both are host 254 in their own network.
Router B serves an OpenVPN server on port 192.168.0.42:1194. Router A is connected to said OpenVPN server. Network is 172.16.46.0/24, and A is on 253, while B is on 254.
Finally there’s a last network on ether4 of Router B, using the 172.16.42.0/24 sub network, but there’s nothing in it.
Both Routers have their routing tables set as follows:
Router A:
RB750Gr3_3.rsc (16.3 KB)
Router B:
Now, internal traffic works as I would expect. I can conect from any internal network to any other. For example, I have a pc plugged to Router A in ether3 with 172.16.43.253 as its DHCP obtained IP, and I can enter into Router B’s web interface through its 172.16.44.254 IP. No issues there. The direct cable, and the failover though the OVPN connection work fine as well. I can unplug any of the cables and connections between internal networks keep working. Also, connections to the modem work thourgh ether1 on both Routers, so no issues there.
The problem happens when I unplug the ether1 cable on any single router. It should use the other connection through ether2 as a failover for its default route, but it doesn’t. I lose connection to the modem, and to the internet. This doesn’t make sense to me, so I would appreciate any help or insight on the problem. Thanks!
I’ll leave both routers’ complete rsc scripts as attachments should you require them.
hEX_2 copy.rsc (16.4 KB)