View Single Post
  #1 (permalink)  
Old January 16th, 2003
J.B J.B is offline
Apprentice
 
Join Date: November 8th, 2002
Posts: 7
J.B is flying high
Question 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?
Reply With Quote