IKE(Solaris), and Racoon (Linux)
I am trying to find a way to setup an automatic IPSec keyed connection between Solaris, and Linux. From this forum, what I understand is we can do IKE on the Solaris, and Racoon on the Linux. I want to do the simplest IPSec connection with automated Key using these two. My are questions in particular :
1. what are the configs that I needed for Solaris. Is it /etc/inet/ike/ike.conf and /etc/inet/ipsecinit.conf ?
I know how to load ipsecinit.conf (ipsecconf -a /etc/inet/ipsecinit.conf), but how to load ike.conf ? Is there any other config that i needed here ?
2. For Linux, there three files that I probably need , /etc/racoon/psk.txt, /etc/racoon/racoon.conf, and /etc/setkey.conf (for spdadd..). I did not understand how to put the key in the psk.txt, can I get an example from any body ?
3. The current setup is both machines are on the same network (IP1:10.19.171.30, and IP2: 10.19.171.18). Is it required to setup the connection in tunnel mode ? Or transport mode should be okey ? I would really appreciate if you can give me an example of setting us above connection using AH(sha1), and ESP(3des) .

