24 lines
420 B
Plaintext
24 lines
420 B
Plaintext
# /etc/ipsec.conf - strongSwan IPsec configuration file
|
|
|
|
config setup
|
|
charondebug="knl 3, esp 3"
|
|
|
|
conn %default
|
|
ikelifetime=60m
|
|
keylife=20m
|
|
rekey=no
|
|
reauth=no
|
|
keyexchange=ikev2
|
|
ike=aes128gcm128-prfsha256-ecp256!
|
|
esp=aes128gcm128-ecp256!
|
|
|
|
conn rw
|
|
left=PH_IP_MOON
|
|
leftcert=moonCert.pem
|
|
[email protected]
|
|
leftsubnet=10.1.0.0/16
|
|
leftupdown=/etc/updown
|
|
right=%any
|
|
rightsourceip=10.3.0.0/24
|
|
auto=add
|