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 charon.initiator_only option which causes charon to ignore IKE initiation reque...
[strongswan.git]
/
testing
/
tests
/
ikev1
/
rw-initiator-only
/
hosts
/
dave
/
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 peer
13
left=PH_IP_DAVE
14
leftcert=daveCert.pem
15
leftid=dave@strongswan.org
16
leftfirewall=yes
17
right=PH_IP_CAROL
18
rightid=carol@strongswan.org
19
auto=add