netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* RFC: netfilter: synproxy iptables target
@ 2010-05-20  9:46 Changli Gao
  2010-05-20 14:11 ` Patrick McHardy
  0 siblings, 1 reply; 7+ messages in thread
From: Changli Gao @ 2010-05-20  9:46 UTC (permalink / raw)
  To: Patrick McHardy; +Cc: Netfilter Developer Mailing List, Linux Netdev List

I have implemented a simple SYNPROXY iptables target. It is much like
the SYNPROXY implementation in pf of OpenBSD, but won't have state
until the first connection is established with the help of syncookies.
The code is hosted at github:

http://github.com/xiaosuo/xiaosuo/tree/master/synproxy/

Currently, it can work with firewall and local socket.

It is in the very early stage, and ugly. And I will add --timeout
parameter to this target as TCP_DFER_ACCEPT, so I can do NAT basing on
the request data.

i.e.

iptables -t nat -A OUTPUT -p tcp -m synproxy --http-url "*.jpg" -j
DNAT --to-destination $image_http_server:80

And is there any chance to merge it into mainline?

-- 
Regards,
Changli Gao(xiaosuo@gmail.com)
--
To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

end of thread, other threads:[~2010-05-20 14:42 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-20  9:46 RFC: netfilter: synproxy iptables target Changli Gao
2010-05-20 14:11 ` Patrick McHardy
2010-05-20 14:21   ` Changli Gao
2010-05-20 14:25     ` Patrick McHardy
2010-05-20 14:33       ` Changli Gao
2010-05-20 14:32     ` Eric Dumazet
2010-05-20 14:42       ` Changli Gao

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).