This night i upgraded mikrotik to the 6.41 and got a lot of surprises.
- It automatcially created bridge1 and added all my interfaces from switch to it (thats expected)
- There is no master-port on interfaces now (also expected)
- Arp proxy is not working as expected anymore
I have an ip, lets say 192.168.59.0/24 on bridge0 which i am using for management. Also i am in the process of moving it to the separate VLAN (vlan id 4000, name DiagVLAN). To co-exists before switch is completed i did static routes to the new addresses to DiagVLAN, e.g.
Code: Select all
add distance=1 dst-address=192.168.59.77/32 gateway=DiagVlan
Code: Select all
add arp=proxy-arp interface=bridge1 name=DiagVlan vlan-id=4000