Am 21.10.2013 22:27, schrieb Mike Gabriel:
[...] (So, why don't tunnel audio through SSH, you may ask. IPVS as our loadbalancing solution has one problem with this scenario. If i understood it correctly, with tunneled audio you have at least two SSH Streams, ipvsadm want's to forward to two different x2goservers. As we have no need to tunnel, we deactevated the tunneling option and i didn't dig to the problem deeper)
If you use pyhoca-cli (python-x2go) then your audio stream is always tunneled. Python X2Go ignores the soundtunnel={true,false} switch. It always tunnels audio stream through the main SSH connection. Actually, a load-balancer should not be able to notice the audio stream inside the main SSH connection. The audio stream is pushed through a reverse port forwarding SSH tunnel.
Ok, that's good to know :)
I was trying the LVS loadbalancing with x2goclient and had those effects, I was describing above. When I disabled the tunneling, everything ran as wanted ...
I'll try 127.0.0.1 with pyhoca-cli and send the results to the list
Greetz