Page 1 of 1

How to forward a port ???

Posted: Tue Jun 09, 2009 11:40 am
by Divine
Im wanna test a mini-server for a game I made ,,,,
I gave my external ip to my friends, but they dont see me....

... port is 7777 for the game .... no one sees me ...

I use Mikrotik rb450 ... any ideas ? can anyone help ?

Re: How to forward a port ???

Posted: Tue Jun 09, 2009 11:43 am
by normis
you need to add a DST-NAT rule with specific ports set
http://www.mikrotik.com/testdocs/ros/3.0/qos/nat.php

like
/ip firewall nat add chain=dstnat dst-address=10.5.8.200 dst-port=7777 action=dst-nat to-addresses=192.168.0.109 to-port=7777