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
define plugins to be loaded in strongswan.conf
[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
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
mobike=no
15
dpdaction=clear
16
dpddelay=60s
17
18
conn medsrv
19
left=PH_IP_CAROL
20
leftcert=carolCert.pem
21
leftid=carol@strongswan.org
22
leftfirewall=yes
23
right=%any
24
mediation=yes
25
auto=add