diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2012-06-08 22:54:12 +0200 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2012-06-08 22:54:12 +0200 |
commit | 47f8ae7cfd5b72b7ccd0b14932ddd48ed614efaf (patch) | |
tree | 08ede2fa687b3b33faabe214e0f40983fbf998ee /testing/tests/ikev1/dynamic-two-peers/evaltest.dat | |
parent | 7cc65a0376fa8d8c7b1991656caa448d4e8033c8 (diff) | |
download | strongswan-47f8ae7cfd5b72b7ccd0b14932ddd48ed614efaf.tar.bz2 strongswan-47f8ae7cfd5b72b7ccd0b14932ddd48ed614efaf.tar.xz |
added ikev1/dynamic scenarios using allow-any
Diffstat (limited to 'testing/tests/ikev1/dynamic-two-peers/evaltest.dat')
-rw-r--r-- | testing/tests/ikev1/dynamic-two-peers/evaltest.dat | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/testing/tests/ikev1/dynamic-two-peers/evaltest.dat b/testing/tests/ikev1/dynamic-two-peers/evaltest.dat new file mode 100644 index 000000000..1d5ff68ec --- /dev/null +++ b/testing/tests/ikev1/dynamic-two-peers/evaltest.dat @@ -0,0 +1,14 @@ +carol::ipsec status 2> /dev/null::moon.*ESTABLISHED.*carol@strongswan.org.*moon.strongswan.org::YES +dave:: ipsec status 2> /dev/null::moon.*ESTABLISHED.*dave@strongswan.org.*moon.strongswan.org::YES +moon:: ipsec status 2> /dev/null::carol.*ESTABLISHED.*moon.strongswan.org.*carol@strongswan.org::YES +moon:: ipsec status 2> /dev/null::dave.*ESTABLISHED.*moon.strongswan.org.*dave@strongswan.org::YES +carol::ipsec status 2> /dev/null::moon.*INSTALLED, TUNNEL::YES +dave:: ipsec status 2> /dev/null::moon.*INSTALLED, TUNNEL::YES +moon:: ipsec status 2> /dev/null::carol.*INSTALLED, TUNNEL::YES +moon:: ipsec status 2> /dev/null::dave.*INSTALLED, TUNNEL::YES +carol::ping -c 1 PH_IP_ALICE::64 bytes from PH_IP_ALICE: icmp_seq=1::YES +dave:: ping -c 1 PH_IP_ALICE::64 bytes from PH_IP_ALICE: icmp_seq=1::YES +alice::tcpdump::IP carol1.strongswan.org > alice.strongswan.org: ICMP echo request::YES +alice::tcpdump::IP alice.strongswan.org > carol1.strongswan.org: ICMP echo reply::YES +alice::tcpdump::IP dave1.strongswan.org > alice.strongswan.org: ICMP echo request::YES +alice::tcpdump::IP alice.strongswan.org > dave1.strongswan.org: ICMP echo reply::YES |