joao paulo pires wrote: > Hi, > > I’ve installed eMule at Windows XP and aMule at FC4 on same laptop > Toshiba. When I connect to servers I get LowID at aMule. Its the same > router & same firewall. I don’t know why I just get LowID at aMule. Any > suggestions? IIRC there are some ports you need open to get *mule to work properly. You need to port forward them on your router to the Linux IP address, and do something like this iptables -I INPUT -p tcp --dport 4662 -j ACCEPT iptables -I INPUT -p udp --dport 4672 -j ACCEPT service iptables save http://www.emule-project.net/home/perl/help.cgi?l=1&rm=show_topic&topic_id=124 says these are only the default ports, if you changed them you need to change the iptables lines accordingly. I don't use emule, just a guess at the problem :-) -Andy
Attachment:
smime.p7s
Description: S/MIME Cryptographic Signature