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

Repeater not working in mode II

Post Reply
CuninganReset
Posts: 1
Joined: 2018-04-26 07:44

Repeater not working in mode II

Post by CuninganReset »

Hello.

I am trying to setup repeater in mode 2, i have just installed ultravnc x64 1.2.1.7 from web and installed repeater in one machine.

Disabled all the windows firewall, just in case.

I startup the repeater and it seems to work, webpage is accesible.

In other computer i have installed vncserver and i am running it using "cmd" with the arguments:

winvnc.exe -ID:110 -connect:IP_repeater -run

and in another computer i just try to connect using vncviewer -proxy IP_repeater ID:110

And nothing happens, it fail with error negotiation protocol...

Any idea what i am doing bad??
chang21
8
8
Posts: 9
Joined: 2018-01-29 20:28

Re: Repeater not working in mode II

Post by chang21 »

Hi

What port do you use (viewer and server)? , the conexion is for lan or wan?
Sainsuper
40
40
Posts: 96
Joined: 2008-04-02 10:47

Re: Repeater not working in mode II

Post by Sainsuper »

Try use:
winvnc.exe -autoreconnect id:ID_number -connect IP_repeater::port_repeater -run

vncviewer.exe -proxy "RepeaterIP:PortViewer " ID:ID_number

example:
winvnc.exe -autoreconnect id:123456 -connect 1892.168.0.100::5500 -run

vncviewer.exe -proxy "192.168.0.100:5901 ID:123456

Regard
SainSuper
Post Reply