ports

how do you set a nat for a por to let it in and out

for example
router-----mikrotik---- ap-----client

example
52600 will be used by the client for hes p2p downloads and i want it open


but at this time i get this message all the time
what will my nat rule be to do this


Welcome to the µTorrent Port Checker.
A test will be performed on your computer to check if the specified port is opened.

Checking port 52600 on xxx.xxx.xxx.xx…

Error! Port 52600 does not appear to be open.

Please see http://www.portforward.com for more information about how to map a port.

Please make absolutely sure that PeerGuardian2 or Protowall is allowing utorrent.com (72.20.34.145) in either of those programs. Those of you using ipfilter.dat should make sure the list does not include the website’s IP. After making sure of this, re-run this test by refreshing the page (F5).

  1. why is router/mikrotik/ap not one device? RouterOS will happily do all of those in one device
  2. did you try using UPnP? It will automatically open ports for P2P applications that request it.

UPnP is afeccted by serious vulnerability and security problems.

BR
C.

ok, then use NAT to make rules by hand

ja but thats what i asked what would the nat rule look like

example coz iv tryed it but i cant get it to work

/ip firewall nat
add action=dst-nat chain=dstnat comment="logic - ssh" disabled=no dst-port=22 \
    in-interface="wan - integ" protocol=tcp to-addresses=10.13.37.2 to-ports=\
    22
add action=dst-nat chain=dstnat comment="logic - http" disabled=no dst-port=\
    80 in-interface="wan - integ" protocol=tcp to-addresses=10.13.37.2 \
    to-ports=80