Globally configure logging in strongswan.conf.testing and replace all charondebug statements with strongswan.conf settings.
22 lines
382 B
Plaintext
22 lines
382 B
Plaintext
# /etc/ipsec.conf - strongSwan IPsec configuration file
|
|
|
|
conn %default
|
|
ikelifetime=60m
|
|
lifetime=10s
|
|
margintime=5s
|
|
rekeyfuzz=0%
|
|
keyingtries=1
|
|
keyexchange=ikev2
|
|
mobike=no
|
|
|
|
conn net-net
|
|
left=PH_IP_MOON
|
|
leftcert=moonCert.pem
|
|
[email protected]
|
|
leftsubnet=10.1.0.0/16
|
|
leftfirewall=yes
|
|
right=PH_IP_SUN
|
|
[email protected]
|
|
rightsubnet=10.2.0.0/16
|
|
auto=add
|