I'd like to change default port 8291 to something else on my router. Is it possible?
If not, should I block access with:
Code: Select all
/ip firewall filter add chain=input protocol=tcp dst-port=8219 action=drop
Code: Select all
/ip firewall nat add chain=dstnat dst-port=8219 to-ports=5001 action=redirect
Igor