Limewire with iptables How do I setup iptables to with LimeWire?
I have this in my iptables script:
iptables -P INPUT DROP
iptables -P OUTPUT ACCEPT
iptables -P FORWARD ACCEPT
iptables -A INPUT -p tcp --destination-port 6346 -j ACCEPT
Limewire works but lately i have uploaded less than usually, is something wrong with my iptables script or is it a coincidence? |