Guest User

Untitled

a guest
Oct 22nd, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. path certificate "/etc/racoon/certs";
  2. remote anonymous {
  3. exchange_mode main;
  4. peers_identifier asn1dn;
  5. my_identifier asn1dn;
  6. verify_identifier on;
  7. verify_cert on;
  8. nat_traversal on;
  9. certificate_type x509 "skrs0116.eftdomain.net.crt" "skrs0116.eftdomain.net.key";
  10.  
  11. proposal {
  12. encryption_algorithm aes 256;
  13. hash_algorithm sha1;
  14. authentication_method rsasig;
  15. dh_group 5;
  16. lifetime time 86400 sec;
  17. }
  18. }
  19.  
  20. sainfo anonymous {
  21. lifetime time 1 hour ;
  22. encryption_algorithm aes 256 ;
  23. authentication_algorithm hmac_sha1;
  24. compression_algorithm deflate ;
  25. }
Add Comment
Please, Sign In to add comment