/[rdesktop]/sourceforge.net/trunk/rdesktop/doc/ipv6.txt
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /sourceforge.net/trunk/rdesktop/doc/ipv6.txt

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 444 by astrand, Mon Aug 11 11:12:32 2003 UTC revision 445 by astrand, Sun Aug 17 07:35:30 2003 UTC
# Line 12  The IPv6 support was developed by Mike D Line 12  The IPv6 support was developed by Mike D
12      listenport=3389 connectport=33 89' from the windows command prompt      listenport=3389 connectport=33 89' from the windows command prompt
13      to get it to work.      to get it to work.
14            
15      One problem is that numeric ipv6 addresses on the command line  
16      don't work as they conflict with the host:port format for  rdesktop now supports numeric IPv6 addresses:
17      specifying host names.  Fixes for this I can think of include:  
18        It checks for two or more colons in an address to decide what it's
19        dealing with so you can now do:
20    
21        rdesktop 2001:1:2:3::4
22            
23      * have a -6 switch for enabling ipv6 support      without it getting confused with an ipv4:port specification.  I've
24      * change the host:port format to 'host -P port' or something      also followed the square bracket convention used by browsers
25      * more complicated parsing of the given host/address      (http://www.ietf.org/rfc/rfc2732.txt) so if you want to specify a
26        non-standard port with an ipv6 address you can use the format:
27        
28        rdesktop [2001:1:2:3::4]:3390
29    

Legend:
Removed from v.444  
changed lines
  Added in v.445

  ViewVC Help
Powered by ViewVC 1.1.26