[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
(usagi-users 01428) Re: IPv6-IPv6 tunneling and IPsec
- To: usagi-users@xxxxxxxxxxxxxx
- Subject: (usagi-users 01428) Re: IPv6-IPv6 tunneling and IPsec
- From: Antti Tuominen <ajtuomin@xxxxxxxxxx>
- Date: Mon, 6 May 2002 00:58:41 +0300 (EEST)
- Cc: P.OHanlon@xxxxxxxxxxxx
- In-reply-to: <1443.1020631384@cs.ucl.ac.uk> from "Piers O'Hanlon" at "May 5, 2002 09:43:04 pm"
- Reply-to: usagi-users@xxxxxxxxxxxxxx
Piers O'Hanlon previously wrote:
> Hi,
Hello Piers,
> Ah Okay - I though that with mobileIP support it was possible to do
> IPv6-in-IPv6 tunnels - I don't seem to be able to get the iptunnel/ip tunnel
> commands to accept an ipv6 address.
You can do it with the ipv6tunnel.o included in the MIPL Mobile IPv6
code (which is exactly what you thought, I suppose). There is a
utility called ipv6tunnel which is used to set up tunnels manually
from userspace. To use this enable CONFIG_IPV6_IPV6_TUNNEL in your
kernel.
I don't know if the USAGI team will use our code to implement the
generic tunnel device, but everything should be working with that as
far as 6over6 is conserned.
> Though actually what I am trying to do is set up a double tunnel - with the
> outside being IPv6-in-ipv4 carries a IPv6-in-IPv6 tunnel. How would one
> achieve that?
Should be no problem. We have a 6over4 tunnel to 6bone and I run
6over6 on that. Very similar to your setup I guess, though in my case
the 6over4 and 6over6 end-points are different nodes.
Regards,
Antti