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
testing: Add ikev2/host2host-transport-nat scenario
[strongswan.git]
/
testing
/
tests
/
ikev2
/
host2host-transport-nat
/
hosts
/
venus
/
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
11
conn nat-t
12
leftcert=venusCert.pem
13
leftid=venus@strongswan.org
14
leftfirewall=yes
15
right=192.168.0.2
16
rightid=@sun.strongswan.org
17
type=transport
18
auto=add