Globally configure logging in strongswan.conf.testing and replace all charondebug statements with strongswan.conf settings.
16 lines
228 B
Plaintext
16 lines
228 B
Plaintext
# /etc/ipsec.conf - strongSwan IPsec configuration file
|
|
|
|
conn %default
|
|
ikelifetime=60m
|
|
keylife=20m
|
|
rekeymargin=3m
|
|
keyingtries=1
|
|
|
|
conn trap-any
|
|
right=%any
|
|
rightsubnet=192.168.0.0/30
|
|
type=transport
|
|
authby=psk
|
|
auto=route
|
|
|