mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-05 00:00:45 -04:00
16 lines
292 B
Plaintext
Executable File
16 lines
292 B
Plaintext
Executable File
# /etc/ipsec.conf - strongSwan IPsec configuration file
|
|
|
|
config setup
|
|
plutostart=no
|
|
|
|
conn net-net
|
|
left=PH_IP_SUN
|
|
leftcert=sunCert.pem
|
|
leftid=@sun.strongswan.org
|
|
leftsubnet=10.2.0.0/16
|
|
right=PH_IP_MOON
|
|
rightid=@moon.strongswan.org
|
|
rightsubnet=10.1.0.0/16
|
|
keyexchange=ikev2
|
|
auto=add
|