25 lines
436 B
Plaintext
Executable File
25 lines
436 B
Plaintext
Executable File
# /etc/ipsec.conf - strongSwan IPsec configuration file
|
|
|
|
config setup
|
|
crlcheckinterval=180
|
|
strictcrlpolicy=no
|
|
charonstart=no
|
|
plutodebug=control
|
|
|
|
conn %default
|
|
ikelifetime=60m
|
|
keylife=20m
|
|
rekeymargin=3m
|
|
keyingtries=1
|
|
keyexchange=ikev1
|
|
|
|
conn home
|
|
left=%defaultroute
|
|
leftsourceip=%config
|
|
leftcert=aliceCert.pem
|
|
[email protected]
|
|
leftfirewall=yes
|
|
right=PH_IP_MOON1
|
|
[email protected]
|
|
auto=add
|