All of lore.kernel.org
 help / color / mirror / Atom feed
* What layers?
@ 2003-03-15 21:33 Rodrigo Buarque Ramos
  0 siblings, 0 replies; only message in thread
From: Rodrigo Buarque Ramos @ 2003-03-15 21:33 UTC (permalink / raw)
  To: netfilter, rildo, rpragana

Hi,


The Netfilter/Iptables works on what layers?

Let's talk based on OSI model

If I write a rule like IPTABLES -P INPUT DROP
Will it drop the packets on 2nd layer (link layer)?

If I write a rule like IPTABLES -A INPUT -s 10.2.1.93 -j DENY
Will it drop the packets on 3rd layer (network layer)?

If I write a rule like IPTABLES -A INPUT  -p tcp --DPORT 80  -j  REJECT
Will it drop the packets on 7th layer (application layer)?

Does it have a default layer to work?


Thank you very much,
Rodrigo Ramos



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-03-15 21:33 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-03-15 21:33 What layers? Rodrigo Buarque Ramos

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.