port routing problems cant get this right

how can i set this up as i dont want to bridge my system
what i want is this

port 52387 must be open to everything on the system so how do i tell the server port 52387 is open to all both wasy this is for p2p

and so on

and the othere thing is banking

i have 2 external intenet lines but my banking keeps kicking me off

so i need to route all banking through one line


so what ports will i need to route

or do i just route port80 and 443 to the same ip address?/



can anyone help me please

you have to use DST-NAT
http://www.mikrotik.com/testdocs/ros/3.0/qos/nat_content.php#.3.3

i know its dst-nat but how cant you give me an example for port 52387
and it must pass this test

http://www.utorrent.com/testport.php?port=52387
and it must go green

as i have read the manuals and exaples and so on but i cant get this thing to go green

to say that my port forwarding is right

can anyone please help

post your nat rules, and we’ll see

/ip firewall nat
add action=dst-nat chain=dstnat comment=“” disabled=yes src-address=
sss.sss.sss.sss to-addresses=aaa.aaa.aaa.aaa
add action=redirect chain=dstnat comment=
“Redirect Rule for Transparent HTTP Proxy” disabled=yes dst-port=80
protocol=tcp to-ports=8080
add action=masquerade chain=srcnat comment=
“Network Address Translation Between All Ranges and All Interfaces”
disabled=no
add action=dst-nat chain=dstnat comment=
“SMTP to be Forwarded to xx.xx.xx.xx” disabled=no dst-port=25
protocol=tcp src-address=bbb.bbb.bbb.bbb to-addresses=zzz.zzz.zzz.zzz to-ports=
25
add action=same chain=dstnat comment=“Redirect DNS Requests to Local Server”
disabled=no dst-port=53 protocol=tcp same-not-by-dst=no to-addresses=
172.17.100.101 to-ports=53
add action=redirect chain=dstnat comment=“” disabled=yes dst-port=80
protocol=tcp to-ports=8000
add action=dst-nat chain=dstnat comment=“” disabled=yes dst-address=
xxx.xxx.xxx.xxx to-addresses=www.www.www.www
add action=dst-nat chain=dstnat comment=“” disabled=yes protocol=udp
src-port=52387 to-addresses=xxx.xxx.xxx.xxx to-ports=52387
add action=dst-nat chain=dstnat comment=“” disabled=yes protocol=udp
src-port=53 to-addresses=xxx.xxx.xxx.xxx
add action=dst-nat chain=dstnat comment=“” disabled=yes protocol=tcp
src-port=123 to-addresses=xxx.xxx.xxx.xxx
add action=dst-nat chain=dstnat comment=“” disabled=yes protocol=tcp
src-port=3478 to-addresses=xxx.xxx.xxx.xxx
add action=dst-nat chain=dstnat comment=“” disabled=yes dst-address=
www.www.www.www to-addresses=xxx.xxx.xxx.xxx

any news on were my problems are with the dst-nat

please help! i cant get this to work

i just need one example thats it

and the one in to manual dont help me i do that but it tells me its still closed

My friend, this is a problem of policy routing. There are several big topics about all this, here in the forums. Search, read, share thoughts.