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
added ikev1/alg-esp-aes-gmac scenario
[strongswan.git]
/
testing
/
tests
/
ikev1
/
esp-alg-aes-gmac
/
hosts
/
moon
/
etc
/
ipsec.conf
1
# /etc/ipsec.conf - strongSwan IPsec configuration file
2
3
config setup
4
crlcheckinterval=180
5
strictcrlpolicy=no
6
charonstart=no
7
plutodebug=control
8
9
conn %default
10
ikelifetime=60m
11
keylife=20m
12
rekeymargin=3m
13
keyingtries=1
14
keyexchange=ikev1
15
ike=aes256-sha384-modp2048!
16
esp=aes256gmac!
17
18
conn rw
19
left=PH_IP_MOON
20
leftfirewall=yes
21
leftcert=moonCert.pem
22
leftid=@moon.strongswan.org
23
leftsubnet=10.1.0.0/16
24
right=%any
25
auto=add