Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- path include "/etc/racoon";
- path pre_shared_key "/etc/racoon/psk.txt";
- path certificate "/etc/racoon/certs";
- path script "/etc/racoon/scripts";
- remote X1.X1.X1.X1
- {
- exchange_mode main;
- proposal {
- encryption_algorithm 3des;
- hash_algorithm sha1;
- authentication_method pre_shared_key;
- dh_group 2;
- }
- }
- sainfo address X2.X2.X2.X2 any address Y1.Y1.Y1.Y1 any
- {
- pfs_group modp768;
- encryption_algorithm 3des;
- authentication_algorithm hmac_sha1;
- compression_algorithm deflate;
- }
- log debug;
Add Comment
Please, Sign In to add comment