Update: UltraVNC 1.4.3.6 and UltraVNC SC 1.4.3.6: viewtopic.php?t=37885
Important: Please update to latest version before to create a reply, a topic or an issue: viewtopic.php?t=37864

Join us on social networks and share our announcements:
- Website: https://uvnc.com/
- GitHub: https://github.com/ultravnc
- Mastodon: https://mastodon.social/@ultravnc
- Facebook: https://www.facebook.com/ultravnc1
- X/Twitter: https://twitter.com/ultravnc1
- Reddit community: https://www.reddit.com/r/ultravnc
- OpenHub: https://openhub.net/p/ultravnc

Connection error: "server running as application"

Post Reply
jdelgado
Posts: 2
Joined: 2013-01-11 15:37

Connection error: "server running as application"

Post by jdelgado »

I have a problem connecting to a server versión 1.1.9.6 via NAT. I've tried clients 1.1.9.6 and 1.2.0.1

As a fact, I can connect without problem using Terminal Server.

The server has his own network 10.22.79.X and clients in that range connect normally.

The problem occurs when we try to connect from outside that network using NAT and a public IP. The public IP port 10.193.166.x:5900 redirects to 10.22.79.X:5900 but we always get "Server closed connection - The server running as application" error.

If we telnet to public IP port 10.193.166.x:5900 we get "RFB 003.008" so uvnc is supposed to be listening.

This is the log I get when I try to connect.

Fri Sep 19 17:13:37 2014
vsocket.cpp : VSocket() m_pDSMPlugin = NULL vncsockconnect.cpp : accepted connection from 10.193.38.1 vncserver.cpp : AddClient() started vncclient.cpp : vncClient() executing...
vncclient.cpp : TEST 4
vncserver.cpp : AddClient() done
vncclient.cpp : client connected : 10.193.38.1 (1) vncclient.cpp : DSMPlugin Pointer to socket OK vncdesktopsink.cpp : OOOOOOOOOOOO 275 7538940 vncserver.cpp : removing unauthorised client --An existing connection was forcibly closed by the remote host.
vncserver.cpp : RemoveClient() done
vncclient.cpp : ~vncClient() executing...
vncclient.cpp : deleting socket
vsocket.cpp : closing socket
HideDesktop.cpp : Killwallpaper 1
vncmenu.cpp : DisableAero 0
Fri Sep 19 17:13:38 2014


Any help appreciated.
Post Reply