blob: 92d484d9d60fd4945dd1e3a7d25f632ab1c8b193 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# /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_MOON
leftcert=moonCert.pem
leftid=@moon.strongswan.org
leftsubnet=10.1.0.0/16
keyexchange=ikev2
conn rw-carol
right=%any
rightcert=carolCert.pem
rightid=carol@strongswan.org
auto=add
conn rw-dave
right=%any
rightcert=daveCert.pem
rightid=dave@strongswan.org
auto=add
|