Hello, everyone
Please tell us about Route settings in the case of the following environments.
There are three WAN interfaces and one LAN interface.
-WAN interface
Eth1 (DHCPv4 and DHCPv6)
Eth2 (IPv4 PPPoE and VPN)
Eth3 (IPv4 PPPoE(Dial ondemand))
-LAN interface
bridge1 (192.168.1.1/24)
Basically, we use communication on Eth1 which can communicate between IPv4 and IPv6.
Although it is a 3 WAN configuration, PCC and load balance are not considered.
However, I only want to use Failover if it can be used. The priority ranks from Eth1 to 3 in order.
However, S2S VPN with Azure is established only for Eth2, and I think that only communication for that is done by routing.
I introduced the following settings, but it will not work. Please give me advice.
At least in this state, I confirm that I can not communicate with VPN.
/ip route
add check-gateway=ping distance=1 gateway=192.168.99.1(Eth1)
add check-gateway=ping distance=1 gateway=gmobb routing-mark=azure
add check-gateway=ping distance=2 gateway=ISP2(eth2)
add check-gateway=ping distance=3 gateway=ISP3(eth3)
/ip firewall mangle
add action=mark-connection chain=prerouting comment="to Azure test" connection-mark=no-mark dst-address=\
10.1.0.0/16 new-connection-mark=to_Azure passthrough=yes
add action=mark-routing chain=prerouting connection-mark=to_Azure new-routing-mark=azure passthrough=no
CCR1009-8G-1S-1S+ is used as a router.
Best regards.