Understanding iptables

2002-06-13 Thread Louis Garcia
I'm just trying to teach myself how to configure a filewall using iptables. This is my current script: # Set up a default DROP policy for the built-in chains. iptables -P INPUT DROP iptables -P FORWARD DROP iptables -P OUTPUT DROP ## LOOPBACK # Allow unlimited traffic on the loopback interface.

Understanding iptables

2002-05-16 Thread Louis Garcia
I'm just trying to teach myself how to configure a filewall using iptables. This is my current script: # Set up a default DROP policy for the built-in chains. iptables -P INPUT DROP iptables -P FORWARD DROP iptables -P OUTPUT DROP ## LOOPBACK # Allow unlimited traffic on the loopback interface.