Update: UltraVNC 1.4.3.6 and UltraVNC SC 1.4.3.6: https://forum.uvnc.com/viewtopic.php?t=37885
Important: Please update to latest version before to create a reply, a topic or an issue: https://forum.uvnc.com/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://x.com/ultravnc1
- Reddit community: https://www.reddit.com/r/ultravnc
- OpenHub: https://openhub.net/p/ultravnc

UltraVNC SC running on 443 + firewall

Single Click discussions / bugs
Post Reply
briega
Posts: 1
Joined: 2006-04-11 13:40

UltraVNC SC running on 443 + firewall

Post by briega »

From my office I want to give PC support to people outside the office.

I've created my own UltraVNC SC version. On the helpdesk.txt file I've pointed the connection to:

-plugin -connect (Real IP):443 -noregistry

On the server I have started the UltraVNC listener like this:

vncviewer -listen 443 -dsmplugin MSRC4Plugin.dsm

When I use the .exe file on any office machine it works perfect. On the server a popup message appears:

Accept Incoming SC connection

Current user: briega
IP: (internal IP)
OS: Windows XP

The problem is when I execute the .exe file in an external machine, it never makes the connection.

The server is behind a firewall, the firewall is NATing the real IP to an internal one.

Any suggestions?

Briega
redge
1000
1000
Posts: 6797
Joined: 2004-07-03 17:05
Location: Switzerland - Geneva

Post by redge »

use SCIII instead SCII but you need repeater_ssl
so customers can authenticate to their proxy port 8080 and bypass firewall port 443 TCP to repeater_ssl

SCIII + dsmplugin = double ecnryption (SSL+MSRC4 or ARC4 or AESv2 or)

SCIII = single encryption (SSL) between server and repeater_ssl
and possible betwen vncviewer_ssl authenticate to proxy office and bypass firewall to repeater_ssl tunnelled as secure ssl connection aka https

vncviewer_ssl --> LAN office proxy_ssl/firewall --> LAN/repeater_ssl/DMZ Internet <--WAN <--LAN firewall/proxy_ssl office <-- SCIII
UltraVNC 1.0.9.6.1 (built 20110518)
OS Win: xp home + vista business + 7 home
only experienced user, not developer
Post Reply