aMule Forum

English => aMule Help => Topic started by: Ali79 on December 19, 2004, 03:53:03 PM

Title: amule brokes my internet connection....
Post by: Ali79 on December 19, 2004, 03:53:03 PM
Hi!
Ha had a problemi with  the last amule.
When I start amule my internet connections  doesn't worsk anymore... I can't  download on amule and I cant use my browser.  I don't know if is a problem of firewall. This are my rules:
iptables -t filter -A INPUT -p tcp --dport 4662 --sport 1024: -j ACCEPT
iptables -t filter -A INPUT -p udp --dport 4672 --sport 1024: -j ACCEPT
iptables -t filter -A INPUT -p udp --dport 4665 --sport 1024: -j ACCEPT

what can I do?
Title: Re: amule brokes my internet connection....
Post by: deltaHF on December 19, 2004, 04:34:41 PM
http://www.amule.org/wiki/index.php/AMule_makes_everything_slow

u can read the wiki i.e ;)

cheers
Title: RE: amule brokes my internet connection....
Post by: phoenix on December 22, 2004, 05:45:56 PM
Ali79,

Why do you use --sports 1024: on the iptables lines? Just do that:

iptables -t filter -A INPUT -p tcp --dport 4662 -j ACCEPT
iptables -t filter -A INPUT -p udp --dport 4672 -j ACCEPT
iptables -t filter -A INPUT -p udp --dport 4665 -j ACCEPT

Cheers!