All of lore.kernel.org
 help / color / mirror / Atom feed
* Changing the conntrack / NATP information.
@ 2004-03-15 15:12 Emmanuel Guiton
  2004-03-17 13:59 ` Harald Welte
  0 siblings, 1 reply; 8+ messages in thread
From: Emmanuel Guiton @ 2004-03-15 15:12 UTC (permalink / raw)
  To: netfilter-devel


Hi!

I wish to change the connection tracking / NAPT information of my target 
upon reception of a certain nf_conntrack event. Is it possible to do so 
by doing the following for example:

u_int32_t  ip_address;
conntrack->tuplehash[IP_CT_DIR_REPLY].tuple.src.ip = ip_address;
conntrack->nat.info.manips[IP_CT_DIR_ORIGINAL].manip.ip = ip_address;

Or is there more complicated interactions that makes these operations 
not possible? (And then, do you have an advice on how to overcome them?)
To tell the truth, I am investigating the reasons of my kernel crashes :)

                Emmanuel

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

end of thread, other threads:[~2004-03-25  9:43 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-03-15 15:12 Changing the conntrack / NATP information Emmanuel Guiton
2004-03-17 13:59 ` Harald Welte
2004-03-22 15:58   ` Using NF_DROP or NF_STOLEN? Emmanuel Guiton
2004-03-24 11:00   ` problem when loading ip_tables Emmanuel Guiton
2004-03-24 16:51     ` Henrik Nordstrom
2004-03-24 17:00       ` Emmanuel Guiton
2004-03-25  9:43         ` problem when loading ip_tables - solved Emmanuel Guiton
2004-03-24 16:52     ` problem when loading ip_tables Emmanuel Guiton

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.