Page 1 of 1
emule port - but something weird
Posted: Sat Nov 11, 2006 8:18 pm
by akram
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?
Posted: Sun Nov 12, 2006 1:27 am
by 111111
add same and for UDP
Posted: Sun Nov 12, 2006 12:12 pm
by akram
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
Posted: Tue Nov 14, 2006 12:40 pm
by advantz
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??
Posted: Tue Nov 14, 2006 9:20 pm
by akram
i tried it but still lowid
Posted: Mon Nov 20, 2006 9:14 pm
by kolorasta
;;; 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?
Posted: Tue Nov 21, 2006 12:45 pm
by akram
ok i'll try it and post the result
Posted: Tue Nov 21, 2006 1:09 pm
by akram
i tired it but still the same
Posted: Tue Nov 21, 2006 3:50 pm
by kolorasta
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
Posted: Tue Nov 21, 2006 4:21 pm
by akram
yes i use masqurade
Posted: Tue Nov 21, 2006 10:14 pm
by kolorasta
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
Posted: Wed Nov 22, 2006 1:33 am
by 111111
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