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 and Query for connection

Any features you would like to see in UltraVNC? Propose it here
Post Reply
Holli
Posts: 1
Joined: 2012-12-19 10:18

Repeater and Query for connection

Post by Holli »

Hello

I must use a repeater for mobile computer`s. Thats work without problems. But it will be nice if the user must accepted connections from the support personal. But this is at the moment only possbile for new incoming connections.
Can this feature add?
hrichter
Posts: 2
Joined: 2013-12-19 14:28

Re: Repeater and Query for connection

Post by hrichter »

Yep.

As i understand, the ini Settings

Code: Select all

QuerySetting=2 
QueryTimeout=10 
QueryAccept=0   ( 0=refuse 1=accept  2=refuse)
QueryIfNoLogon=0 
have no effect in Repeater-Mode Installations.

That is very sad and i would like to see such a feature in the future. This is very important for certain privacy demands, because repeater mode is essential for many vnc configurations.

Isn't there a part in the source, where the server recognizes an incoming data stream during an established repeater connection?
Would it be possible to implement the ini options at exactly this place?
Does it make sense?

Thanks in advance
User avatar
Rudi De Vos
Admin & Developer
Admin & Developer
Posts: 6832
Joined: 2004-04-23 10:21
Contact:

Re: Repeater and Query for connection

Post by Rudi De Vos »

Using the repeater, both data streams are outgoing.
The repeater cross the streams. The 2 outgoing connections are needed
to bypass the nat translation.

The querysetting part is only implemented on the incoming part. Can't work.
hrichter
Posts: 2
Joined: 2013-12-19 14:28

Re: Repeater and Query for connection

Post by hrichter »

I mean, there is a logic in uvnc that changes Desktop Wallpaper/Aero on connect. At exactly that place in the code wouldn't it be possible to implement a timeout/blackscreen for the connecting user, while there is a popup on the server side, that asks whether you want to be connected to or not?
The logic that can detect a connection is there or is it not?
I do not mean no connection at all, I only talk about not remote control/view without permission.
User avatar
/dev/null
8
8
Posts: 23
Joined: 2020-01-31 07:08

Re: Repeater and Query for connection

Post by /dev/null »

Yes. This is needed.
The way @hrichter wrote would be most compatible (with current repeaters)
or with custom repeater - if password is forward from viewer to repeater to server checked, why cant flag 'allow' be send to from server to repeater and then repeater would say "OK, viewer you can connect".

This part is a missing link imo, especially after all those "my private/my security" buzz around.

This is the only part that make ultravnc not as good as TeamViewer.
There is already that in uvnc2me right ? but then uvnc2me is missing UAC support.
User avatar
Rudi De Vos
Admin & Developer
Admin & Developer
Posts: 6832
Joined: 2004-04-23 10:21
Contact:

Re: Repeater and Query for connection

Post by Rudi De Vos »

Was added in version 1.3.4.1
Post Reply