Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IPv6 addresses misparsed by xpra #119

Closed
totaam opened this issue Apr 27, 2012 · 7 comments
Closed

IPv6 addresses misparsed by xpra #119

totaam opened this issue Apr 27, 2012 · 7 comments

Comments

@totaam
Copy link
Collaborator

totaam commented Apr 27, 2012

Issue migrated from trac ticket # 119

component: client | priority: major | resolution: fixed

2012-04-27 15:03:09: kb3ien created the issue


$ 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.

@totaam
Copy link
Collaborator Author

totaam commented Apr 27, 2012

2012-04-27 16:48:13: antoine changed status from new to accepted

@totaam
Copy link
Collaborator Author

totaam commented Apr 27, 2012

2012-04-27 16:48:13: antoine edited the issue description

@totaam
Copy link
Collaborator Author

totaam commented Apr 27, 2012

2012-04-27 16:48:13: antoine commented


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!)

@totaam
Copy link
Collaborator Author

totaam commented Apr 27, 2012

2012-04-27 17:31:32: antoine changed status from accepted to closed

@totaam
Copy link
Collaborator Author

totaam commented Apr 27, 2012

2012-04-27 17:31:32: antoine changed resolution from ** to fixed

@totaam
Copy link
Collaborator Author

totaam commented Apr 27, 2012

2012-04-27 17:31:32: antoine commented


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).

@totaam totaam closed this as completed Apr 27, 2012
@totaam
Copy link
Collaborator Author

totaam commented Jul 21, 2017

2017-07-21 10:03:19: antoine commented


Follow up: #1594

@totaam totaam mentioned this issue Jan 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant