strongswan.org
Wiki/Project Management
Downloads
Gitweb
projects
/
strongswan.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
bad82a8cba0bddf47a207e73dd9289f594fc8eac
[strongswan.git]
/
testing
/
tests
/
ipv6
/
net2net-ikev2
/
hosts
/
sun
/
etc
/
ipsec.conf
1
# /etc/ipsec.conf - strongSwan IPsec configuration file
2
3
config setup
4
strictcrlpolicy=no
5
plutostart=no
6
7
conn %default
8
ikelifetime=60m
9
keylife=20m
10
rekeymargin=3m
11
keyingtries=1
12
keyexchange=ikev2
13
14
conn net-net
15
also=host-host
16
leftsubnet=fec2::0/16
17
rightsubnet=fec1::0/16
18
19
conn host-host
20
left=PH_IP6_SUN
21
leftcert=sunCert.pem
22
leftid=@sun.strongswan.org
23
leftfirewall=yes
24
right=PH_IP6_MOON
25
rightid=@moon.strongswan.org
26
auto=add