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

Need setup help

SC <-> Proxy <-> Repeater <-> Proxy <-> Viewer
Post Reply
cwhitmore
8
8
Posts: 16
Joined: 2006-04-13 19:26

Need setup help

Post by cwhitmore »

I got SC working now I'm trying to get SCIII to connect outside of our network.
I've downloaded the SCIII files, but I'm confused as to how all this works together. I'm running the repeaterII and vncviewer_ssl from my PC.
VNCviewer_ssl is listening on port 5900
The repeater is setup with default settings (accept 5901, listen 5500 and restrict access to port 5500)
When I compile my helpdesk.txt online and try running the .exe it
displays an information box that displays my -connect settings which are:
-connect -sslproxy 168.215.186.45::443 -noregistry

After that it closes.

I'm assuming that there are some encryption steps I've missed?
Please help!
redge
1000
1000
Posts: 6797
Joined: 2004-07-03 17:05
Location: Switzerland - Geneva

Post by redge »

The repeater is setup with default settings (accept 5901, listen 5500 and restrict access to port 5500)
SCIII (with -sslproxy) connect to repeater_ssl (distributer5)
SCII connect to repeater.exe
allow only port 5500 is forbiden for use repeater_SSL port 443
allow only port 5500 is OK for use repeater


SCIII follow SCII usage except port 443 and -sslproxy

try it easy...
unzip http://www.swiss-adsl.net/redge/SCIII_test5.exe
and change the IP of repeater_ssl to your own
[HOST]
-id 12345 -sslproxy -connect 168.215.186.45::443 -noregistry

double click on winvnc .. complete field with a number like 67890


vncviewer_ssl connect to repeater_ssl with the ID number 67890 (example)
Start... Run...
"C:\Program Files\UltraVNC\vncviewer.exe" -proxy 168.215.186.45::443 ID:67890


VNCviewer_ssl is listening on port 5900
vncviewer_ssl -listen can't accept incoming connection from repeater
vncviewer don't listen when you use repeater or repeater_ssl
vncviewer_ssl made a direct connection to repeater_ssl
Last edited by redge on 2006-04-19 22:40, edited 1 time in total.
UltraVNC 1.0.9.6.1 (built 20110518)
OS Win: xp home + vista business + 7 home
only experienced user, not developer
cwhitmore
8
8
Posts: 16
Joined: 2006-04-13 19:26

Post by cwhitmore »

Redge,
I tried downloading the file you posted, but your site wouldn't come up. Can you check it?
I also tried using my existing files, but got the same problem. (when I ran the EXE file it displayed the line below and exited:
-id 67890 -sslproxy -connect 168.215.186.45::443 -noregistry

Here is a look at my distributer5.exe settings:
Accept = 5901
Listen = 443
Allow Connection to Server = checked
Inside box (just below Allow Connection to Server)= localhost
Refuse Connections to Server = NOT checked
Restrict Access to Server Port = 0

I first started distributer5.exe then ran
vncviewer_ssl.exe -proxy 168.215.186.45::443 ID:67890
cwhitmore
8
8
Posts: 16
Joined: 2006-04-13 19:26

Post by cwhitmore »

Redge,
You must be getting sick of me!

I've made some additional progress, but still not working. I realized after rereading your response that repeater_ssl automatically listens on port 443 so I went back and changed the settings to be:
Accept = 5901
Listen = 5500
Enable = checked
Took out Localhost and unchecked Connection to Server
Restrict Access to Server Port = 0

Viewer run from command line:
vncviewer_ssl.exe -proxy 168.215.186.45::443 ID:67890

I used the HOST settings you gave me for helpdesk.txt, but I still get the same error that displays that line when I try to run the EXE, but if I run SCIII_test4.exe it says it connects even though the remote PC does not come up on my screen.
Any ideas? Maybe your SCIII_test5.exe will work?
thanks for your help.
Carlton.
redge
1000
1000
Posts: 6797
Joined: 2004-07-03 17:05
Location: Switzerland - Geneva

Post by redge »

I tried downloading the file you posted, but your site wouldn't come up. Can you check it?
updated
http://www.swiss-adsl.net/redge/SCIII_test5.exe
UltraVNC 1.0.9.6.1 (built 20110518)
OS Win: xp home + vista business + 7 home
only experienced user, not developer
cwhitmore
8
8
Posts: 16
Joined: 2006-04-13 19:26

Post by cwhitmore »

Redge,
I tried using your file, but it just says it's listening.
Here is the log from my repeater:

5901

0
socket() initialized
bind() succeded to port 5901
SSL initialized
SSL loading CERTIFICATE.PEM
SSL listener started on port = 443
listen() succeded
socket() initialized
bind() succeded to port 5500
listen() succeded
Incoming Viewer (SSL client)
accept() connection
Viewer added to list 67890

Any ideas?
Carlton.
redge
1000
1000
Posts: 6797
Joined: 2004-07-03 17:05
Location: Switzerland - Geneva

Post by redge »

for connect successfully to your repeater_ssl/ with -id 67890
SCIII helpdesk.txt
----------------------------------------
[HOST]
internet support secure ssl
-id 67890 -connect -sslproxy 168.215.186.45::443 -noregistry

[DIRECT]
----------------------------------------

result:
direct reverse connection with -id 67890 to your repeater_ssl/distributer5 on port 443
(This SCIII example with [DIRECT] do not allow user to input any number at all)


this ip 168.215.186.45 must the distibuter5 or repeater_ssl address
UltraVNC 1.0.9.6.1 (built 20110518)
OS Win: xp home + vista business + 7 home
only experienced user, not developer
Post Reply