Xpra: Ticket #119: IPv6 addresses misparsed by xpra

$ xpra attach ssh:[2001:xx::xx:xx]:100
Attached
ssh: Could not resolve hostname [2001: Name or service not known
Error reading from socket
Connection lost

xpra reports version as v0.0.6, will upgrade why cython builds 0.14 on ubuntu.



Fri, 27 Apr 2012 15:48:12 GMT - Antoine Martin: status, description changed

xpra v0.0.6 is very very old and is not found here, please upgrade to the version found on this website instead.

As for IPv6, I haven't tested it yet, it should work (not sure about your syntax though!), and if not, fixing it should be simple (patches welcome!)


Fri, 27 Apr 2012 16:31:32 GMT - Antoine Martin: status changed; resolution set

Fixed IPv6 support in r776, use the following syntax:

xpra attach ssh/::ffff:192.168.1.100/10

for ssh (with a display number), or for tcp (with a port number):

xpra attach tcp/::ffff:192.168.1.100/10000

Although the code is meant to support ":" as a separator, I would advise against it as it makes the connection string very hard to read (also untested - for that same reason).


Fri, 21 Jul 2017 09:03:18 GMT - Antoine Martin:

Follow up: #1594


Sat, 23 Jan 2021 04:46:03 GMT - migration script:

this ticket has been moved to: https://github.com/Xpra-org/xpra/issues/119