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

SC and repeater error

Single Click discussions / bugs
Post Reply
this-is-me
Posts: 5
Joined: 2006-03-13 17:33

SC and repeater error

Post by this-is-me »

I am using UVNC Repeater version 1.1.0.4 trying to allow a connection through it with sc latest version from the website. Here is a portion of my helpdesk.txt that deals with the connection attempting to be made

Code: Select all

[HOST]
Support Connection #1
-connect xx.x.xxx.95:5901 -id 192.168.131.74 -noregistry
with xx.x.xxx.95:5901 being a computer with an internet IP address using the repeater and 192.168.131.74 being the listening vnc viewer. I recieve an error on the repeater as follows:
resolving host by name: RFB 003.016[wierd character here]31.74
failed to resolve locally.
Unable to connect to destination host, errno=11004
Does anyone have an idea why this error exists?
kaldag
Former moderator
Former moderator
Posts: 179
Joined: 2005-12-13 17:36
Location: Washington, Il
Contact:

Post by kaldag »

Your "id" should be the id assigned in the repeater session.

Ken
this-is-me
Posts: 5
Joined: 2006-03-13 17:33

Post by this-is-me »

I'm sorry that I don't understand what you mean about the repeater session ID. Could you explain more? I thought ID was either the computer name or IP address. Is this not true?
kaldag
Former moderator
Former moderator
Posts: 179
Joined: 2005-12-13 17:36
Location: Washington, Il
Contact:

Post by kaldag »

In the repeater setup at the bottom there is a ID field. That is where you set up the ID for each connection.

http://ultravnc.sourceforge.net/addons/repeater.html

Check this URL for repeater instruction. Should answer alot of your questions.

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

Re: SC and repeater error

Post by redge »

wrong
-connect xx.x.spam.95:5901 -id 192.168.131.74 -noregistry

correct for SC (server)
-connect xx.x.spam.95:5500 -id 12345 -noregistry
-id 1234 -connect ip_static_of_repeater::5500 -noregistry

correct for viewer
"%programfiles%\UltraVNC\vncviewer.exe" -proxy 123.123.123.123:5901 ID:1234

[topic=3173][/topic]
UltraVNC 1.0.9.6.1 (built 20110518)
OS Win: xp home + vista business + 7 home
only experienced user, not developer
Post Reply