PDA

View Full Version : [SOLVED] Can not connect to windows machines using VNC



Inderpreet Singh
May 29th, 2012, 06:23 AM
Hi,

I am using ubuntu server 11.10 ( I have Installed Ubuntu-desktop environment on in) , We have many windows machines in our network each windows machine have Real VNC server installed on them. I am able to connect VNC from windows to windows but not able to connect VNC from ubuntu server to Windows machine. I am using default VNC from terminal. Whenever I try to connect any vnc machine it gives me error--

CConn: connected to host 172.x.x.x port 5900
CConnection: Server supports RFB protocol version 4.1
CConnection: Using RFB protocol version 3.8
CConnection: No matching security types
main: No matching security types

Please Provide me the solution.

albandy
May 29th, 2012, 06:43 AM
Install vinagre:
sudo apt-get install vinagre

Inderpreet Singh
May 29th, 2012, 06:54 AM
Its saying

vinagre is already the newest version installed

albandy
May 29th, 2012, 07:32 AM
ok. Open vinagre and try to connect.

Inderpreet Singh
May 29th, 2012, 07:52 AM
ok. Open vinagre and try to connect.
vinagre is also giving error while connecting VNC,however it is able to connect Rdesktop

albandy
May 29th, 2012, 01:19 PM
Try with this one:


sudo apt-get install xtightvncviewer

then
xtightvncviewer host:port

usually:
xtightvncviewer 192.168.1.100:5900

jim_deadlock
May 29th, 2012, 04:03 PM
Have you tried Teamviewer (http://www.teamviewer.com/) - it "just works" and is cross platform.

Inderpreet Singh
May 31st, 2012, 05:25 AM
Have you tried Teamviewer (http://www.teamviewer.com/) - it "just works" and is cross platform.
hey, jim i know about teamviewer and i use this some time but for local network i always prefer VNC , but its giving me problem on ubuntu

Inderpreet Singh
May 31st, 2012, 05:27 AM
Try with this one:


sudo apt-get install xtightvncviewer

then
xtightvncviewer host:port

usually:
xtightvncviewer 192.168.1.100:5900


I have installed xtightvncviewer but when I tried to connect to a vnc machine its giving me error
Connected to RFB server, using protocol version 3.3
No configured security type is supported by 3.3 viewer
so what can be the solution??

synapsys
May 31st, 2012, 06:32 AM
From the error message you are getting, it looks like you are using RFB version 3.8, but the "server" (VNC server your Windows box) only supports 4.1. It seems that there is an xvncviewer package that uses 4.1 in the Ubuntu Universe repositories.

http://pkgs.org/ubuntu-11.04/ubuntu-universe-i386/xvnc4viewer_4.1.1+xorg4.3.0-37ubuntu2_i386.deb.html

If you are just going across the LAN and can connect via RDP, just use that. It's natively supported in Windows and works quite well.

Inderpreet Singh
May 31st, 2012, 08:00 AM
still facing problem....
:(

Inderpreet Singh
May 31st, 2012, 11:20 AM
I am using
VNC server enterprise edition E4.5.1 on windows So which VNC utility can work on ubuntu to connect with windows machine????

albandy
May 31st, 2012, 01:17 PM
Yo can download vnc enterprise edition for linux from realvnc.

So go to downloads and select the apropiate for your os architecture:

If you've installed Ubuntu 64 bit download this one: VNC Enterprise Edition for Linux (x64)
else if you've installed Ubuntu 32 bit download this one: VNC Enterprise Edition for Linux (x86)

I recomend you to download the gzipped tarfile.

Then extract the contents to your desktop, open the folder and double click in vncviewer.

Inderpreet Singh
June 1st, 2012, 04:58 AM
Yo can download vnc enterprise edition for linux from realvnc.

So go to downloads and select the apropiate for your os architecture:

If you've installed Ubuntu 64 bit download this one: VNC Enterprise Edition for Linux (x64)
else if you've installed Ubuntu 32 bit download this one: VNC Enterprise Edition for Linux (x86)

I recomend you to download the gzipped tarfile.

Then extract the contents to your desktop, open the folder and double click in vncviewer.

Yes, albandy (http://ubuntuforums.org/member.php?u=715896) this worked for me. Thank you so much:)

uzumakifahim
March 27th, 2013, 02:00 AM
I've downloaded that .tar.gz from realvnc website, extract that folder on my desktop. Give permissions "Allow executing files as programs" and then double click on the vncviewer, but a window pops up and saying that

Could not display "/home/fahim/Desktop/vnc-4_1_3-x86_linux/vncviewer".
There is no application installed for executable files.
Do you want to search for an application to open this file?

When I click Yes. Then it searched for suitable programs to open the file. Then it shows:

Install software to open files?
nemo requires to install software to open files of the following file type: executable
executable is not supported.

I don't understand why this is happening. Please help anyone.