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
upgrade p2pnat scenarios to 5.0.0
[strongswan.git]
/
testing
/
tests
/
p2pnat
/
behind-same-nat
/
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=ikev2
12
mobike=no
13
dpdaction=clear
14
dpddelay=60s
15
16
conn medsrv
17
left=PH_IP_CAROL
18
leftcert=carolCert.pem
19
leftid=carol@strongswan.org
20
leftauth=pubkey
21
leftfirewall=yes
22
right=%any
23
rightauth=psk
24
mediation=yes
25
auto=add