emule port - but something weird

i have open emule port on my router but suddunly i found that i’m taking low ids ,i delete the NAT line and recreate but till the same low id

i dunno what happen?

this is the NAT Line for my ip

;;; Emule Akram TCP
chain=dstnat dst-address=84.36.214.134 protocol=tcp dst-port=4711 action=dst-nat
to-addresses=172.16.1.202 to-ports=4711

any help to fix this?

add same and for UDP

i have add the udp Line too

;;; Emule Akram UDP
chain=dstnat dst-address=84.36.214.134 protocol=udp dst-port=4721 action=dst-nat
to-addresses=172.16.1.202 to-ports=4721

same low id ??

i was working fine but now i dunno what happen

any help

why only forward ports?

try this first :
chain=dstnat dst-address=84.36.214.134 action=dst-nat
to-addresses=172.16.1.202 to-ports=0-65535

still got low id??

i tried it but still lowid

;;; emule
chain=dstnat in-interface=WAN dst-address=PUBLIC.IP.HERE protocol=tcp dst-port=4662 action=dst-nat to-addresses=LOCAL.IP. HERE to-ports=4662

in emule disable UDP connection… only TCP…
and in “in-interface” put the name of the public interface of your MT… and in ports put the port # u r using in emule

does it work now?

ok i’ll try it and post the result

i tired it but still the same

do u use masquerade?

i use nat, but i don´t use masquerade… i don’t know if it is because of that

and you must ensure that your isp is giving you a public ip… if your isp is natting you, there is nothing you can do to avoid having a low id

yes i use masqurade

see what i’ve got in my mt

0   ;;; nat
     chain=srcnat src-address=xx.xx.xx.xx/xx(local network here) action=src-nat 
     to-addresses=xx.xx.xx.xx(public ip here) to-ports=0-65535 

 1  ;;; emule
     chain=dstnat in-interface=WAN dst-address=xx.xx.xx.xx(public ip here) protocol=tcp 
     dst-port=4662 action=dst-nat to-addresses=xx.xx.xx.xx(ip of emule machine) to-ports=4662

4662 is the port i use for my mule

hope this works

If you use firewall rules added with MT web check you will have problem 100%
disable like this


/ ip firewall filter
add chain=input action=drop comment="Drop everything else" disabled=yes 
add chain=customer action=drop comment="Drop and log everything else" disabled=yes

post result