mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-04 00:00:14 -04:00
28 lines
461 B
Plaintext
Executable File
28 lines
461 B
Plaintext
Executable File
# /etc/ipsec.conf - strongSwan IPsec configuration file
|
|
|
|
config setup
|
|
strictcrlpolicy=no
|
|
plutostart=no
|
|
|
|
conn %default
|
|
ikelifetime=60m
|
|
keylife=20m
|
|
rekeymargin=3m
|
|
keyingtries=1
|
|
keyexchange=ikev2
|
|
|
|
conn rw-eap
|
|
left=PH_IP_MOON
|
|
leftsubnet=10.1.0.0/16
|
|
leftid=@moon.strongswan.org
|
|
leftcert=moonCert.pem
|
|
leftauth=pubkey
|
|
leftfirewall=yes
|
|
right=%any
|
|
rightid=*@strongswan.org
|
|
rightsendcert=never
|
|
rightauth=eap-aka
|
|
eap_identity=%any
|
|
right=%any
|
|
auto=add
|