ipsec.conf 291 B

1234567891011121314151617
  1. # /etc/ipsec.conf - strongSwan IPsec configuration file
  2. config setup
  3. conn %default
  4. keyexchange=ikev1
  5. conn host-host
  6. left=PH_IP_MOON
  7. leftcert=moonCert.pem
  8. leftid=@moon.strongswan.org
  9. leftfirewall=yes
  10. right=PH_IP_SUN
  11. rightid=@sun.strongswan.org
  12. type=transport
  13. ah=sha256!
  14. auto=add