Guest User

Untitled

a guest
Aug 7th, 2019
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. path include "/etc/racoon";
  2. path pre_shared_key "/etc/racoon/psk.txt";
  3. path certificate "/etc/racoon/certs";
  4. path script "/etc/racoon/scripts";
  5.  
  6.  
  7. remote X1.X1.X1.X1
  8. {
  9. exchange_mode main;
  10. proposal {
  11. encryption_algorithm 3des;
  12. hash_algorithm sha1;
  13. authentication_method pre_shared_key;
  14. dh_group 2;
  15. }
  16. }
  17.  
  18. sainfo address X2.X2.X2.X2 any address Y1.Y1.Y1.Y1 any
  19. {
  20. pfs_group modp768;
  21. encryption_algorithm 3des;
  22. authentication_algorithm hmac_sha1;
  23. compression_algorithm deflate;
  24. }
  25.  
  26. log debug;
Add Comment
Please, Sign In to add comment