]> git.ipfire.org Git - thirdparty/openvpn.git/commitdiff
* doc update w/unittests results
authorJuanJo Ciarlante <jjo@google.com>
Sat, 19 Sep 2009 20:07:25 +0000 (22:07 +0200)
committerJuanJo Ciarlante <juanjosec@gmail.com>
Fri, 25 Mar 2011 12:30:29 +0000 (13:30 +0100)
README.ipv6.txt

index 67be89bd7d4c179d8d668ef36a247768555cafc0..3a894f0269e82a180d262287c9be47f0afe58c59 100644 (file)
@@ -6,9 +6,15 @@ Available under GPLv2 from
   http://github.com/jjo/openvpn-ipv6
 
 * Working:
-  - upd6,tcp6: tested on GNU/Linux, win32
-  - udp4->upd6,tcp4->tcp6 (ipv4/6 mapped): tested on GNU/Linux, win32
+  OK:
+  - upd6,tcp6: GNU/Linux, win32
+  - udp4->upd6,tcp4->tcp6 (ipv4/6 mapped): GNU/Linux
     (gives a warning on local!=remote proto matching)
+  NOT:
+  - tcp4->tcp6 (ipv4/6 mapped): win32
+    fails w/connection refused
+
+
 
 * Setup:
   ./configure --enable-ipv6        (by default)
@@ -58,6 +64,8 @@ Available under GPLv2 from
   -  Should not use random for listening in IPv6 "by name", as eg
      ip6-localhost could return any ifindex, or "randomly" behave as
      if it were IPV6_V6ONLY (caught this in my unittesting)
+  -  win32: find out about mapped addresses, as I can't make it work
+            with bound at ::1 and connect to 127.0.0.1
   -  Implement comparison for mapped addesses: server in dual stack
      listening IPv6 must permit incoming streams from allowed IPv4 peer,
      currently you need to pass eg:  --remote ffff::1.2.3.4