#119 closed defect (fixed)
IPv6 addresses misparsed by xpra
Reported by: | Robin | Owned by: | Antoine Martin |
---|---|---|---|
Priority: | major | Milestone: | 0.3 |
Component: | client | Version: | |
Keywords: | Cc: |
Description (last modified by )
$ 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.
Change History (4)
comment:1 Changed 9 years ago by
Description: | modified (diff) |
---|---|
Status: | new → accepted |
comment:2 Changed 9 years ago by
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
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).
comment:4 Changed 6 weeks ago by
this ticket has been moved to: https://github.com/Xpra-org/xpra/issues/119
Note: See
TracTickets for help on using
tickets.
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!)