aMule Forum
English => aMule Help => Topic started 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
-
search the forum please you are not the 1st one ;)
-
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
;)
-
I couldn't find this w/ a search.