C
C
Crimaster2021-09-24 10:37:39
Computer networks
Crimaster, 2021-09-24 10:37:39

How to forward ports inside nat?

There are 2 subnets
172.16.1.0/24
172.16.2.0/24

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexander Karabanov, 2021-09-24
@karabanov

You need to configure DNS-NAT something like this:

/ip firewall nat
add action=dst-nat chain=dstnat comment="Printer" dst-address=172.16.2.5 dst-port=443 protocol=tcp to-addresses=172.16.1.5

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question