mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-04 00:00:14 -04:00
23 lines
358 B
Plaintext
23 lines
358 B
Plaintext
# /etc/ipsec.conf - strongSwan IPsec configuration file
|
|
|
|
config setup
|
|
|
|
conn %default
|
|
ikelifetime=60m
|
|
keylife=20m
|
|
rekeymargin=3m
|
|
keyingtries=1
|
|
keyexchange=ikev1
|
|
|
|
conn rw
|
|
left=PH_IP_MOON
|
|
leftid=@moon.strongswan.org
|
|
leftsubnet=10.1.0.0/16
|
|
leftauth=psk
|
|
leftfirewall=yes
|
|
right=%any
|
|
rightsourceip=10.3.0.0/24
|
|
rightauth=psk
|
|
rightauth2=xauth
|
|
auto=add
|