strongswan.org
Wiki/Project Management
Downloads
Gitweb
projects
/
strongswan.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
f8d7e3fe992f7009604fca00339c4871b34515f3
[strongswan.git]
/
testing
/
tests
/
gcrypt-ikev2
/
alg-camellia
/
hosts
/
moon
/
etc
/
ipsec.conf
1
# /etc/ipsec.conf - strongSwan IPsec configuration file
2
3
config setup
4
crlcheckinterval=180
5
strictcrlpolicy=yes
6
plutostart=no
7
8
conn %default
9
ikelifetime=60m
10
keylife=20m
11
rekeymargin=3m
12
keyingtries=1
13
keyexchange=ikev2
14
ike=camellia256-sha512-modp2048!
15
esp=camellia192-sha1!
16
17
conn rw
18
left=PH_IP_MOON
19
leftfirewall=yes
20
leftcert=moonCert.pem
21
leftid=@moon.strongswan.org
22
leftsubnet=10.1.0.0/16
23
right=%any
24
auto=add