I'm having trouble connecting with aMule. I've downloaded a servers.met from http://ed2k.2x4u.de/index.html (the best servers one) and put it in my amule directory (/opt/home/p2p/.aMule). I've left the ports to the defaults and configured iptables as follows:

# remove default rule
iptables -D INPUT -j DROP
# aMule stuff
iptables -A INPUT -p tcp --dport 4662 -j ACCEPT
iptables -A INPUT -p udp --dport 4672 -j ACCEPT
iptables -A INPUT -p udp --dport 4665 -j ACCEPT
# re-instate default rule
iptables -A INPUT -j DROP

I run amuled as the user p2p, but it is unable to connect:

2007-05-15 15:49:41: Servers: Trying to connect
2007-05-15 15:49:41: Connecting to DonkeyServer No1 (66.199.250.170 - 66.199.250.170:0)
2007-05-15 15:49:41: Connection attempt to DonkeyServer No2 (62.241.53.16:4242) timed out.
2007-05-15 15:49:41: Connection attempt to DonkeyServer No1 (66.199.250.170:8911) timed out.
2007-05-15 15:49:41: Failed to connect to all servers listed. Making another pass.

Help please!