in VRRP tow master router at same time

I configure a VRRP, but there is certainly something that I made wrong.

Two routers (with two internet sources) connected to a switch that distributes the packets, but both are masters and running at the same time :frowning:


With a first router, called 6, with priority 254 and the second, called 7, with priority 100, as shown in the figures.
And by the way, the virtual router does not appear in the network:

$ sudo arp-scan -l
Interface: enp3s0, datalink type: EN10MB (Ethernet)
Starting arp-scan 1.9 with 256 hosts (> http://www.nta-monitor.com/tools/arp-scan/> )
192.168.88.6
192.168.88.7
192.168.88.251
3 packets received by filter, 0 packets dropped by kernel
Ending arp-scan 1.9: 256 hosts scanned in 2.488 seconds (102.89 hosts / sec). 3 responded

While the VRRP appears if as a VRRP interface I set bridge!

$ sudo arp-scan -l
Interface: enp3s0, datalink type: EN10MB (Ethernet)
Starting arp-scan 1.9 with 256 hosts (> http://www.nta-monitor.com/tools/arp-scan/> )
192.168.88.6 (Unknown)
192.168.88.7 (Unknown)
192.168.88.251 switch (Unknown)
192.168.88.254 VRRP (last octet is VRID)

4 packets received by filter, 0 packets dropped by kernel
Ending arp-scan 1.9: 256 hosts scanned in 2,529 seconds (101.23 hosts / sec). 4 responded

I can’t understand why.

Andrea
Impostazioni_VRRP_router_6_RM.png
Impostazioni_VRRP_router_7_RM.png
Screenshot from 2018-10-22 07-32-11.png

Looks like your input firewall rules on the vrrp-carrying interface are blocking vrrp traffic.
-Chris