Port forwarding, Hello anyone know how to make this work!

Has anyone out there ever set up port forwarding that actually worked?

I know what it is and I know how to set it up at a customers home, dlink router or linksys, but how do we the isp set it up in our mikrotik edge router and what address or name does the customer put in their browser when they are away from their home network?

I have some customers asking about shh and http port forwarding to their home servers.

Does anyone have a config and how the customer is supposed to get to their home servers, any help is appreciated.

Future reference, this is well documented if you do a simple google search:
“mikrotik port forwarding”

Please do a search before posting. It would help a lot of people reading these forums.

try this. It worked for me.


/ip firewall nat add chain=dstnat dst-address=69.69.69.69 protocol=tcp dst-port=5900
action=dst-nat to-addresses=192.168.1.101 to-ports=5900