File sharing (eMule vs aMule)

Andy Green andy at warmcat.com
Tue Nov 22 14:02:48 UTC 2005


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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 4492 bytes
Desc: S/MIME Cryptographic Signature
Url : http://lists.fedoraproject.org/pipermail/users/attachments/20051122/4a6a7a57/attachment-0002.bin 


More information about the users mailing list