Hi
newbie here, just install 2 rtr, into a ESX VM 2cpu 512Mb 8G hd.
#rtr1
##
/interface ethernet
set 0 speed=1Gbps
set 1 speed=1Gbps
/interface vrrp
add interface=ether1 name=vrrp1 priority=105
/port
set 0 name=serial0
set 1 name=serial1
/ip address
add address=10.172.213.253/24 interface=ether1 network=10.172.213.0
add address=10.172.213.254/32 interface=vrrp1 network=10.172.213.254
/ip route
add comment="added by setup" distance=1 gateway=10.172.213.1
# rtr2
###
/interface ethernet
set 0 speed=1Gbps
set 1 speed=1Gbps
/interface vrrp
add interface=ether1 name=vrrp1
/port
set 0 name=serial0
set 1 name=serial1
/ip address
add address=10.172.213.252/24 comment="added by hand" interface=ether1 network=10.172.213.0
add address=10.172.213.254/32 interface=vrrp1 network=10.172.213.254
/ip route
add comment="added by hand" distance=1 gateway=10.172.213.1
I can't ping the VRRP ip 10.172.213.254 from the slave nor can I ping it from my other machines...
from 10.172.213.1 (cisco switch) I try pinging, I can ping 10.172.213.252 & 10.172.213.253 but not 10.172.213.254
Interestingly I can see the ARP address in the cisco switch arp table assign to 10.172.213.24
So is this a VM issue (I use pacemaker a cluster framework on linux for a floating vip, but it uses the same mac address for the VIP).
if its a VM thing then I would point my finger at MAC address... but I think i have done something similar with other set-ups