* New netfilter modules: RELAY, SOURCE, DEST
@ 2004-06-04 23:33 Don Mahurin
0 siblings, 0 replies; only message in thread
From: Don Mahurin @ 2004-06-04 23:33 UTC (permalink / raw)
To: netfilter-devel
I have written some new netfilter/iptables modules that do the following:
RELAY - smart UDP relay, that learns and relays packets from and to the
endpoint pair that connect to each port in a specified range. The
source, destination and checksums of relayed packets are adjusted. This
is useful for servers that act as a middle man in a large number of UDP
data connections. A /proc interface is implemented to manage ports. The
/proc interface replaced a netlink interface which remains in the driver.
I have tested the RELAY for about 2000 bi-directional channels with over
900Mbs of data.
SOURCE - mangles packets changing the source address without the
overhead and connection tracking associated with NAT.
DEST - mangles packets changing the destination address without the
overhead and connection tracking associated with NAT.
I have put together the changes in patch-o-matic-ng format, but I am not
sure where to send that.
http://berkeley.innomedia.com/pub/source/ipt_relay/
http://berkeley.innomedia.com/pub/source/ipt_relay/README.txt
http://berkeley.innomedia.com/pub/source/ipt_relay/linux/patch-o-matic-ng/
Note that currently, the RELAY module requires an allow-spoofing patch,
as when RELAY is used normally in PREROUTING, it changes the destination
to the other endpoint and the source to itself. Then the spoofing check
code sees this as an external packet pretending to be itself.
-don
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2004-06-04 23:33 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-06-04 23:33 New netfilter modules: RELAY, SOURCE, DEST Don Mahurin
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.