From: Andrew McGregor <andrew@indranet.co.nz>
To: Felipe Alfaro Solana <felipe_alfaro@linuxmail.org>,
LKML <linux-kernel@vger.kernel.org>
Subject: Re: [OT] Connection tracking for IPSec
Date: Thu, 21 Aug 2003 00:49:52 +1200 [thread overview]
Message-ID: <23600000.1061383792@ijir> (raw)
In-Reply-To: <1061378568.668.9.camel@teapot.felipe-alfaro.com>
--On Wednesday, August 20, 2003 01:22:49 PM +0200 Felipe Alfaro Solana
<felipe_alfaro@linuxmail.org> wrote:
> 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
Hmm. You can't do this if the end host does the ESP (AH is another
matter). Ever. If the ESP is working, the router can't tell what is
inside the packet; this is the whole point of IPSEC. If you want this
functionality, you can only provide it on the end host, or else do the
IPSEC on the router.
> 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?
You can't, by design of IPSEC. However, you do have a couple of options:
1) let through IPSEC only for hosts you trust
2) for hosts you must firewall at the router, do the IPSEC there too, and
do not allow those hosts to use IPSEC.
These aren't exclusive.
>
> 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!
You're welcome.
Andrew
next prev parent reply other threads:[~2003-08-20 12:50 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
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 [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=23600000.1061383792@ijir \
--to=andrew@indranet.co.nz \
--cc=felipe_alfaro@linuxmail.org \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox