|
Question : Cisco firewall + emule = Low ID
|
|
Hi all,
I added the following in my Cisco 837, in order to translate emule port to my PC, but I still get a low id:
ip nat inside source static tcp 172.16.101.10 14662 interface Dialer0 14662 ip nat inside source static udp 172.16.101.10 14672 interface Dialer0 14672
Any help would be appreciated... thks Eric
|
Answer : Cisco firewall + emule = Low ID
|
|
Hello
Settings for port translation are correct, but portmumbers are wrong. They should be: 4662 - TCP 4672 - UDP -------------------------------------------------------------------------------------- ip nat inside source static tcp 172.16.101.10 4662 interface Dialer0 4662 ip nat inside source static udp 172.16.101.10 4672 interface Dialer0 4672 -------------------------------------------------------------------------------------- (Presuming that internal IP of the PC with E-mule is : 172.16.101.10) Also check if you have firewall enabled on your "dialer0" interface. In that case you have to create ACL for those two ports.
P.S. If you are running XP you should also check the firewall on your LAN adapter (use same portnumbers)
This works for me on my Cisco 831.
Hope this helps....
|
|
|