mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-05 00:00:45 -04:00
This also restores the test as it was before the referenced commit so it again, as written in the description, demonstrates that venus is unable to ping sun without IPsec tunnel. Fixes: f27fb58ae0ec ("testing: Update description and test evaluation of host2host-transport-nat")
19 lines
303 B
Plaintext
19 lines
303 B
Plaintext
# /etc/ipsec.conf - strongSwan IPsec configuration file
|
|
|
|
config setup
|
|
|
|
conn %default
|
|
ikelifetime=60m
|
|
keylife=20m
|
|
rekeymargin=3m
|
|
keyingtries=1
|
|
|
|
conn nat-t
|
|
leftcert=venusCert.pem
|
|
leftid=venus@strongswan.org
|
|
leftfirewall=yes
|
|
right=192.168.0.2
|
|
rightid=@sun.strongswan.org
|
|
type=transport
|
|
auto=add
|