Prevent access to WebFig from Wireless Interface

Hello everyone,

is it posiible to prevent access from wireless interfaces to WebFig ?

yes, you need to “drop” connection from interface “wlan” in the “input” chain, to the port “80” of the “TCP” protocol.

Now let’s combine this into a rule:

/ip firewall filter add action=drop chain=input dst-port=80 in-interface=wlan1 protocol=tcp