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!