All of lore.kernel.org
 help / color / mirror / Atom feed
* [LARTC] About multihop route decision without Julian's patches
@ 2005-07-05 15:39 Lluís Batlle
  0 siblings, 0 replies; only message in thread
From: Lluís Batlle @ 2005-07-05 15:39 UTC (permalink / raw)
  To: lartc

As I've read in
http://gnumonks.org/papers/netfilter-lk2000/presentation.html, there's
said about the "nat" netfilter table:
"This table is different from the 'filter' table, in that only the
first packet of a new connection will traverse the table. The result
of this traversal is then applied to all future packets of the same
connection."

I imagine that the result of this traversal is stored in a kernel
table, dumpable through "/proc/net/ip_conntrack". There is no
information about the destination device of the route... When is the
route decision made? After setting all the information gathered from
ip_conntrack, or _before_ that? It isn't clear to me, if the "applying
of the result of the traversal" is applied in the PREROUTING or the
POSTROUTING nat chain.

I think I better look at the source code... but it's quite hard for me
to understand the data structures there. If not an answer about my
question, I'd agree for a link to the documentation of all net-code
data structures of the linux kernel.

Thanks :)
_______________________________________________
LARTC mailing list
LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc

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

only message in thread, other threads:[~2005-07-05 15:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-07-05 15:39 [LARTC] About multihop route decision without Julian's patches Lluís Batlle

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.