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

SCII and repeater problems

Single Click discussions / bugs
Post Reply
mtrx
Posts: 3
Joined: 2008-09-02 07:21

SCII and repeater problems

Post by mtrx »

Hello to everybody

I have some problems to configure SCII and repeater.

First the topology >

Computer 1 :
192.168.1.2

Computer 2 :
192.168.1.3

Repeater:
192.168.1.1

I want to use SCII to create reverse VNC .After hours of reading and testing successfully connect the two PC with PCHelpWare with the Reverse VNC function and Repeater mode.

But PChelpware does not work for me because some issues with Remote desktop sessions and etc (i really do not want to explain)

Now at Computer 1: (using UltraVNC 1.05 stable) i run
vncviewer /proxy 192.168.1.1 /listen ID:1234

At Computer 2: (using UltraVNC 1.05 stable) start WinVNC.exe >Add New Client >
Host:192.168.1.1
ID:1234
and nothing happened
But when i start at Computer 1:
vncviewer >Configure to use the proxy and add ID:1234 it connects to Computer 2: but thats not reverse VNC :(

So how to configure SCII with repeater ?How are the command line parameters to test (if there are any)

I will try to explain what i wanna do :
Computer 1 (client) <Repeater>Computer 2 (Server)
Computer 1 initiate connection (SC ) to Computer 2 trough Repeater ,after the connection is done Computer 2 can administrate Computer 1
Works with PChelpWare but not with vncviewer run in listening mode
http://www.uvnc.com/pchelpware/index.html
User avatar
Rudi De Vos
Admin & Developer
Admin & Developer
Posts: 6863
Joined: 2004-04-23 10:21
Contact:

Re: SCII and repeater problems

Post by Rudi De Vos »

See
[topic=13467][/topic]
mtrx
Posts: 3
Joined: 2008-09-02 07:21

Re: SCII and repeater problems

Post by mtrx »

Rudi De Vos wrote:See
[topic=13467][/topic]
OK that's realy works with repeater but is there any way to run vncviewer.exe with command line parameters in listening mode so when the client run SC the support does not start any connections

Before some days i created this

At computer 2 i start
vncviewer.exe /listen 5500 to listen for connections

At the other end i started my custom SC and everything works fine ,now i want to add second listener at my network but i does not wont to open any more ports so i want to use Repeater

How can i start vncviewer.exe to listen behind proxy(Repeater)
I'd tryed this

Code: Select all

vncviewer.exe /proxy uvnc.exe::5901 /listen /ID:XXXXX 
At the other end >WinVNC>add new client>HOST (uvnc.com) ID:XXXXX

but still no connection
YY
200
200
Posts: 996
Joined: 2006-11-13 15:11

Re: SCII and repeater problems

Post by YY »

Try this:
vncviewer.exe -listen -connect ID:1234 -proxy uvnc.com:5901


This command will start the viewer in listening mode (5500), at the same time also register to the repeater at uvnc.com with ID:1234. However, the repeater will remove the ID if it is not got a connection after 5 minutes. You will get the "Fail Connect To Server" message, but the listening viewer can keep on running.
mtrx
Posts: 3
Joined: 2008-09-02 07:21

Re: SCII and repeater problems

Post by mtrx »

YY wrote:Try this:
vncviewer.exe -listen -connect ID:1234 -proxy uvnc.com:5901


This command will start the viewer in listening mode (5500), at the same time also register to the repeater at uvnc.com with ID:1234. However, the repeater will remove the ID if it is not got a connection after 5 minutes. You will get the "Fail Connect To Server" message, but the listening viewer can keep on running.
I have tryed this but i do at my own way and now everything works fine

SCII repeater,DSMplugin etc.

The problem was that i miss understood how realy works winvnc.exe and vncviewer.exe

Thanks to all.
Post Reply