I'm getting low ID on aMule 2.2.6 running on Ubuntu 10.10. My ports are the default ports 4662 TCP, 4665 UDP, and 4762 UDP. I forwarded these ports on my Netgear WGR614v8 router (running DD-WRT).
I verified they were forwarded using several methods including; aMule test port page, pcflanks port scanner, and nmap (see nmap scan below).
TCP scan
nmap -sT -p 4662,4665,4672 <external IP here>
4662/tcp open edonkey
4665/tcp closed unknown
4672/tcp closed rfa
UDP scan
nmap -sU -p 4662,4665,4672 <external IP here>
4662/udp closed unknown
4665/udp open|filtered unknown
4672/udp open|filtered rfa
The ports are open. What else can I do?