I don’t understand what I’m missing. It seems the behavior has changed along the way with later Router OS versions but I’m not sure.
I though I used to be able to separate an interface from the default bridge, assign an IP then access it with winbox when connecting
to that port. This is no longer the case. I now have to add a new input rule to allow new connections from this interface or Ip, etc.
What in the default config is allowing winbox access via the default bridge?
Here are the default input rules which allow access via winbox, but if I remove eth5 from the bridge and assign an ip, I can’t reach the routerboard.
/ip firewall filter
add action=accept chain=input comment="defconf: accept established,related,untracked" connection-state=\
established,related,untracked
add action=drop chain=input comment="defconf: drop invalid" connection-state=invalid
add action=accept chain=input comment="defconf: accept ICMP" protocol=icmp
add action=accept chain=input comment="defconf: accept to local loopback (for CAPsMAN)" dst-address=127.0.0.1
add action=drop chain=input comment="defconf: drop all not coming from LAN" in-interface-list=!LAN
add action=accept chain=forward comment="defconf: accept in ipsec policy" ipsec-policy=in,ipsec
add action=accept chain=forward comment="defconf: accept out ipsec policy" ipsec-policy=out,ipsec
add action=fasttrack-connection chain=forward comment="defconf: fasttrack" connection-state=established,related
add action=accept chain=forward comment="defconf: accept established,related, untracked" connection-state=\
established,related,untracked
add action=drop chain=forward comment="defconf: drop invalid" connection-state=invalid
add action=drop chain=forward comment="defconf: drop all from WAN not DSTNATed" connection-nat-state=!dstnat \
connection-state=new in-interface-list=WAN
IP services for WinBox is not restricted with “from”. What else is there in the config that is allowing access to port 8291 from the bridge or default 192.168.88.0/24?