I have VRRP setup.
Some of the windows clients are showing in their ARP entries, for the VRRP IP, a physical MAC instead of a virtual MAC.
Surely this is incorrect?
A bad one looks like:
Interface: 192.168.185.187 — 0xc
Internet Address Physical Address Type
192.168.185.1 d4-ca-6d-43-dd-98 dynamic
192.168.185.2 d4-ca-6d-43-dd-98 dynamic
192.168.185.3 d4-ca-6d-43-dd-b2 dynamic
a good one looks like:
Interface: 192.168.185.188 — 0xc
Internet Address Physical Address Type
192.168.185.1 00-00-5e-00-01-02 dynamic
192.168.185.2 d4-ca-6d-43-dd-98 dynamic
192.168.185.3 d4-ca-6d-43-dd-b2 dynamic
Even if I delete the entry from the bad host, it comes back with a physical MAC again.
Any ideas?