I have a new CRS309 that I’m running on RouterOS and trying to use as a basic switch. With my laptop plugged directly into one of the switch’s ports, I can’t WinBox into it by IP, only by MAC.
Not sure if this matters, but one odd thing I noticed is that when WinBox connects via MAC, the MAC it uses is the MAC of the switch port that my laptop is plugged into, not the admin MAC of the bridge.
Config:
/interface bridge
add admin-mac=D4:01:C3:32:4C:A1 auto-mac=no comment=defconf name=bridge \
port-cost-mode=short
/interface bridge port
add bridge=bridge comment=defconf interface=sfp-sfpplus1 internal-path-cost=10 \
path-cost=10
...exactly the same is repeated for all sfp-sfplus* ports
/ip address
add address=10.10.0.2 interface=bridge network=255.255.255.0
My laptop has an IP on 10.10.0.0/24.
In Wireshark I can see that when my laptop sends out an ARP request for 10.10.0.2, the switch responds with the MAC of the bridge, which gets recorded in my laptop’s ARP table.
I feel like I must be missing something really obvious, but what?