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
use DNs in tnc/tnccs-20-tls scenario
[strongswan.git]
/
testing
/
tests
/
tnc
/
tnccs-20-tls
/
hosts
/
dave
/
etc
/
ipsec.conf
1
# /etc/ipsec.conf - strongSwan IPsec configuration file
2
3
config setup
4
charondebug="tnc 2, imc 2"
5
6
conn %default
7
ikelifetime=60m
8
keylife=20m
9
rekeymargin=3m
10
keyingtries=1
11
keyexchange=ikev2
12
13
conn home
14
left=PH_IP_DAVE
15
leftcert=daveCert.pem
16
leftauth=eap
17
leftfirewall=yes
18
right=PH_IP_MOON
19
rightid=@moon.strongswan.org
20
rightauth=any
21
rightsendcert=never
22
rightsubnet=10.1.0.0/16
23
auto=add