A
A
angel_on2015-07-11 07:37:16
Mikrotik
angel_on, 2015-07-11 07:37:16

How to properly configure port forwarding on mikrotik, with access to services from the local network, with a dynamic address from the provider?

how to properly configure port forwarding to services on the local network in order to continue to use services on the local network through an external interface, while the provider issues dynamic addresses.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
E
efkot, 2015-07-11
@angel_on

we use DDNS even from the Mikrotik itself or third-party, then we do this
ip firewall nat add chain=dstnat action=dst-nat to-addresses=" address where we throw " to-ports=" port that we will listen to " protocol=" protocol tcp / udp " in-interface=" interface that receives a dynamic address " dst-port=" port to be forwarded"
example web server (192.168.1.20) will listen outside on port 8080
ip firewall nat add chain=dstnat action=dst-nat to- addresses=192.168.1.20 to-ports=80 protocol=tcp in-interface=inet dst-port=8080

D
Dmitry, 2015-07-11
@zmeyjr

For example, use this www.noip.com/remote-access Forward
ports as usual, there are a lot of instructions on the network

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question