You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

36 lines
1.1 KiB

  1. # Simple racoon.conf
  2. #
  3. # Refer to http://wiki.openwrt.org/doc/howto/vpn.ipsec.basics.racoon for
  4. # details about configuring racoon in OpenWRT.
  5. #
  6. # Also read the Linux IPSEC Howto up at
  7. # http://www.ipsec-howto.org/t1.html
  8. #
  9. # Manual pages for ipsec-tools are not included with OpenWRT. Refer to
  10. # the following locations to view them online:
  11. # http://linux.die.net/man/8/racoon
  12. # http://linux.die.net/man/5/racoon.conf
  13. # http://linux.die.net/man/8/setkey
  14. #
  15. log notify;
  16. path pre_shared_key "/etc/racoon/psk.txt";
  17. path certificate "/etc/racoon/certs";
  18. #remote 172.31.1.1 {
  19. # exchange_mode main,aggressive;
  20. # proposal {
  21. # encryption_algorithm 3des;
  22. # hash_algorithm sha1;
  23. # authentication_method pre_shared_key;
  24. # dh_group modp1024;
  25. # }
  26. # generate_policy off;
  27. #}
  28. #
  29. #sainfo address 192.168.203.10[any] any address 192.168.22.0/24[any] any {
  30. # pfs_group modp768;
  31. # encryption_algorithm 3des;
  32. # authentication_algorithm hmac_md5;
  33. # compression_algorithm deflate;
  34. #}