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
rsasig is not recognized as authentication method
[strongswan.git]
/
testing
/
tests
/
ikev1
/
xauth-rsa-config
/
hosts
/
moon
/
etc
/
ipsec.conf
1
# /etc/ipsec.conf - strongSwan IPsec configuration file
2
3
config setup
4
5
conn %default
6
ikelifetime=60m
7
keylife=20m
8
rekeymargin=3m
9
keyingtries=1
10
keyexchange=ikev1
11
left=PH_IP_MOON
12
leftcert=moonCert.pem
13
leftid=@moon.strongswan.org
14
leftsubnet=10.1.0.0/16
15
leftauth=pubkey
16
leftfirewall=yes
17
right=%any
18
rightauth=pubkey
19
rightauth2=xauth
20
auto=add
21
22
conn rw-carol
23
rightid=carol@strongswan.org
24
rightsourceip=PH_IP_CAROL1
25
26
conn rw-dave
27
rightid=dave@strongswan.org
28
rightsourceip=PH_IP_DAVE1