* update iptables rule from a target module...
@ 2002-12-05 10:54 Didier Tournier
0 siblings, 0 replies; only message in thread
From: Didier Tournier @ 2002-12-05 10:54 UTC (permalink / raw)
To: netfilter-devel
Hi all,
Is there anybody that could help me with what's following ...
I need to create a new binding rule from a target function of my target
module loaded by iptables.
this rule is : iptables -t nat -A PREROUTING -d 192.168.0.250 -j DNAT
--to 10.10.29.50
I've tried to make it with a "do_exec", but that dont work and it could
be better to update the table directly.
Is there a way to do that? some examples ...
Thanks in advance
Didier
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2002-12-05 10:54 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-12-05 10:54 update iptables rule from a target module Didier Tournier
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.