Firewall not working when accessing router via MAC address?
Posted: Sun Jul 15, 2018 6:16 pm
Networking newbie and first time Mikrotik user here (CCR1009 7G).
During the initial firewall setup I created the following rule so only specific hosts are allowed to access the router:
Later, I changed the IP address of the computer from which I was running Winbox and forgot to update the "allowed_to_router" address list with the new IP. So I thought I locked myself out. Trying to access the router via the router IP indeed stopped working. However, I was surprised to find out that I could still connect to the router via its MAC address.
So can someone please kindly explain to me why the firewall rule above did not prevent me from connecting to the router by MAC address from an unauthorized host IP? Thanks!
During the initial firewall setup I created the following rule so only specific hosts are allowed to access the router:
Code: Select all
chain=input action=accept src-address-list=allowed_to_router in-interface=ether2 log=no log-prefix=""
So can someone please kindly explain to me why the firewall rule above did not prevent me from connecting to the router by MAC address from an unauthorized host IP? Thanks!