All of lore.kernel.org
 help / color / mirror / Atom feed
* DROP
@ 2005-04-18  5:37 Brent Clark
  2005-04-18  6:36 ` DROP Taylor Grant
  2005-04-18 13:35 ` DROP Jason Opperisano
  0 siblings, 2 replies; 6+ messages in thread
From: Brent Clark @ 2005-04-18  5:37 UTC (permalink / raw)
  To: iptables

Hi all

I was wondering, if was adviseable to set the default policy for tables 
nat and mangle to DROP.
Current in my ruleset I have it as soo.

$IPT -t nat --policy PREROUTING ACCEPT
$IPT -t nat --policy OUTPUT ACCEPT
$IPT -t nat --policy POSTROUTING ACCEPT
$IPT -t mangle --policy PREROUTING ACCEPT
$IPT -t mangle --policy POSTROUTING ACCEPT

The default policy I have as soo:
$IPT --policy INPUT DROP        #Setting the default policy for INPUT chain
$IPT --policy FORWARD DROP      #Setting the default plicy for FORWARD chain
$IPT --policy OUTPUT DROP       #Setting the default policy for the 
OUTPUT chain

So do i need to need to go the extra mile and set the default policy for 
tables nat and mangle to DROP.

Just something I was thinking.

Kind Regards
Brent Clark


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2005-04-22 14:34 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-04-18  5:37 DROP Brent Clark
2005-04-18  6:36 ` DROP Taylor Grant
2005-04-18 13:35 ` DROP Jason Opperisano
2005-04-22 13:54   ` DROP Stephen J. McCracken
2005-04-22 14:28     ` DROP Jason Opperisano
2005-04-22 14:34   ` DROP Stephen J. McCracken

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.