Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 144 - (hide annotations) (download)
Tue May 8 20:06:05 2007 UTC (17 years ago) by niro
File size: 413 byte(s)
-import

1 niro 144 # 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     }