strongswan.org
Wiki/Project Management
Downloads
Gitweb
projects
/
strongswan.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
edited description
[strongswan.git]
/
testing
/
hosts
/
carol
/
etc
/
ipsec.conf
1
# /etc/ipsec.conf - strongSwan IPsec configuration file
2
3
config setup
4
plutodebug=control
5
crlcheckinterval=180
6
strictcrlpolicy=no
7
charonstart=no
8
9
conn %default
10
ikelifetime=60m
11
keylife=20m
12
rekeymargin=3m
13
keyingtries=1
14
15
conn home
16
left=PH_IP_CAROL
17
leftcert=carolCert.pem
18
leftid=carol@strongswan.org
19
leftfirewall=yes
20
right=PH_IP_MOON
21
rightsubnet=10.1.0.0/16
22
rightid=@moon.strongswan.org
23
auto=add
24
25
26
27