blob: 8363794943adda27943810ed4f8730bb85f949c5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# /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_ALICE
leftcert=aliceCert.pem
leftid=alice@strongswan.org
leftsubnet=10.1.0.10/32
keyexchange=ikev2
conn rw-carol
right=%any
rightcert=carolCert.pem
rightid=carol@strongswan.org
auto=add
|