1 # $KAME: racoon.conf.in,v 1.17 2001/08/14 12:10:22 sakane Exp $
3 # "path" must be placed before it should be used.
4 # You can overwrite which you defined, but it should not use due to confusing.
5 path include "/etc/racoon" ;
7 # Allow third parties the ability to specify remote and sainfo entries
8 # by including all files matching /etc/racoon/remote/*.conf
9 include "/etc/racoon/remote/*.conf" ;
11 # search this file for pre_shared_key with various ID key.
12 path pre_shared_key "/etc/racoon/psk.txt" ;
14 # racoon will look for certificate file in the directory,
15 # if the certificate/certificate request payload is received.
16 path certificate "/etc/cert" ;
18 # "log" specifies logging level. It is followed by either "notify", "debug"
22 # "padding" defines some parameter of padding. You should not touch these.
25 maximum_length 20; # maximum padding length.
26 randomize off; # enable randomize length.
27 strict_check off; # enable strict check.
28 exclusive_tail off; # extract last one octet.
31 # if no listen directive is specified, racoon will listen to all
32 # available interface addresses.
36 #isakmp 202.249.11.124 [500];
37 #admin [7002]; # administrative's port by kmpstat.
38 #strict_address; # required all addresses must be bound.
41 # Specification of default various timer.
44 # These value can be changed per remote node.
45 counter 10; # maximum trying count to send.
46 interval 3 sec; # interval to resend (retransmit)
47 persend 1; # the number of packets per a send.
49 # timer for waiting to complete each phase.
55 # anonymous entry is defined in /etc/racoon/remote/anonymous.conf
59 # #exchange_mode main,aggressive;
60 # exchange_mode aggressive,main;
62 # situation identity_only;
64 # #my_identifier address;
65 # my_identifier user_fqdn "macuser@localhost";
66 # peers_identifier user_fqdn "macuser@localhost";
67 # #certificate_type x509 "mycert" "mypriv";
70 # lifetime time 1 min; # sec,min,hour
73 # proposal_check obey; # obey, strict or claim
76 # encryption_algorithm 3des;
77 # hash_algorithm sha1;
78 # authentication_method pre_shared_key ;
85 #exchange_mode main,aggressive;
86 exchange_mode aggressive,main;
88 situation identity_only;
90 my_identifier user_fqdn "macuser@localhost";
91 peers_identifier user_fqdn "macuser@localhost";
92 #certificate_type x509 "mycert" "mypriv";
95 lifetime time 1 min; # sec,min,hour
98 encryption_algorithm 3des;
100 authentication_method pre_shared_key ;
106 # anonymous entry is defined in /etc/racoon/remote/anonymous.conf
111 # lifetime time 30 sec;
112 # encryption_algorithm aes, 3des ;
113 # authentication_algorithm hmac_sha1;
114 # compression_algorithm deflate ;
117 # sainfo address 203.178.141.209 any address 203.178.141.218 any
120 # lifetime time 30 sec;
121 # encryption_algorithm des ;
122 # authentication_algorithm hmac_md5;
123 # compression_algorithm deflate ;
126 sainfo address ::1 icmp6 address ::1 icmp6
129 lifetime time 60 sec;
130 encryption_algorithm 3des, cast128, blowfish 448, des ;
131 authentication_algorithm hmac_sha1, hmac_md5 ;
132 compression_algorithm deflate ;