1 # Id: racoon.conf.sample-inherit,v 1.3 2005/12/13 16:41:07 vanhu Exp
2 # Contributed by: Michal Ludvig <mludvig@suse.cz>, SUSE Labs
4 # This file shows the basic inheritance usage in 'remote' statements.
6 path pre_shared_key "/etc/racoon/psk.txt";
7 path certificate "/etc/racoon";
11 exchange_mode main,aggressive;
13 situation identity_only;
16 certificate_type x509 "my.cert.pem" "my.key.pem";
20 proposal_check strict; # obey, strict or claim
23 encryption_algorithm 3des;
25 authentication_method rsasig;
30 remote 3ffe:ffff::1 inherit anonymous
32 exchange_mode aggressive;
36 remote 3ffe:ffff::1 [8000] inherit 3ffe:ffff::1
38 lifetime time 1 min; # sec,min,hour
41 encryption_algorithm 3des;
43 authentication_method pre_shared_key;
51 lifetime time 12 hour;
52 encryption_algorithm aes, 3des;
53 authentication_algorithm hmac_sha1, hmac_md5;
54 compression_algorithm deflate;