Remote Desktop - "only accept from localhost" option does not work
Bug #275340 reported by
komputes
This bug affects 6 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
vino |
Expired
|
Medium
|
|||
vino (Ubuntu) |
Triaged
|
Low
|
Ubuntu Desktop Bugs | ||
Bug Description
Binary package hint: vino
Remote Desktop has an advanced option which does not work.
The option "only accept from localhost" should restrict connections. Yet, even with this option enabled I can access vnc from another computer on the network.
Ubuntu 8.04.1
2.6.24-19-generic
vino 2.22.2-0ubuntu1
My current worarround is to install a program like ufw to block all incoming ports. If this option does not work, please fix it or remove it.
Changed in vino: | |
status: | Unknown → Incomplete |
Changed in vino: | |
status: | Incomplete → Invalid |
Changed in vino: | |
status: | Unknown → Invalid |
Changed in vino: | |
importance: | Unknown → Medium |
status: | Invalid → Expired |
To post a comment you must log in.
Can you post the results of running the command
netstat -nlp | grep vino
Both with and without the 'Only allow local connections' set. This option works for me on my machine and I get the following:
Local only:
tcp6 0 0 ::1:5900 :::* LISTEN 7072/vino-server
All:
tcp6 0 0 :::5900 :::* LISTEN 7072/vino-server
The '::1' in the former line shows it is listening on the local interface (although surprisingly via IPv6) and hence should not respond to remote connections.