Adapt test configurations
Adapt test configurations to the new Debian-based system.
This commit is contained in:
committed by
Tobias Brunner
parent
766466b8d1
commit
533177003c
@@ -1,11 +1,11 @@
|
||||
moon:: cat /var/log/daemon.log::using certificate.*OU=Research, [email protected]::YES
|
||||
moon:: ipsec status 2> /dev/null::alice.*INSTALLED, TUNNEL::YES
|
||||
carol::ipsec status 2> /dev/null::alice.*ESTABLISHED.*[email protected].*moon.strongswan.org::YES
|
||||
carol::ping -c 1 PH_IP_ALICE::64 bytes from PH_IP_ALICE: icmp_seq=1::YES
|
||||
carol::ping -c 1 PH_IP_ALICE::64 bytes from PH_IP_ALICE: icmp_req=1::YES
|
||||
moon:: cat /var/log/daemon.log::signature validation failed, looking for another key::YES
|
||||
moon:: cat /var/log/daemon.log::using certificate.*OU=Research, SN=002, [email protected]::YES
|
||||
moon:: ipsec status 2> /dev/null::venus.*INSTALLED, TUNNEL::YES
|
||||
carol::ipsec status 2> /dev/null::venus.*ESTABLISHED.*[email protected].*moon.strongswan.org::YES
|
||||
carol::ping -c 1 PH_IP_VENUS::64 bytes from PH_IP_VENUS: icmp_seq=1::YES
|
||||
carol::ping -c 1 PH_IP_VENUS::64 bytes from PH_IP_VENUS: icmp_req=1::YES
|
||||
moon::tcpdump::IP carol.strongswan.org > moon.strongswan.org: ESP::YES
|
||||
moon::tcpdump::IP moon.strongswan.org > carol.strongswan.org: ESP::YES
|
||||
|
||||
@@ -18,11 +18,11 @@ conn %default
|
||||
|
||||
conn alice
|
||||
leftcert=carolCert.pem
|
||||
rightsubnet=10.1.0.10/32
|
||||
rightsubnet=PH_IP_ALICE/32
|
||||
auto=add
|
||||
|
||||
conn venus
|
||||
leftcert=carolCert-002.pem
|
||||
rightsubnet=10.1.0.20/32
|
||||
rightsubnet=PH_IP_VENUS/32
|
||||
auto=add
|
||||
|
||||
|
||||
@@ -23,10 +23,10 @@ conn %default
|
||||
keyexchange=ikev2
|
||||
|
||||
conn alice
|
||||
leftsubnet=10.1.0.10/32
|
||||
leftsubnet=PH_IP_ALICE/32
|
||||
auto=add
|
||||
|
||||
conn venus
|
||||
leftsubnet=10.1.0.20/32
|
||||
leftsubnet=PH_IP_VENUS/32
|
||||
auto=add
|
||||
|
||||
|
||||
Reference in New Issue
Block a user