strongswan.org
Wiki/Project Management
Downloads
Gitweb
projects
/
strongswan.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
e14f95107c6dc102d231b641f15f49d20b8b9def
[strongswan.git]
/
testing
/
tests
/
ikev1
/
xauth-rsa-eap-md5-radius
/
hosts
/
carol
/
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 home
13
left=PH_IP_CAROL
14
leftcert=carolCert.pem
15
leftid=carol@strongswan.org
16
leftauth=rsasig
17
leftauth2=xauth
18
leftfirewall=yes
19
right=PH_IP_MOON
20
rightsubnet=10.1.0.0/16
21
rightid=@moon.strongswan.org
22
rightauth=rsasig
23
auto=add