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

IP Range Filtering

Any features you would like to see in UltraVNC? Propose it here
Post Reply
Lope
8
8
Posts: 14
Joined: 2011-05-20 15:53

IP Range Filtering

Post by Lope »

UltraVNC should have the ability to filter big blocks of IP address ranges.

For example I live in belgium, I want to only accept connections from Belgium.
http://www.nirsoft.net/countryip/be.html

UltraVNC.ini does have Authhosts. But its not designed for doing partial IP address ranges.
Looking at the first range:
62.4.128.0 62.4.159.255
You could say
+=62.4
which would include that range, but much more.
UltraVNC needs a feature to be able to say
+=62.4.128-159
so only that range from 128 to 159 is included.
Post Reply