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 xauth scenarios
[strongswan.git]
/
testing
/
tests
/
ikev1
/
xauth-psk-mode-config
/
hosts
/
moon
/
etc
/
ipsec.conf
1
# /etc/ipsec.conf - strongSwan IPsec configuration file
2
3
config setup
4
plutodebug=control
5
crlcheckinterval=180
6
strictcrlpolicy=no
7
charonstart=no
8
9
conn %default
10
ikelifetime=60m
11
keylife=20m
12
rekeymargin=3m
13
keyingtries=1
14
authby=xauthpsk
15
xauth=server
16
left=PH_IP_MOON
17
leftid=@moon.strongswan.org
18
leftnexthop=%direct
19
leftsubnet=10.1.0.0/16
20
leftfirewall=yes
21
right=%any
22
auto=add
23
24
conn carol
25
rightid=carol@strongswan.org
26
rightsourceip=10.3.0.1
27
28
conn dave
29
rightid=dave@strongswan.org
30
rightsourceip=10.3.0.2