I have a small network behind a Linksys router. The net is conected to the internet via DSL and has a registered domain name using a dynamic IP. It is possible to use VNC between two machines within the lan, but I am unable to access the host via the internet using the domain name (dynamic IP). The router is set up to forward ports 5800 and 5900.
This arrangement has worked satisfactorily using Netop, so I am unclear why I cannot get it to work with VPN. Any help would be appreciated.
Shel
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
vnc using dynamic IP
For UltraVNC SC you don't need any incoming ports opened or forwarded in your firewall - that's the reason you are using the SC version instead of the normal UltraVNC. You just need to make sure you don't block the outgoing port you configured in the [Host] section of your helpdesk.txt when assembling your custom SC file.
You see above it is port 80 which is normally never blocked.
Code: Select all
[HOST]
-connect 123.456.789.123:80 -noregistry
[HOST]
-connect 123.456.789.123::80 -noregistry
--> you need to double colons :: !!! <---
explanation applicable for any vnc flavor:
:display (0 - 99 == accept only 5800 to 5899(for http) and 5900 to 5999(RFB protocol)
example: port 5901 == display N° 1
::port (any port outside of standard port need double colons)
examples:
::80 (SingleClick connecting as non standard port)
-connect 123.456.789.123::80 -noregistry
--> you need to double colons :: !!! <---
explanation applicable for any vnc flavor:
:display (0 - 99 == accept only 5800 to 5899(for http) and 5900 to 5999(RFB protocol)
example: port 5901 == display N° 1
::port (any port outside of standard port need double colons)
examples:
::80 (SingleClick connecting as non standard port)
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