A
A
Andrey2017-01-10 17:51:19
Computer networks
Andrey, 2017-01-10 17:51:19

How to forward on mikrotik routerboard to port 80?

Good afternoon!
I need help, there is a local server on the server where the site is located. I use openserver on the local server, it uses mikrotik
port 80 How can I forward the port on Mikrotik to it?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
I
Ilyas, 2017-01-10
@id2669099

ip firewall nat add action=dst-nat chain=dstnat comment="" disabled=no dst-port=80 in-interface=ether1 protocol=tcp to-addresses=192.168.1.10 to-ports=8080

accordingly:
we add the dst-nat action to the dstnat chain and say that when accessing port 80 on the ether1 interface, mikrotik will transfer to port 8080 to the local address 192.168.1.10
, it remains only to specify your desired values

K
Konstantin Stepanov, 2017-01-11
@koronabora

Remove the Mikrotik admin panel from port 80, and then forward it. I would generally disable the web admin panel, I use only winbox. Before that, someone constantly broke into the admin panel.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question