aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2007-06-20 09:46:54 +0000
committerAndreas Steffen <andreas.steffen@strongswan.org>2007-06-20 09:46:54 +0000
commit078ce348ae4fd05dc532ef565890582151ea1990 (patch)
treef43ff0a5fe1bd6241fb1637c195af91ee1b606f8 /NEWS
parentcbbb71c4ac6f3c59a7c4a009fc17dc9e4d7a60ae (diff)
downloadstrongswan-078ce348ae4fd05dc532ef565890582151ea1990.tar.bz2
strongswan-078ce348ae4fd05dc532ef565890582151ea1990.tar.xz
IKEv1 rightallowany flag introduced
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS19
1 files changed, 18 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 683889f00..ac3e1afb4 100644
--- a/NEWS
+++ b/NEWS
@@ -7,7 +7,24 @@ strongswan-4.1.4
since routing through the IPsec tunnel is handled automatically
by NETKEY's IPsec policies. As a consequence the left|rightnexthop
parameter is not required any more.
-
+
+- The new IKEv1 parameter right|leftallowany parameters helps to handle
+ the case where both peers possess dynamic IP addresses that are
+ usually resolved using DynDNS or a similar service. The configuration
+
+ right=peer.foo.bar
+ rightallowany=yes
+
+ can be used by the initiator to start up a connection to a peer
+ by resolving peer.foo.bar into the currently allocated IP address.
+ Thanks to the rightallowany flag the connection behaves later on
+ as
+
+ right=%any
+
+ so that the peer can rekey the connection as an initiator when his
+ IP address changes.
+
strongswan-4.1.3
----------------