east:~# TESTNAME=interop-ikev2-racoon-01-noconn east:~# mkdir /tmp/racoon2 /var/run/racoon2 east:~# chmod 700 /var/run/racoon2 east:~# cp -r /testing/pluto/$TESTNAME/east-racoon/* /tmp/racoon2/ east:~# chmod 700 /tmp/racoon2/psk/test.psk /tmp/racoon2/spmd.pwd east:~# /usr/local/racoon2/etc/init.d/spmd start Starting spmd. east:~# /usr/local/racoon2/etc/init.d/iked start Starting iked2008-04-08 02:30:28 [INFO]: main.c:300:main(): starting iked for racoon2 20071227e 2008-04-08 02:30:28 [INFO]: main.c:303:main(): OPENSSLDIR: "/usr/lib/ssl" 2008-04-08 02:30:28 [INFO]: main.c:314:main(): reading config /tmp/racoon2/racoon2.conf 2008-04-08 02:30:28 [DEBUG]: algorithm.c:499:alg_oakley_encdef(): encryption(aes) 2008-04-08 02:30:28 [DEBUG]: algorithm.c:499:alg_oakley_encdef(): encryption(3des) 2008-04-08 02:30:28 [INTERNAL_WARN]: ike_conf.c:3769:ike_conf_check_ikev2(): remote (default) ikev2 ipsec_sa_nego_time_limit configuration field support is unimplemented, ignored 2008-04-08 02:30:28 [DEBUG]: algorithm.c:499:alg_oakley_encdef(): encryption(aes) 2008-04-08 02:30:28 [DEBUG]: algorithm.c:499:alg_oakley_encdef(): encryption(aes) 2008-04-08 02:30:28 [DEBUG]: algorithm.c:499:alg_oakley_encdef(): encryption(3des) 2008-04-08 02:30:28 [INTERNAL_WARN]: ike_conf.c:4218:ike_conf_check_consistency(): configuration errors: 0, warnings: 1 2008-04-08 02:30:28 [DEBUG]: if_spmd.c:354: spmd I/F connection ok: 220 2543622E090C26A616E54142F07B52565F0DF304 2008-04-08 02:30:28 [DEBUG]: cfsetup.c:3837: read 16 bytes 2008-04-08 02:30:28 [DEBUG]: if_spmd.c:416: spmd LOGIN ok: 250 OK 2008-04-08 02:30:28 [DEBUG]: isakmp.c:529:isakmp_open_address(): socket 5 bind 192.0.2.254[500] 2008-04-08 02:30:28 [DEBUG]: isakmp.c:529:isakmp_open_address(): socket 6 bind 192.1.2.23[500] 2008-04-08 02:30:28 [DEBUG]: isakmp.c:529:isakmp_open_address(): socket 7 bind 192.9.2.23[500] 2008-04-08 02:30:28 [DEBUG]: isakmp.c:529:isakmp_open_address(): socket 8 bind 127.0.0.1[500] . east:~# sleep 3 east:~# echo done done east:~# east:~# east:~# if [ -f /tmp/core ]; then echo CORE FOUND; mv /tmp/core /var/tmp; fi east:~#