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 > _______________________________________________ shifter-users mailing list [email protected] http://lists.devloop.org.uk/mailman/listinfo/shifter-users
