Repeater (vers. 108 bundled with chunkvnc) running on Windows 2008 Server (ip 192.168.10.16), listening on standard ports 443 and 5901.
On Pc1 run InstantSupport.exe and it seems ok, on Pc2 run ChunkViewer.exe and connection stops on "Negotiate Protocol" message.
No firewall or antivirus software on both pc and Windows 2008 with repeater.
Monitoring network traffic I can see correct tcp connections on ports 443-5901; on repeater log i can see correct id added for viewer and server (except for a "Reading Proxy settings erro" message).
Running viewer directly with command line with:
Code: Select all
vncviewer.exe -loglevel 10 -logfile vncviewer.log -proxy 192.168.10.16:5901 ID:438989 -quickoption 3 -autoscaling -keepalive 1 -dsmplugin SecureVNCPlugin.dsm -password 12345678
Code: Select all
Started and Winsock (v 2) initialised
bufsize expanded to 4352
Registered connection with app
Connected to 192.168.10.16 port 5901
DSMPlugin enabled
Connected to proxy
Connected to RFB server, using protocol version 3.0
rdr::Exception (2): rdr::SystemException: read: Unknown error (10053)
Error reading protocol version: Server closed connection
-The server running as application
WndProchwnd ChangeClipboardChain hwnd 0x00240866 / m_hwndcn 0x00240866, 0x00000000 (0)
Deregistered connection from app
Exiting
VNC viewer closing down
I use:
Code: Select all
InstantSupportVNC.exe -httpproxy -autoreconnect ID:250000 -connect 192.168.10.16:443 -run
Now ChunkViewer.exe works perfect !!!!!
Why I can't use compiled autoit exe InstantSupport.exe?