default policy

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Thu, 31 Oct 2002, Rob wrote:

> I have been looking at several scripts checking the default policies on
> them.
> Some include items that others don't.  Oscars tutorial doesn't cover all of
> these compared to Ziegler's book.  I have been wondering if the following
> covers ALL built-in chains?
> iptables -P INPUT   DROP
> iptables -P OUTPUT  DROP
> iptables -P FORWARD DROP

nope, only for the filter table.
 
> Ziegler's book states that it should be this (it was never put in these
> words but this is what I am gathering from my reading):
> iptables -t nat    -P PREROUTING  DROP
> iptables -t nat    -P OUTPUT      DROP
> iptables -t nat    -P POSTROUTING DROP
> iptables -t mangle -P PREROUTING  DROP
> iptables -t mangle -P OUTPUT      DROP
> iptables -t filter -P INPUT       DROP
> iptables -t filter -P OUTPUT      DROP
> iptables -t filter -P FORWARD     DROP

while this is missing the newer chains in the mangle table, the
bigger issue is what it even means to put DROP policies on chains
in the nat and mangle tables.

apparently, it's legal -- i tried it and it took the policy
assignment.  i just have no idea what it means to do this.

rday




[Index of Archives]     [Linux Netfilter Development]     [Linux Kernel Networking Development]     [Netem]     [Berkeley Packet Filter]     [Linux Kernel Development]     [Advanced Routing & Traffice Control]     [Bugtraq]

  Powered by Linux