[Bug 275340] Re: Remote Desktop - only accept from localhost option does not work

2009-10-05 Thread Jacques Perrier
Well I gave it another try, and still no joy... (on Jaunty with vino
version 2.26.1-0ubuntu1) )

Connecting from a host with address (a.b.c.f) to vino server on remote
a.b.c.d :

ssh -L 5902:localhost:5900 a.b.c.d

vinagre localhost:5902

- with network_interface = blank : works fine
- with network_interface = lo : doesn't work (black screen). doesn't give any 
error message on host and no pop-up to accept connection on vino server side

Here is the output from netstat on the vino server (sudo netstat -patn) :
Connexions Internet actives (serveurs et établies)
Proto Recv-Q Send-Q Adresse locale  Adresse distanteEtat   
PID/Program name
tcp0  0 127.0.0.1:5900  0.0.0.0:*   LISTEN  
5924/vino-server
tcp0  0 0.0.0.0:22  0.0.0.0:*   LISTEN  
7982/sshd   
tcp0  0 127.0.0.1:631   0.0.0.0:*   LISTEN  
3106/cupsd  
tcp0  0 a.b.c.d:22 a.b.c.f:58358  ESTABLISHED 7986/sshd
tcp6   0  0 ::1:5900:::*LISTEN  
5924/vino-server
tcp6   0  0 :::22   :::*LISTEN  
7982/sshd   
tcp6   0  0 ::1:631 :::*LISTEN  
3106/cupsd  
tcp6   0  0 ::1:39311   ::1:5900ESTABLISHED 
7994/2  
tcp6   0  0 ::1:5900::1:39311   ESTABLISHED 



I will try again with Karmic as soon as RC is out. 
Cheers.

-- 
Remote Desktop - only accept from localhost option does not work
https://bugs.launchpad.net/bugs/275340
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 275340] Re: Remote Desktop - only accept from localhost option does not work

2009-09-06 Thread Jacques Perrier
Hello komputes.
Did you test the connection through SSH tunnel from the outside with the option 
set to lo ? (see #10 above)

-- 
Remote Desktop - only accept from localhost option does not work
https://bugs.launchpad.net/bugs/275340
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 275340] Re: Remote Desktop - only accept from localhost option does not work

2009-08-05 Thread Jacques Perrier
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  0127.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.

-- 
Remote Desktop - only accept from localhost option does not work
https://bugs.launchpad.net/bugs/275340
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs