[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

(racoon 559) Configuration of ipv4-v6 tunnel.



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?

2. I tried to create security policy using setkey
   like that configuration...

   spdadd xx.xx.xx.xx/16 yy.yy.yy.yy/16 any
     -P out ipseca
     esp/tunnel/xx::1-yy:2/require ;

   but setkey says "Invalid argument".
   How can I configure the IPv4-in-IPv6 spd?
   Or is it possible to setup spd manually?

Regards,
Kuroda