Community discussions

MikroTik App
 
Divine
just joined
Topic Author
Posts: 5
Joined: Sun Jun 07, 2009 5:45 pm

How to forward a port ???

Tue Jun 09, 2009 11:40 am

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 ?
 
User avatar
normis
MikroTik Support
MikroTik Support
Posts: 26933
Joined: Fri May 28, 2004 11:04 am
Location: Riga, Latvia
Contact:

Re: How to forward a port ???

Tue Jun 09, 2009 11:43 am

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