Firewall

From AMule Project FAQ
Revision as of 04:53, 1 June 2004 by Jacobo221 (Talk | contribs)

Jump to: navigation, search

If you set TCP port in aMule to XX and UDP port to YY then you have to set your firewall like this:

iptables -A INPUT -p tcp --dport XX -j ACCEPT
iptables -A INPUT -p udp --dport XX+3 -j ACCEPT
iptables -A INPUT -p udp --dport YY -j ACCEPT