Monday, 24 July 2017

MIKROTIK :- Mikrotik port forwarding


Lets's you have a PC in your LAN your side with private IP and if you want access that device
from wan side so in this kind of scenario you have to use port forwarding in your mikrotik
to get the access .


Lets start the configuration and find my diagram below .



/ip firewall nat
add  chain=dstnat disabled=no dst-port=8075 protocol=tcp action=dst-nat to-addresses=192.168.1.2 to-ports=8075


                                                            OR



/ip firewall nat
add  chain=dstnat dst-address=11.11.11.11 disabled=no dst-port=8075 protocol=tcp action=dst-nat to-addresses=192.168.1.2 to-ports=8075

Note:-when you are accessing that device over the internet you have to use this port as 8075 

No comments:

Post a Comment