Magellan Linux

Contents of /trunk/ipsec-tools/racoon.conf

Parent Directory Parent Directory | Revision Log Revision Log


Revision 144 - (show annotations) (download)
Tue May 8 20:06:05 2007 UTC (16 years, 11 months ago) by niro
File size: 413 byte(s)
-import

1 # Racoon IKE daemon configuration file.
2 # See 'man racoon.conf' for a description of the format and entries.
3
4 path include "/etc/racoon";
5 path pre_shared_key "/etc/racoon/psk.txt";
6 path certificate "/etc/racoon/certs";
7
8 sainfo anonymous
9 {
10 pfs_group 2;
11 lifetime time 1 hour ;
12 encryption_algorithm 3des, blowfish 448, rijndael ;
13 authentication_algorithm hmac_sha1, hmac_md5 ;
14 compression_algorithm deflate ;
15 }