I
I
IliaBrz2018-08-15 22:43:22
Computer networks
IliaBrz, 2018-08-15 22:43:22

How to make access to the Admin panel from the network on Mikrotik?

I need access to the Mikrotik admin panel located on port 80 via the Internet on port 8080. I write the following rule and drag it to the very top, but it doesn't work:
Chain =dstnat
Protocol =6 (tcp)
Dst. Port =8080In
. Interface =ether1
Action =netmap
To Addresses =192.168.1.1
To Ports =80

Answer the question

In order to leave comments, you need to log in

1 answer(s)
G
Gregory, 2018-08-16
@Maxlinus

/ip firewall filter
add action=accept chain=input dst-port=80 in-interface=pppoe-out1 protocol=tcp
in-interface= change to your incoming interface
but it is dangerous to open http
to change port from 80 to another in web you can in IP > services

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question