I have a couple rules to drop bogons.
Code:Select all
/ip firewall filter add action=drop chain=forward comment="Drop BOGONS" disabled=no \ dst-address-list=BOGONS add action=drop chain=forward comment="Drop BOGONS" disabled=no \ src-address-list=BOGONS
Do I need both????
I always thought of chain forward as a "catch all" but I noticed on a new AP that it wasn't dropping packets when I know it should have.
Chain forward seems to drop bogons from wlan1 but not from ether1.
Attached is a pic showing chain forward dropping some of the packets.
I've included a second set of bogon rules with chain input to show the results.
I've never used the second set of rules before but did it on an older AP and got the same results.. more packets dropped