My firewall NAT and IP configurations are below. I want to other not authorized persons not able to access to my Local network from WAN side. But people, who set address=192.168.123.0/24 gateway=192.168.123.80 is still can access to my local network through my RB1000.
What firewall rule I need to add? For example simple small routers not accessable from WAN side. How to do this?
Put a stateful firewall in place. First accept all packets that are part of already established connections so that packets from the WAN can go back to the LAN as long as someone on the LAN initiated the connection, then only forward packets from the LAN to the WAN, and drop everything else.
How to add a lot of MAC addresses in the one firewall rule? “/ip firewall add src-mac-address=” is only supports 1 MAC address. I have a list of MAC addresses and need to add it to only one filter rule. Please advise