29 lines
532 B
Plaintext
Executable File
29 lines
532 B
Plaintext
Executable File
# /etc/ipsec.conf - strongSwan IPsec configuration file
|
|
|
|
config setup
|
|
plutodebug=control
|
|
crlcheckinterval=180
|
|
strictcrlpolicy=no
|
|
charonstart=no
|
|
|
|
conn %default
|
|
ikelifetime=60m
|
|
keylife=20m
|
|
rekeymargin=3m
|
|
keyingtries=1
|
|
keyexchange=ikev1
|
|
left=%defaultroute
|
|
leftnexthop=%direct
|
|
leftsubnet=10.1.0.0/16
|
|
leftsourceip=PH_IP_MOON1
|
|
leftcert=moonCert.pem
|
|
[email protected]
|
|
leftfirewall=yes
|
|
|
|
conn carol
|
|
right=carol.strongswan.org
|
|
rightallowany=yes
|
|
[email protected]
|
|
rightsubnet=PH_IP_CAROL1/32
|
|
auto=add
|