diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2012-06-08 21:21:28 +0200 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2012-06-08 21:24:42 +0200 |
commit | 68f3e2462ab3fc145a8643fd5d99ebf70a75ab50 (patch) | |
tree | c4162ecf80be9fbefd017b2ab30eaa96bc611210 /testing/tests/ikev2/dynamic-responder/description.txt | |
parent | 420e77c2d0b54aa2bb616e2fab980f0080832350 (diff) | |
download | strongswan-68f3e2462ab3fc145a8643fd5d99ebf70a75ab50.tar.bz2 strongswan-68f3e2462ab3fc145a8643fd5d99ebf70a75ab50.tar.xz |
added ikev2/dynamic-responder scenario
Diffstat (limited to 'testing/tests/ikev2/dynamic-responder/description.txt')
-rw-r--r-- | testing/tests/ikev2/dynamic-responder/description.txt | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/testing/tests/ikev2/dynamic-responder/description.txt b/testing/tests/ikev2/dynamic-responder/description.txt new file mode 100644 index 000000000..76471a973 --- /dev/null +++ b/testing/tests/ikev2/dynamic-responder/description.txt @@ -0,0 +1,13 @@ +The peers <b>carol</b> and <b>moon</b> both have dynamic IP addresses, so that the remote end +is defined symbolically by <b>right=<hostname></b>. The ipsec starter resolves the +fully-qualified hostname into the current IP address via a DNS lookup (simulated by an +/etc/hosts entry). Since the peer IP addresses are expected to change over time, the option +<b>rightallowany=yes</b> will allow an IKE main mode rekeying to arrive from an arbitrary +IP address under the condition that the peer identity remains unchanged. When this happens +the old tunnel is replaced by an IPsec connection to the new origin. +<p> +In this scenario <b>moon</b> first initiates a tunnel to <b>carol</b>. After some time +the responder <b>carol</b> suddenly changes her IP address and restarts the connection to +<b>moon</b> without deleting the old tunnel first (simulated by iptables blocking IKE packets +to and from <b>carol</b> and starting the connection from host <b>dave</b> using +<b>carol</b>'s identity). |