Guest User

Untitled

a guest
Oct 23rd, 2017
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. cat /etc/racoon/racoon.conf
  2. path pre_shared_key "/etc/racoon/psk.txt";
  3. log debug2;
  4.  
  5.  
  6. listen
  7. {
  8. isakmp 10.6.x.x [500];
  9. isakmp_natt 10.6.x.x [4500];
  10. }
  11.  
  12. timer {
  13. phase1 15 sec;
  14. phase2 10 sec;
  15. natt_keepalive 10sec;
  16. }
  17.  
  18.  
  19. remote 93.170.x.x {
  20. exchange_mode main;
  21. nat_traversal on;
  22. passive off;
  23. proposal {
  24. encryption_algorithm aes 256;
  25. hash_algorithm sha1;
  26. authentication_method pre_shared_key;
  27. dh_group 2;
  28. }
  29. }
  30.  
  31. sainfo address 192.168.44.0/22 any address 172.16.0.0/24 any {
  32. pfs_group 2;
  33. encryption_algorithm aes;
  34. authentication_algorithm hmac_sha1;
  35. compression_algorithm deflate;
  36. }
Add Comment
Please, Sign In to add comment