Changing winbox port on router
Posted: Fri Mar 13, 2009 11:47 am
Hi,
I'd like to change default port 8291 to something else on my router. Is it possible?
If not, should I block access with:
Then redirect incoming traffic from port 8291 to desired port (eg. 5001):
Would it work? How can I specify port (in this example 5001) in winbox when I want to connect to my router?
Igor
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