strongswan.conf 374 B

1234567891011121314151617
  1. # /etc/strongswan.conf - strongSwan configuration file
  2. charon {
  3. load = random nonce aes sha1 sha2 pem pkcs1 curve25519 gmp x509 curl revocation hmac stroke kernel-netlink socket-default ha
  4. plugins {
  5. ha {
  6. local = PH_IP_ALICE
  7. remote = PH_IP_MOON1
  8. segment_count = 2
  9. autobalance = 10
  10. fifo_interface = yes
  11. monitor = yes
  12. }
  13. }
  14. }