diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2009-03-03 17:09:13 +0000 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2009-03-03 17:09:13 +0000 |
commit | 49713c53968a69cd00715a90fc759fa9bf7189e1 (patch) | |
tree | bf2f4a5d6dc39aec5580d03b2bfb048d2347174b /testing/tests/ikev2 | |
parent | d9ad73d867e99870a25f4cad47bf50ee0a878821 (diff) | |
download | strongswan-49713c53968a69cd00715a90fc759fa9bf7189e1.tar.bz2 strongswan-49713c53968a69cd00715a90fc759fa9bf7189e1.tar.xz |
corrected scenario descriptions
Diffstat (limited to 'testing/tests/ikev2')
-rw-r--r-- | testing/tests/ikev2/ip-pool-db/description.txt | 2 | ||||
-rw-r--r-- | testing/tests/ikev2/ip-two-pools-db/description.txt | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/testing/tests/ikev2/ip-pool-db/description.txt b/testing/tests/ikev2/ip-pool-db/description.txt index 5cc500c98..7bc4ef3ab 100644 --- a/testing/tests/ikev2/ip-pool-db/description.txt +++ b/testing/tests/ikev2/ip-pool-db/description.txt @@ -2,7 +2,7 @@ The roadwarriors <b>carol</b> and <b>dave</b> set up a connection each to gatewa Both <b>carol</b> and <b>dave</b> request a <b>virtual IP</b> via the IKEv2 configuration payload by using the <b>leftsourceip=%config</b> parameter. The gateway <b>moon</b> assigns virtual IP addresses from a pool named <b>bigpool</b> that was created in an SQL database by the command -<b>ipsec pool --name bigpool --start 10.3.0.1 --end 10.3.255.254 --timeout 0</b>. +<b>ipsec pool --name bigpool --start 10.3.0.1 --end 10.3.3.232 --timeout 0</b>. <p> <b>leftfirewall=yes</b> automatically inserts iptables-based firewall rules that let pass the tunneled traffic. In order to test the tunnels, <b>carol</b> and <b>dave</b> then ping the client diff --git a/testing/tests/ikev2/ip-two-pools-db/description.txt b/testing/tests/ikev2/ip-two-pools-db/description.txt index 14a3f17b5..188b4349e 100644 --- a/testing/tests/ikev2/ip-two-pools-db/description.txt +++ b/testing/tests/ikev2/ip-two-pools-db/description.txt @@ -1,9 +1,9 @@ The hosts <b>alice</b>, <b>venus</b>, <b>carol</b>, and <b>dave</b> set up tunnel connections to gateway <b>moon</b> in a <b>hub-and-spoke</b> fashion. Each host requests a <b>virtual IP</b> with the <b>leftsourceip=%config</b> parameter. Gateway <b>moon</b> assigns virtual -IP addresses from a pool named <b>extpool</b> [10.3.0.1..10.3.255.254] to hosts connecting +IP addresses from a pool named <b>extpool</b> [10.3.0.1..10.3.1.244] to hosts connecting to the <b>eth0</b> (PH_IP_MOON) interface and virtual IP addresses from a pool named <b>intpool</b> -[10.4.0.1..10.4.255.254] to hosts connecting to the <b>eth1</b> (PH_IP_MOON1) interface. +[10.4.0.1..10.4.1.244] to hosts connecting to the <b>eth1</b> (PH_IP_MOON1) interface. Thus <b>carol</b> and <b>dave</b> are assigned <b>PH_IP_CAROL1</b> and <b>PH_IP_DAVE1</b>, respectively, whereas <b>alice</b> and <b>venus</b> get <b>10.4.0.1</b> and <b>10.4.0.2</b>, respectively. |