21 lines
397 B
Plaintext
21 lines
397 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 %default
|
|
left=PH_IP_BOB
|
|
leftcert=bobCert.pem
|
|
[email protected]
|
|
leftsubnet=10.2.0.10/32
|
|
keyexchange=ikev2
|
|
|
|
conn rw-alice
|
|
right=%any
|
|
rightcert=aliceCert.pem
|
|
[email protected]
|
|
rightsubnet=10.1.0.0/16
|
|
auto=add
|