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/xauth-rsa-eap-md5-radius scenario
[strongswan.git]
/
testing
/
tests
/
ikev1
/
xauth-rsa-eap-md5-radius
/
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
rekeymargin=3m
10
keyingtries=1
11
keyexchange=ikev1
12
authby=xauthrsasig
13
xauth=server
14
15
conn rw
16
left=PH_IP_MOON
17
leftsubnet=10.1.0.0/16
18
leftid=@moon.strongswan.org
19
leftcert=moonCert.pem
20
leftfirewall=yes
21
right=%any
22
auto=add