I've been playing around with the SC (1) and building my custom .exe to pass out. I am coding the helpdesk.txt file for an ID so I can use a repeater. The line in the code is.
[HOST]
FDTServer ID-1234
-ID -1234 -connect 10.0.1.10:5500 -noregistry
I was having problems having the SC connect to the repeater because I configured the repeater to "only allow ID" and "1234" in the list then I noticed something from the repeater logs.
ID refused 4666
When I took off the restriction the SC could connect with the repeater but it appears it is using ID 4666. What is going on here? Where did 4666 even come from? Also, I am using SC (1) and I have been reading about SCII and SCIII but don't know if I should be using them instead. I'm confused.
Can someone point me to a good download for the latest version of the repeater and the SC file list. Also what is the best way to compile the SC .exe? I have found a website and maybe that is my problem.
Thanks!
-Richard K
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
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 + Repeater Confusion/Questions
Re: SC + Repeater Confusion/Questions
The syntax is incorrect. It should be:rkokoski wrote:[HOST]
FDTServer ID-1234
-ID -1234 -connect 10.0.1.10:5500 -noregistry
-ID 1234 -connect 10.0.1.10:5500 -noregistry
Re: SC + Repeater Confusion/Questions
While I agree with you I am finding that "partially" correct. I figured out how it got to 4666 on the repeater. 4666 = 5900-1234. Because I use "-1234" it took the 5900 then subtracted 1234 giving me 4666. Thus the SC was trying to connect to the repeater using ID 4666.
I did correct the helpdesk.txt to state "1234" and not "-1234" and then it connects as ID:1234 perfectly BUT if I use an ID of "1" (not "0001") it again goes to 5900+1 so I get an ID:5901.
Why does it sometimes do some type of 5900+- offset and sometimes take the static number I put in? Does the ID need to be in a specific 4 digit format? This is very confusing.
Thanks for the help!
I did correct the helpdesk.txt to state "1234" and not "-1234" and then it connects as ID:1234 perfectly BUT if I use an ID of "1" (not "0001") it again goes to 5900+1 so I get an ID:5901.
Why does it sometimes do some type of 5900+- offset and sometimes take the static number I put in? Does the ID need to be in a specific 4 digit format? This is very confusing.
Thanks for the help!
Re: SC + Repeater Confusion/Questions
bug from vncviewer:
you are right
just tried now, it connect to port 5901
ID:1
(this wrong use port 5901 !!!! instead match ID 1)
sorry, no solution except work around use bigger number with 3 digit or more.
helpdesk.txt for SC
[HOST]
internet connexion
-ID 1 -connect 10.0.1.10:5500 -noregistry
you are right
just tried now, it connect to port 5901
ID:1
(this wrong use port 5901 !!!! instead match ID 1)
sorry, no solution except work around use bigger number with 3 digit or more.
helpdesk.txt for SC
[HOST]
internet connexion
-ID 1 -connect 10.0.1.10:5500 -noregistry
Last edited by redge on 2009-01-26 22:04, 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
OS Win: xp home + vista business + 7 home
only experienced user, not developer
Re: SC + Repeater Confusion/Questions
I notice this issue too.rkokoski wrote:Why does it sometimes do some type of 5900+- offset and sometimes take the static number I put in? Does the ID need to be in a specific 4 digit format? This is very confusing.
I don't know why this happen, It looks like that the UVNC using the same code of Display Port/Number to handle the ID.
That is: for any number less than 99, it will add it with the 5900.