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
tests load pem/pkcs1 plugins, pubkey plugin not needed anymore
[strongswan.git]
/
testing
/
tests
/
pfkey
/
protoport-dual
/
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
left=PH_IP_CAROL
15
leftcert=carolCert.pem
16
leftid=carol@strongswan.org
17
leftfirewall=yes
18
right=PH_IP_MOON
19
rightsubnet=10.1.0.0/16
20
rightid=@moon.strongswan.org
21
auto=add
22
23
conn home-icmp
24
leftprotoport=icmp
25
rightprotoport=icmp
26
27
conn home-ssh
28
leftprotoport=tcp
29
rightprotoport=tcp/ssh