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
Merge branch 'pt-tls'
[strongswan.git]
/
testing
/
tests
/
openssl-ikev1
/
alg-ecp-high
/
hosts
/
carol
/
etc
/
ipsec.conf
1
# /etc/ipsec.conf - strongSwan IPsec configuration file
2
3
config setup
4
5
conn %default
6
ikelifetime=60m
7
keylife=20m
8
rekeymargin=3m
9
keyingtries=1
10
keyexchange=ikev1
11
ike=aes128-sha256-ecp256,aes192-sha384-ecp384!
12
13
conn home
14
left=PH_IP_CAROL
15
leftcert=carolCert.pem
16
leftid=carol@strongswan.org
17
leftfirewall=yes
18
right=PH_IP_MOON
19
rightid=@moon.strongswan.org
20
rightsubnet=10.1.0.0/16
21
auto=add