[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
(racoon 561) Re: Configuration of ipv4-v6 tunnel.
- To: racoon@kame.net
- Subject: (racoon 561) Re: Configuration of ipv4-v6 tunnel.
- From: itojun@itojun.org (Jun-ichiro itojun Hagino)
- Date: Thu, 1 Jul 2004 10:38:36 +0900 (JST)
- Delivered-to: racoon-archive@kame.net
- Delivered-to: racoon-outgo@kame.net
- Delivered-to: racoon@kame.net
- In-reply-to: Your message of "Thu, 1 Jul 2004 03:07:17 +0900" <49256EC3.0063E37D.00@toyo.co.jp>
- References: <49256EC3.0063E37D.00@toyo.co.jp>
- Reply-to: racoon@kame.net
- Sender: owner-racoon@kame.net
> Hi all.
>
> I am trying to setup IPv4-in-IPv6 esp tunnel
> using freebsd4.9 with kame patch.
> Then I have some issues.
>
> 1. Is it possible to create IPv4-in-IPv6 SA
> with esp tunnel mode using racoon?
no, KAME kernels do not support IPv4-in-IPv6 (or vice versa) SAs.
if you need to do that, your option might be
- setup gif(4) tunnel
- protect it by transport mode IPsec
however it won't work with other box (IKE negotiation mode will not
match - transport and tunnel).
itojun