18 lines
360 B
Plaintext
18 lines
360 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 home
|
|
left=PH_IP_ALICE
|
|
leftcert=aliceCert.pem
|
|
[email protected]
|
|
right=PH_IP_SUN
|
|
rightcert=sunCert.pem
|
|
[email protected]
|
|
rightsubnet=10.2.0.0/16
|
|
keyexchange=ikev2
|
|
auto=add
|