Celebrating the 22th anniversary of the UltraVNC: https://forum.uvnc.com/viewtopic.php?t=38031
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
- Bluesky/AT Protocol: https://bsky.app/profile/ultravnc.bsky.social
- 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

Looking for a tool to route connection requests

Post Reply
btrumper
Posts: 1
Joined: 2004-11-16 21:30

Looking for a tool to route connection requests

Post by btrumper »

We are considering using setting up 10 identical PC running VNC server inside our firewall, and we want to find a simple way to have clients from outside our network get connected to one of the 10 that is not in use. We are picturing them hitting a machine in our DMZ that will monitor the 10 to see which are free, and direct their connection accordingly.

We want this to be a clean and simple as possible for the clients--they will be provided with credentials that will get them into any of the 10 PC's, and we don't want them to have to work through a list of addresses until they find one that is free.

And of course we'd like this to work with the java client.

Has anybody done this? Is there a software product out there that can handle that task of directing the requests?

Thanks

BT
User avatar
Rudi De Vos
Admin & Developer
Admin & Developer
Posts: 6883
Joined: 2004-04-23 10:21
Contact:

Post by Rudi De Vos »

Load balancing between 10 vnc servers.......
Other people want this kind of setup ?

Possible it can be done with some code changes in the repeater code.
Instead the the viewer pass the server ip, the repeater select
the first non connected from a server list
Sergio
40
40
Posts: 103
Joined: 2004-05-22 20:02
Contact:

Post by Sergio »

Rudi De Vos wrote:Load balancing between 10 vnc servers.......
Other people want this kind of setup ?
I think it would be very useful.
Post Reply