I’d like some help with securing my box, I’ve read & tried a couple of wiki articles here and here. However they seem to be dropping alot of traffic which I suspect is related to torrents. All I really want to do is disable any external login from the WAN side without impacting user experience inside the LAN.
Drop the ports you use to access the router in your WAN interface. Something like this
/ip firewall filter add action=drop in-interface=WAN chain=input protocol=tcp port=22,8291
thanks