Hello,
I’m facing a weird issue with my mikrotik routers.
First lets explain my topology.
I have two mikrotik routers each connected to one ISP Peer with the use of BGP (both in same region).
The mikrotik routers are connected also together via an ethernet port.
The problem is, I have proxmox nodes behind that infrastructure, and lets say im creating two VM’s in the SAME node.
Lets just say IPs X.X.X.1 and X.X.X.2.
x.x.x.1 cannot connect to x.x.x.2 and visa versa.
if the VM’a are on different nodes they work just fine.
This must not be a proxmox issue, because i can see that in my routing table there is not network x.x.x.0/24 (although it is announced in BGP).
The x.x.x.0/24 network is configured also with VRRP.
Configuration:
/interface vrrp
add authentication=ah interface=sfp-sfpplus2 name=x.x.x.0/26 password=xxxxxx priority=101 version=2 vrid=10
add authentication=ah interface=sfp-sfpplus2 name=x.x.x.0128/25 password=xxxxxx version=2 vrid=12
add authentication=ah interface=sfp-sfpplus2 name=x.x.x.064/26 password=xxxxxx priority=102 version=2 vrid=11
/ip address
add address=x.x.x.60/26 comment=Gateway-195 interface=sfp-sfpplus2 network=x.x.x.0
add address=x.x.x.124/26 interface=sfp-sfpplus2 network=x.x.x.64
add address=x.x.x.252/25 interface=sfp-sfpplus2 network=x.x.x.128
add address=x.x.x.62/26 comment=VRRP-195 interface=x.x.x.0/26 network=x.x.x.0
add address=x.x.x.126/26 interface=x.x.x.64/26 network=x.x.x.64
add address=x.x.x.254/25 interface=x.x.x.28/25 network=x.x.x.128
I don’t get why there is no routing entry for this network whatsoever in the routing table.
Can you please help ?