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

window "initiate connection"

Post Reply
Nick_ua
8
8
Posts: 18
Joined: 2010-06-16 18:10

window "initiate connection"

Post by Nick_ua »

hi all
have a question
I have installed Uvnc server 1.0.9.6
through repeater

when i restart the computer and not connected to the network.
there is a window "initeate connection"
there are two fields, "host name and connection"

how to make? this window would not appear
I do not want that to someone he saw it :P

Code: Select all

service_commandline=-autoreconnect ID:1234 -connect xx.xx.xx.xx
Last edited by Nick_ua on 2011-04-14 06:31, edited 1 time in total.
Sainsuper
40
40
Posts: 96
Joined: 2008-04-02 10:47

Re: window "initiate connection"

Post by Sainsuper »

i confirme same thing (1.0.9.6) i don't know previus version. I'll do other test
YY
200
200
Posts: 996
Joined: 2006-11-13 15:11

Re: window "initiate connection"

Post by YY »

This is an old problem ....

See the thread [topic=16092]Server ask "Add Client" (host) if internet is down![/topic] for more detail.

Your situation is described at No.3 of my post at that thread.
Last edited by YY on 2011-04-14 11:10, edited 1 time in total.
Nick_ua
8
8
Posts: 18
Joined: 2010-06-16 18:10

Re: window "initiate connection"

Post by Nick_ua »

YY wrote:This is an old problem ....

See the thread [topic=16092]Server ask "Add Client" (host) if internet is down![/topic] for more detail.

Your situation is described at No.3 of my post at that thread.
I can not understand, I added a ultravnc.ini
line

Code: Select all

[Permissions]
[admin]
Fail_Connect_Action = 0 (add 1 and 2)
service_commandline =- autoreconnect ID:1234 -connect host
.....
.....
.....
but the window "Initiate Connection" still comes
if no network
after restart the system

This window can be removed?? or not ??
Maybe I'm doing wrong?
YY
200
200
Posts: 996
Joined: 2006-11-13 15:11

Re: window "initiate connection"

Post by YY »

Let me explain ....


From the thread I referred, a post from Rudi had mentioned that "That's the way it was made".

That is:
If a host cannot be resolved, or an IP cannot be be found, it will pop the the window you mentioned.

In your case, since your computer is not connecting the network, so sure the IP/host at the "service_commandline =" will not be reachable, thus UVNC will popup that window to prompt for your input.



Regarding "Fail_Connect_Action ="

This option doesn't exist. It is my SUGGESTION.

So right now, in this situation (the pc not connect to network), you cannot avoid the popup of the window.
B
800
800
Posts: 2338
Joined: 2009-09-09 14:05

Re: window "initiate connection"

Post by B »

You could try leaving the service disabled until after a network connection is established. There a lot of different ways of going about that.
Post Reply