[winswitch] correct syntax for xpra --bind-tcp using ipv6?

Antoine Martin antoine at nagafix.co.uk
Sun Apr 14 20:21:48 BST 2013


On 04/07/2013 07:23 AM, Joshua Higgins wrote:
> Hi list
> 
> what is the correct syntax for xpra start --bind-tcp when using IPv6?
> 
> I've tried xpra start --bind-tcp="[::1]:60000", which brings the error:
> invalid literal for int() with base 10: ':]:60000
> 
> It looks like xpra attach parses IPv6 correctly (
> http://xpra.org/trac/ticket/119) with a different syntax so was wondering
> if there is a similar case for the bind-tcp option instead of this being a
> bug.
This was a bug, and it is now fixed:
http://xpra.org/trac/changeset/3061/xpra

And you can use it like so:
xpra start :10 --bind-tcp=::1:10000

I don't use IPv6 much, so please do let me know if you encounter any
problems.

Cheers
Antoine



> 
> Thanks,
> Josh
> 




More information about the shifter-users mailing list