akram
November 11, 2006, 6:18pm
1
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?
akram
November 12, 2006, 10:12am
3
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
advantz
November 14, 2006, 10:40am
4
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??
akram
November 14, 2006, 7:20pm
5
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?
akram
November 21, 2006, 10:45am
7
ok i’ll try it and post the result
akram
November 21, 2006, 11:09am
8
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
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
111111
November 21, 2006, 11:33pm
12
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