strongswan.org
Wiki/Project Management
Downloads
Gitweb
projects
/
strongswan.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
afc8379bfa8d4e317bff1b844ce6df9ee6e1ef74
[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
5
conn %default
6
ikelifetime=60m
7
keylife=20m
8
rekeymargin=3m
9
keyingtries=1
10
keyexchange=ikev1
11
12
conn rw
13
left=PH_IP_MOON
14
leftsubnet=10.1.0.0/16
15
leftid=@moon.strongswan.org
16
leftcert=moonCert.pem
17
leftauth=rsasig
18
leftfirewall=yes
19
right=%any
20
rightauth=rsasig
21
rightauth2=xauth
22
auto=add