Mikrotik Router Port Forwarding
Friday, June 20, 2014
0
comments
This is the configuration to remote your PC's using the remote desktop connection :
/ip firewall nat
add action=masquerade chain=srcnat comment="" disabled=no add action=dst-nat chain=dstnat comment="" disabled=no dst-address= "your ip public" dst-port=80 protocol=tcp to-addresses="your pc addrss" to-ports=3389
For other devices, all you need is just configure with appropriate local ip address and the port of the devices that you want to set port forwarding with mikrotik router.
0 comments:
Post a Comment