Hello,
is there an option to limit client access to lan only?
realvnc had an option to limit clients to 192.*
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
Security: limit to lan only
Re: Security: limit to lan only
Configure your firewall to accept conection only from your subnet on VNC port (default 5900)
-
- 8
- Posts: 9
- Joined: 2008-07-21 20:06
Re: Security: limit to lan only
Is this the only solution?rg270b wrote:Configure your firewall to accept conection only from your subnet on VNC port (default 5900)
-
- 8
- Posts: 18
- Joined: 2008-01-24 20:15
- Location: Massachusetts
Re: Security: limit to lan only
Yes. In the ini file, add the following to the [admin] section:starfighter wrote:Hello,
is there an option to limit client access to lan only?
realvnc had an option to limit clients to 192.*
AuthHosts=-:+192.*
I think that will do it. The syntax isn't well documented but you can google for it.
-
- 8
- Posts: 9
- Joined: 2008-07-21 20:06
Re: Security: limit to lan only
Sounds promising, I will give it a try
-
- 8
- Posts: 9
- Joined: 2008-07-21 20:06
Re: Security: limit to lan only
Does not function...Yes. In the ini file, add the following to the [admin] section:
AuthHosts=-:+192.*
Re: Security: limit to lan only
> Does not function...
reboot required
reboot required
Last edited by redge on 2008-11-09 16:10, 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: Security: limit to lan only
Is the syntax different from RealVNC ?redge wrote:> Does not function...
reboot required
It used to be:
[HKEY_LOCAL_MACHINE\Software\ORL\WinVNC3]
"AuthHosts"="-:+192.168.1"
so the asterix wasn't used.. How about it for the ini ?
## Just tested this and the syntax is exactly like for RealVNC
## except you don't use " and it's not in the registry but in the .ini file.
## so no * is needed to delimit a net-block. Example ultravnc.ini:
the - tells winvnc to not allow anything,[admin]
AuthHosts=-:+62.133:+192.168.1:+195.64.95.1
the : is the separator, delimiter,
the + tells winvnc what to allow.
In this example the entire 62.133 net-block sees the open ultravnc port, as well as all the 192.168.1 LAN subnet users.
Last edited by sure on 2008-12-18 18:34, edited 7 times in total.