17 lines
328 B
Plaintext
17 lines
328 B
Plaintext
# /etc/ipsec.conf - strongSwan IPsec configuration file
|
|
|
|
version 2.0 # conforms to second version of ipsec.conf specification
|
|
|
|
config setup
|
|
plutostart=no
|
|
|
|
conn net-net
|
|
left=PH_IP_MOON
|
|
leftcert=moonCert.pem
|
|
leftsubnet=10.1.0.0/16
|
|
right=PH_IP_SUN
|
|
rightcert=sunCert.pem
|
|
rightsubnet=10.2.0.0/16
|
|
keyexchange=ikev2
|
|
auto=add
|