* netfilter/ipsec packet flow
@ 2004-04-14 17:37 Ivan Mitev
2004-04-15 3:58 ` Patrick McHardy
0 siblings, 1 reply; 2+ messages in thread
From: Ivan Mitev @ 2004-04-14 17:37 UTC (permalink / raw)
To: netfilter-devel
hi
sorry if that sounds like a stupid question; but let's ask, as more people
should be concerned by that when they'll migrate their freeswan/2.4 to 2.6's
ipsec...
1- is this 2.6 ipsec packet flow "freezed" ?
[incoming packet]
|<-----------------.
v |
PREROUTING |
dest!=local? / \ dest==local? |
/ \ |
FORWARD LOCAL_IN |
| | |
| (ipsec?decrypt:nop)|
| | \ / dest!=local ?
| | `------'
v v dest==local ?
(excellent ascii-art stolen from willy tarreau in
http://lists.netfilter.org/pipermail/netfilter-devel/2004-March/014464.html
in a discussion about patrick's new netfilter/ipsec patches)
because for those of us that need to begin to migrate to 2.6 and that have
very complex traffic control done with mangle/fwmark, it's important to know
where ipsec packets will be seen twice (encrypted/de-encrypted). (and where
they won't be seen, eg. encrypted ESP/AH pkts in OUTPUT/filter ?)
2- does the ipsec policy match by patrick McHardy is considered as the
"standard" way of matching de-encrypted packets ? (eg. compared to the earlier
fwmark hack), or are there other ways ?
...or do some netfilter core developers have other design ideas ? (i'm talking
only of the packet flow here; not the internals/implementation)
question for patrick: does the last patch in pom-ng change the design above ?
("The input patch is replaced with a new version which...")
(http://lists.netfilter.org/pipermail/netfilter-devel/2004-April/014977.html)
another thing (sorry for the lengthy post), can someone put patrick's xfig pic
somewhere (or send it to me); i don't manage to "unbase64" it.
(http://lists.netfilter.org/pipermail/netfilter-devel/2004-March/014469.html)
oh, and btw let me know if i can help with testing - i have a full 2.6 network
testbed here ...
thanks !
ivan
^ permalink raw reply [flat|nested] 2+ messages in thread* Re: netfilter/ipsec packet flow
2004-04-14 17:37 netfilter/ipsec packet flow Ivan Mitev
@ 2004-04-15 3:58 ` Patrick McHardy
0 siblings, 0 replies; 2+ messages in thread
From: Patrick McHardy @ 2004-04-15 3:58 UTC (permalink / raw)
To: Ivan Mitev; +Cc: netfilter-devel
Ivan Mitev wrote:
> hi
>
> sorry if that sounds like a stupid question; but let's ask, as more people
> should be concerned by that when they'll migrate their freeswan/2.4 to 2.6's
> ipsec...
>
> 1- is this 2.6 ipsec packet flow "freezed" ?
>
> [incoming packet]
> |<-----------------.
> v |
> PREROUTING |
> dest!=local? / \ dest==local? |
> / \ |
> FORWARD LOCAL_IN |
> | | |
> | (ipsec?decrypt:nop)|
> | | \ / dest!=local ?
> | | `------'
> v v dest==local ?
>
> (excellent ascii-art stolen from willy tarreau in
> http://lists.netfilter.org/pipermail/netfilter-devel/2004-March/014464.html
> in a discussion about patrick's new netfilter/ipsec patches)
>
> because for those of us that need to begin to migrate to 2.6 and that have
> very complex traffic control done with mangle/fwmark, it's important to know
> where ipsec packets will be seen twice (encrypted/de-encrypted). (and where
> they won't be seen, eg. encrypted ESP/AH pkts in OUTPUT/filter ?)
This doesn't represent the packet flow accurately, it's basically like
this (I put X's at the positions where the packet would enter/leave the
ipsec devices with freeswan)
INPUT:
1. -> (encrypted) PRE_ROUTING -> LOCAL_IN -> (X plain) PRE_ROUTING ->
LOCAL_IN
2. -> (encrypted) PRE_ROUTING -> LOCAL_IN -> (X plain) PRE_ROUTING ->
FORWARD
OUTPUT:
1. -> (plain) FORWARD -> POST_ROUTING -> (X encrypted) LOCAL_OUT ->
POST_ROUTING
2. -> (plain) LOCAL_OUT -> POST_ROUTING -> (X encrypted) LOCAL_OUT ->
POST_ROUTING
> 2- does the ipsec policy match by patrick McHardy is considered as the
> "standard" way of matching de-encrypted packets ? (eg. compared to the earlier
> fwmark hack), or are there other ways ?
There is no "standard way" yet, but the policy match is meant to become
the standard way.
> ...or do some netfilter core developers have other design ideas ? (i'm talking
> only of the packet flow here; not the internals/implementation)
>
The packet flow (hook-wise) was discussed here a couple of month ago,
IIRC everyone agreed on this order.
> question for patrick: does the last patch in pom-ng change the design above ?
> ("The input patch is replaced with a new version which...")
> (http://lists.netfilter.org/pipermail/netfilter-devel/2004-April/014977.html)
It doesn't change the order in which hooks are traversed,
it only changes the packet flow through the network stack.
> another thing (sorry for the lengthy post), can someone put patrick's xfig pic
> somewhere (or send it to me); i don't manage to "unbase64" it.
> (http://lists.netfilter.org/pipermail/netfilter-devel/2004-March/014469.html)
It's not correct anymore with the new input patch. It's not important
from a user's perspective anyway, the order in which hooks are traversed
is what matters.
> oh, and btw let me know if i can help with testing - i have a full 2.6 network
> testbed here ...
Sure, the most useful would be if you try to replicate your 2.4 setup
with 2.6 and see if everything works. Otherwise just testing the patches
and reporting problems is also helpful.
Regards
Patrick
>
> thanks !
>
> ivan
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2004-04-15 3:58 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-04-14 17:37 netfilter/ipsec packet flow Ivan Mitev
2004-04-15 3:58 ` Patrick McHardy
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.