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
upgraded ike scenarios to 5.0.0
[strongswan.git]
/
testing
/
tests
/
ike
/
rw_v1-net_v2
/
hosts
/
moon
/
etc
/
ipsec.conf
1
# /etc/ipsec.conf - strongSwan IPsec configuration file
2
3
config setup
4
plutostart=no
5
6
conn %default
7
ikelifetime=60m
8
keylife=20m
9
left=PH_IP_MOON
10
leftcert=moonCert.pem
11
leftid=@moon.strongswan.org
12
leftsubnet=10.1.0.0/16
13
14
conn net-net
15
right=PH_IP_SUN
16
rightid=@sun.strongswan.org
17
rightsubnet=10.2.0.0/16
18
keyexchange=ikev2
19
auto=add
20
21
conn rw
22
right=%any
23
rightid=carol@strongswan.org
24
keyexchange=ikev1
25
auto=add