strongswan.org
Wiki/Project Management
Downloads
Gitweb
projects
/
strongswan.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
0d87a9ce7e01644b00be91026b3c33de40579965
[strongswan.git]
/
testing
/
tests
/
ikev2
/
nat-double
/
hosts
/
alice
/
etc
/
ipsec.conf
1
# /etc/ipsec.conf - strongSwan IPsec configuration file
2
3
version 2.0 # conforms to second version of ipsec.conf specification
4
5
config setup
6
plutostart=no
7
8
conn home
9
left=PH_IP_ALICE
10
leftcert=aliceCert.pem
11
leftid=alice@strongswan.org
12
right=PH_IP_SUN
13
rightcert=bobCert.pem
14
rightid=bob@strongswan.org
15
rightsubnet=10.2.0.0/16
16
keyexchange=ikev2
17
auto=add