netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jianqing Zhang <arrow.jianqing@gmail.com>
To: Jan Engelhardt <jengelh@medozas.de>
Cc: netfilter-devel@vger.kernel.org
Subject: Re: iptables vs. IPsec SP
Date: Wed, 18 Feb 2009 12:17:25 -0600	[thread overview]
Message-ID: <8a38e1330902181017o6892d93ek53162ceafa9b136d@mail.gmail.com> (raw)
In-Reply-To: <8a38e1330902181015u65b2820w3a96340ec341073c@mail.gmail.com>

Oops, I get it. SP does not catch multicast address in this case.
Sorry about that.


On 2/18/09, Jianqing Zhang <arrow.jianqing@gmail.com> wrote:
> Yes, that is also what I thought.
>
> However it does not work in my test.
> I add a SNAT rule on the host of 192.168.1.20 as following:
>
>  iptables -t nat -A POSTROUTING -p udp --dport 5002 -o eth0 -j SNAT
> --to-source 192.168.1.55
>
> to change the source address of outgoing upd packets with port 5002 to
> 192.168.1.55.
>
> I also insert one SPs as follows (output of "ip xfrm policy list"):
>
> ...
> src 192.168.1.55/32 dst 192.168.1.21/32
> 	dir out priority 2080 ptype main
> 	tmpl src 192.168.1.20 dst 192.168.1.21
> 		proto esp reqid 16409 mode tunnel
> ...
>
> Then I send udp multicast at the port 5002.
>
> But, I cannot see any ESP packets by tcpdump. Furthermore, on the
> recipient side, I can get the muliticast udp with the changed source
> IP (192.168.1.55). Actually I have stopped IPsec on the recipient
> side. It looks that IPsec on the sender side is bypassed. Do I miss
> something?
>
> Thanks
>
>
> On 2/18/09, Jan Engelhardt <jengelh@medozas.de> wrote:
>>
>> On Wednesday 2009-02-18 17:17, Jianqing Zhang wrote:
>>
>>>If I configure both IPsec SPs and iptables, when an IP packet is going
>>>out or coming,  which will process the packet first? SP or iptables
>>>(netfilters) rules?
>>
>> On the input path, obviously ESP is the first one seen, then the unpacked
>> one;
>> on the output path this is precisely reversed.
>>
>

      reply	other threads:[~2009-02-18 18:23 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-02-18 16:17 iptables vs. IPsec SP Jianqing Zhang
2009-02-18 16:29 ` Jan Engelhardt
2009-02-18 18:15   ` Jianqing Zhang
2009-02-18 18:17     ` Jianqing Zhang [this message]

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=8a38e1330902181017o6892d93ek53162ceafa9b136d@mail.gmail.com \
    --to=arrow.jianqing@gmail.com \
    --cc=jengelh@medozas.de \
    --cc=netfilter-devel@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;
as well as URLs for NNTP newsgroup(s).