Need some help with port forwarding
Posted: Tue Jun 29, 2010 12:10 pm
Hello,
I want to forward port 81 to internal ip, here ir how I tried:
Whey I try to connect my.wan.ip:81 - connection timed out. Where is the problem? Do I need to add something else in NAT?
Thanks,
kristapsb
I want to forward port 81 to internal ip, here ir how I tried:
Code: Select all
/ip firewall nat add chain=dstnat dst-address=my.wan.ip protocol=tcp dst-port=81 \
action=dst-nat to-addresses=192.168.1.103 to-ports=0-65535
Thanks,
kristapsb