Both are configured with VRRP on both the WAN and LAN side
The LAN side also has the 2 sfp ports bonded, with Multiple VLANs each vlan with a VRRP interface.
Code: Select all
bonded
-vlan400
--vrrp400
-vlan410
--vrrp410
Router1
Code: Select all
/ip address
add address=192.168.0.2/24 interface=vlan400 network=192.168.0.0
add address=192.168.0.1 interface=vrrpV400 network=192.168.0.1
add address=192.168.1.2/24 interface=vlan410 network=192.168.1.0
add address=192.168.1.1 interface=vrrpV410 network=192.168.1.1
Code: Select all
/ip address
add address=192.168.0.3/24 interface=vlan400 network=192.168.0.0
add address=192.168.0.1 interface=vrrpV400 network=192.168.0.1
add address=192.168.1.3/24 interface=vlan410 network=192.168.1.0
add address=192.168.1.1 interface=vrrpV410 network=192.168.1.1
If I add the following firewall rule:
Code: Select all
add action=drop chain=forward comment="Drop Invalid" connection-state=invalid
Is this the normal behaviour?
Also when I get a Destination host unreachable back from the router it comes from the address on the vlan not the shared vrrp address is this how vrrp is supposed to work?