strongswan.org
Wiki/Project Management
Downloads
Gitweb
projects
/
strongswan.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
e9abfdac83d6745cda4e7690ca7bb8001a46d01b
[strongswan.git]
/
testing
/
tests
/
ikev2
/
mobike-nat
/
hosts
/
alice
/
etc
/
ipsec.conf
1
# /etc/ipsec.conf - strongSwan IPsec configuration file
2
3
config setup
4
crlcheckinterval=180
5
strictcrlpolicy=no
6
plutostart=no
7
8
conn %default
9
ikelifetime=60m
10
keylife=20m
11
rekeymargin=3m
12
keyingtries=1
13
keyexchange=ikev2
14
15
conn mobike
16
left=PH_IP_ALICE1
17
leftsourceip=10.3.0.3
18
leftcert=aliceCert.pem
19
leftid=alice@strongswan.org
20
leftfirewall=yes
21
right=PH_IP_SUN
22
rightid=@sun.strongswan.org
23
rightsubnet=10.2.0.0/16
24
auto=add