diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2007-02-28 22:21:58 +0000 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2007-02-28 22:21:58 +0000 |
commit | f4d7dec384b7e17698afee64f38f96eab0b3e03d (patch) | |
tree | eabdfb82db549f34ceab9d38ea6eda730b3994fa | |
parent | bc92caaabfeb70c17d73765ceda571c748564fbe (diff) | |
download | strongswan-f4d7dec384b7e17698afee64f38f96eab0b3e03d.tar.bz2 strongswan-f4d7dec384b7e17698afee64f38f96eab0b3e03d.tar.xz |
virtual-ip scenario has been replaces by config-payload scenario
-rw-r--r-- | testing/tests/ikev2/virtual-ip/description.txt | 3 | ||||
-rw-r--r-- | testing/tests/ikev2/virtual-ip/evaltest.dat | 10 | ||||
-rwxr-xr-x | testing/tests/ikev2/virtual-ip/hosts/carol/etc/ipsec.conf | 23 | ||||
-rwxr-xr-x | testing/tests/ikev2/virtual-ip/hosts/moon/etc/ipsec.conf | 23 | ||||
-rw-r--r-- | testing/tests/ikev2/virtual-ip/posttest.dat | 2 | ||||
-rw-r--r-- | testing/tests/ikev2/virtual-ip/pretest.dat | 6 | ||||
-rw-r--r-- | testing/tests/ikev2/virtual-ip/test.conf | 21 |
7 files changed, 0 insertions, 88 deletions
diff --git a/testing/tests/ikev2/virtual-ip/description.txt b/testing/tests/ikev2/virtual-ip/description.txt deleted file mode 100644 index d6356bc3f..000000000 --- a/testing/tests/ikev2/virtual-ip/description.txt +++ /dev/null @@ -1,3 +0,0 @@ -A tunnel connecting roadwarrior <b>carol</b> with <b>moon</b> and the network behind it is established. <b>carol</b> requests and gets a virtual IP from <b>moon</b>. The connection is tested by client <b>carol</b> pinging client <b>alice</b> located behind gateway <b>moon</b> as well as the inner interface of the gateway. -<p/> -Appropriate routes are automatically configured on the IPsec hosts. diff --git a/testing/tests/ikev2/virtual-ip/evaltest.dat b/testing/tests/ikev2/virtual-ip/evaltest.dat deleted file mode 100644 index e3539463c..000000000 --- a/testing/tests/ikev2/virtual-ip/evaltest.dat +++ /dev/null @@ -1,10 +0,0 @@ -moon::ipsec statusall::rw-carol.*ESTABLISHED::YES -carol::ipsec statusall::home.*ESTABLISHED::YES -carol::ip route::10.1.0.0/16.*eth0.*PH_IP_CAROL1::YES -moon::ip route::PH_IP_CAROL1.*eth0.*::YES -carol::ping -c 1 PH_IP_ALICE::64 bytes from PH_IP_ALICE: icmp_seq=1::YES -carol::ping -c 1 PH_IP_MOON1::64 bytes from PH_IP_MOON1: icmp_seq=1::YES -moon::tcpdumpcount::IP carol.strongswan.org > moon.strongswan.org: ESP::2 -moon::tcpdumpcount::IP moon.strongswan.org > carol.strongswan.org: ESP::2 -moon::tcpdump::IP carol1.strongswan.org > alice.strongswan.org: ICMP::YES -moon::tcpdump::IP carol1.strongswan.org > moon1.strongswan.org: ICMP::YES diff --git a/testing/tests/ikev2/virtual-ip/hosts/carol/etc/ipsec.conf b/testing/tests/ikev2/virtual-ip/hosts/carol/etc/ipsec.conf deleted file mode 100755 index face85f4b..000000000 --- a/testing/tests/ikev2/virtual-ip/hosts/carol/etc/ipsec.conf +++ /dev/null @@ -1,23 +0,0 @@ -# /etc/ipsec.conf - strongSwan IPsec configuration file - -config setup - strictcrlpolicy=no - plutostart=no - -conn %default - ikelifetime=60m - keylife=20m - rekeymargin=3m - keyingtries=1 - keyexchange=ikev2 - -conn home - left=PH_IP_CAROL - leftcert=carolCert.pem - leftid=carol@strongswan.org - leftsourceip=%config - right=PH_IP_MOON - rightid=@moon.strongswan.org - rightsubnet=10.1.0.0/16 - auto=add - diff --git a/testing/tests/ikev2/virtual-ip/hosts/moon/etc/ipsec.conf b/testing/tests/ikev2/virtual-ip/hosts/moon/etc/ipsec.conf deleted file mode 100755 index 9e4314029..000000000 --- a/testing/tests/ikev2/virtual-ip/hosts/moon/etc/ipsec.conf +++ /dev/null @@ -1,23 +0,0 @@ -# /etc/ipsec.conf - strongSwan IPsec configuration file - -config setup - strictcrlpolicy=no - plutostart=no - -conn %default - ikelifetime=60m - keylife=20m - rekeymargin=3m - keyingtries=1 - keyexchange=ikev2 - -conn rw-carol - left=PH_IP_MOON - leftid=@moon.strongswan.org - leftcert=moonCert.pem - leftsubnet=10.1.0.0/16 - right=%any - rightid=carol@strongswan.org - rightsourceip=PH_IP_CAROL1 - auto=add - diff --git a/testing/tests/ikev2/virtual-ip/posttest.dat b/testing/tests/ikev2/virtual-ip/posttest.dat deleted file mode 100644 index c6d6235f9..000000000 --- a/testing/tests/ikev2/virtual-ip/posttest.dat +++ /dev/null @@ -1,2 +0,0 @@ -moon::ipsec stop -carol::ipsec stop diff --git a/testing/tests/ikev2/virtual-ip/pretest.dat b/testing/tests/ikev2/virtual-ip/pretest.dat deleted file mode 100644 index a084fa4e3..000000000 --- a/testing/tests/ikev2/virtual-ip/pretest.dat +++ /dev/null @@ -1,6 +0,0 @@ -moon::echo 1 > /proc/sys/net/ipv4/ip_forward -moon::ipsec start -carol::ipsec start -carol::sleep 2 -carol::ipsec up home -carol::sleep 2 diff --git a/testing/tests/ikev2/virtual-ip/test.conf b/testing/tests/ikev2/virtual-ip/test.conf deleted file mode 100644 index e28cb76e8..000000000 --- a/testing/tests/ikev2/virtual-ip/test.conf +++ /dev/null @@ -1,21 +0,0 @@ -#!/bin/bash -# -# This configuration file provides information on the -# UML instances used for this test - -# All UML instances that are required for this test -# -UMLHOSTS="alice moon carol winnetou" - -# Corresponding block diagram -# -DIAGRAM="a-m-c-w.png" - -# UML instances on which tcpdump is to be started -# -TCPDUMPHOSTS="moon" - -# UML instances on which IPsec is started -# Used for IPsec logging purposes -# -IPSECHOSTS="moon carol" |