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
upgraded ikev1/compress to 5.0.0
[strongswan.git]
/
testing
/
tests
/
ikev1
/
compress
/
hosts
/
carol
/
etc
/
ipsec.conf
1
# /etc/ipsec.conf - strongSwan IPsec configuration file
2
3
config setup
4
plutostart=no
5
6
conn %default
7
ikelifetime=60m
8
keylife=20m
9
rekeymargin=3m
10
keyingtries=1
11
keyexchange=ikev1
12
compress=yes
13
14
conn home
15
left=PH_IP_CAROL
16
leftcert=carolCert.pem
17
leftid=carol@strongswan.org
18
right=PH_IP_MOON
19
rightsubnet=10.1.0.0/16
20
rightid=@moon.strongswan.org
21
auto=add