Community discussions

MikroTik App

Search found 2 matches

by kristapsb
Tue Jun 29, 2010 12:45 pm
Forum: Beginner Basics
Topic: Need some help with port forwarding
Replies: 6
Views: 1809

Re: Need some help with port forwarding

You also need source nat rule to masquerade your local network.
I allready have masquerade for ether1 ( wan port ).
/ip firewall nat add chain=srcnat action=masquerade out-interface=ether1
How can I do this for local network?
by kristapsb
Tue Jun 29, 2010 12:10 pm
Forum: Beginner Basics
Topic: Need some help with port forwarding
Replies: 6
Views: 1809

Need some help with port forwarding

Hello, I want to forward port 81 to internal ip, here ir how I tried: /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 Whey I try to connect my.wan.ip:81 - connection timed out. Where is the problem? Do I ne...