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
new net2net ipv6 scenarios for IKEv1 and IKEv2
[strongswan.git]
/
testing
/
tests
/
ipv6
/
net2net-ikev1
/
hosts
/
moon
/
etc
/
ipsec.conf
1
# /etc/ipsec.conf - strongSwan IPsec configuration file
2
3
config setup
4
plutodebug=control
5
crlcheckinterval=180
6
strictcrlpolicy=no
7
charonstart=no
8
9
conn %default
10
ikelifetime=60m
11
keylife=20m
12
rekeymargin=3m
13
keyingtries=1
14
15
conn net-net
16
also=host-host
17
leftsubnet=fec1::0/16
18
rightsubnet=fec2::0/16
19
20
conn host-host
21
left=PH_IP6_MOON
22
leftnexthop=0::0
23
leftcert=moonCert.pem
24
leftid=@moon.strongswan.org
25
leftfirewall=yes
26
right=PH_IP6_SUN
27
rightnexthop=0::0
28
rightid=@sun.strongswan.org
29
auto=add
30