public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [OT] Connection tracking for IPSec
@ 2003-08-20 11:22 Felipe Alfaro Solana
  2003-08-20 12:11 ` Christophe Saout
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: Felipe Alfaro Solana @ 2003-08-20 11:22 UTC (permalink / raw)
  To: LKML

Hi all!

I'm starting with IPSec right now. To make it work, I must open up
protocols 50 and 51 to pass across my Linux firewalls, but I want to use
connection tracking much like I do when not using IPSec.

For example,

iptables -A INPUT -m state --state RELATED,ESTABLISHED

When using IPSec, if I open up protocols 50 and 51, all IPSec-protected
traffic passes through the firewall, but it's not checked against the
connection tracking module. How can I configure iptables so an
IPSec-protected packet, after being classified as IP protocol 50 or 51,
loop back one more time to pass through the connection tracking module?

I don't want to set up IPSec to get addititional protection by using AH
and ESP and then let any machine talking IPSec pass entirely through my
firewall ignoring the rest of rules.

Thanks!


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

end of thread, other threads:[~2003-08-21  4:39 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-08-20 11:22 [OT] Connection tracking for IPSec Felipe Alfaro Solana
2003-08-20 12:11 ` Christophe Saout
2003-08-20 14:22   ` Felipe Alfaro Solana
2003-08-20 14:53     ` Christophe Saout
2003-08-20 15:18       ` Felipe Alfaro Solana
2003-08-20 17:36       ` Jose Luis Domingo Lopez
2003-08-20 12:49 ` Andrew McGregor
2003-08-20 14:16   ` Felipe Alfaro Solana
2003-08-20 22:12     ` Andrew McGregor
2003-08-21  4:37       ` Rick Kennell
2003-08-20 14:43 ` Wiktor Wodecki

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox