mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-06 00:00:47 -04:00
26 lines
477 B
Plaintext
Executable File
26 lines
477 B
Plaintext
Executable File
# /etc/ipsec.conf - strongSwan IPsec configuration file
|
|
|
|
config setup
|
|
plutodebug="control crypt"
|
|
crlcheckinterval=180
|
|
strictcrlpolicy=no
|
|
charonstart=no
|
|
|
|
conn %default
|
|
ikelifetime=60m
|
|
keylife=20m
|
|
rekeymargin=3m
|
|
keyingtries=1
|
|
keyexchange=ikev1
|
|
ike=twofish256-sha2_512-modp4096!
|
|
esp=twofish256-sha2_512!
|
|
|
|
conn home
|
|
left=PH_IP_CAROL
|
|
leftcert=carolCert.pem
|
|
leftid=carol@strongswan.org
|
|
right=PH_IP_MOON
|
|
rightsubnet=10.1.0.0/16
|
|
rightid=@moon.strongswan.org
|
|
auto=add
|