Comment 10 for bug 275340

Revision history for this message
Jacques Perrier (perrier-j) wrote :

Still broken for me, using ubuntu Jaunty (vino version 2.26.1-0ubuntu1) :

I can confirm that when the gconf key option "desktop/gnome/remote_access/network_interface" is set to "lo" (local loopback), vino seems to listen only to localhost :

sudo netstat -plutn | grep vino
tcp 0 0 127.0.0.1:5900 0.0.0.0:* LISTEN 4936/vino-server
tcp6 0 0 ::1:5900 :::* LISTEN 4936/vino-server

But in fact, connecting through an ssh tunnel doesn't work.

And yes, the connection through ssh tunnel works when the "lo" value is removed.