All of lore.kernel.org
 help / color / mirror / Atom feed
* miscellaneous netfilter questions
@ 2010-03-03 15:54 Christoph Anton Mitterer
  2010-03-03 16:57 ` Pascal Hambourg
  0 siblings, 1 reply; 6+ messages in thread
From: Christoph Anton Mitterer @ 2010-03-03 15:54 UTC (permalink / raw)
  To: netfilter

Hi.


I'd have several questions on netfilter/iptables which I couldn't  
answer myself via the manpages/etc...
I split them up into several mails ;)


1) If I disable conntracking for packets using NOTRACK in raw what  
happens if I e.g. match the state later in filter? Does the rule  
simply not match for such packets or is it INVALID?


2) The addrtype module provides several address types. Where can I  
find which addreses are _exactly_ matched by a given type for a given  
protocol (especially IP4/6).
I'm especiylly (but not only) interested in what LOCAL actually means?
Is it all addresses of a hosts network interfaces PLUS the ALL  
addresses on that networks (like a "localnets")?
Or is it all the addresses which the kernel thinks the host has itself, e.g.
127.x.x.x
:1/128
88.88.88.88 (if that is the address of eth0)
2000:34:ff (if that is the v6 address of eth1)
and perhaps:
10.20.3.5 (if that is the address of ppp0 or wlan0)


3) --fragment
a) It's quite clear what happens if one uses "-f" or "! -f" but what  
happens if neither of the tow is give? Does it mean "! -f" or is it  
like "match not fragmented packets AND fragmented packets (both the  
first AND further fragments).

b) Is it true, that when conntracking is used, that packets are  
automatically defragmented so one doesn't have to care on fragments at  
all?
In that case, what happens to packets for which conntracking was  
disabled (NOTRACK in raw)? Are they also defragmented or not?



Thanks,
Chris.

----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.


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

end of thread, other threads:[~2010-03-04 23:36 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-03 15:54 miscellaneous netfilter questions Christoph Anton Mitterer
2010-03-03 16:57 ` Pascal Hambourg
2010-03-04  5:52   ` ratheesh k
2010-03-04 10:19   ` Christoph Anton Mitterer
2010-03-04 14:37     ` Mart Frauenlob
2010-03-04 23:36     ` Pascal Hambourg

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.