All of lore.kernel.org
 help / color / mirror / Atom feed
* Iptables rules...
@ 2002-09-07  9:39 Didier Hung Wan Luk
  2002-09-07 10:36 ` Antony Stone
  2002-09-07 12:15 ` REMOVE FROM LIST. THIS IS SPAM Mike D
  0 siblings, 2 replies; 5+ messages in thread
From: Didier Hung Wan Luk @ 2002-09-07  9:39 UTC (permalink / raw)
  To: Netfilter Mailing List

Hi All,


I am new to firewall/iptables can someone help me to clear up some concepts about firewalling?

If my default rule for the input chain of my external interface is DROP need I again specify to DROP packets in the INPUT chain of my external interface?

i.e..

#My Default rule
iptables -P INPUT DROP

#Drop all attempts on my ext. interface trough port 6000:6063

iptables -A INPUT -i ppp0 -p tcp --dport 6000:6063 -j DROP

If I am right I think that I need not include a rule again saying to drop packets to my 6000;6063 ports since I do not have a rule saying to accept connections on these ports...

Thanks,

Didier Hung Wan Luk




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

end of thread, other threads:[~2002-09-07 16:17 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-09-07  9:39 Iptables rules Didier Hung Wan Luk
2002-09-07 10:36 ` Antony Stone
2002-09-07 12:15 ` REMOVE FROM LIST. THIS IS SPAM Mike D
2002-09-07 13:39   ` Anders Fugmann
2002-09-07 16:17     ` Robin Lynn Frank

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.