aMule Forum

English => aMule Help => Topic started by: n0n0m4n on October 18, 2005, 04:41:36 AM

Title: setting iptable or firestarter for amule
Post by: n0n0m4n on October 18, 2005, 04:41:36 AM
I get low ID using amule, can anyone help me either configure firestarter or give me a command script (preferably) to open the ports necessary to run amule with a high ID?

Thanks in advance,
n0n0
Title: Re: setting iptable or firestarter for amule
Post by: stefanero on October 18, 2005, 09:20:18 AM
search the forum please you are not the 1st one ;)
Title: Re: setting iptable or firestarter for amule
Post by: breiko on October 18, 2005, 10:51:47 AM
iptables -A INPUT -p tcp -m tcp --dport 4662 -j ACCEPT
iptables -A INPUT -p udp -m udp --dport 4672 -j ACCEPT
iptables -A INPUT -p udp -m udp --dport 4665 -j ACCEPT
iptables -A INPUT -m state --state RELATED,ESTABLISHED -j ACCEPT

;)
Title: Thank you Breiko
Post by: n0n0m4n on October 18, 2005, 11:01:43 AM
I couldn't find this w/ a search.