aMule Forum
English => aMule Help => Topic started 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?
-
http://www.amule.org/wiki/index.php/AMule_makes_everything_slow
u can read the wiki i.e ;)
cheers
-
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!