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

vnc using dynamic IP

Single Click discussions / bugs
Post Reply
ssherm32

vnc using dynamic IP

Post by ssherm32 »

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
Gast

Post by Gast »

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.

Code: Select all

[HOST]
-connect 123.456.789.123:80 -noregistry
You see above it is port 80 which is normally never blocked.
redge
1000
1000
Posts: 6797
Joined: 2004-07-03 17:05
Location: Switzerland - Geneva

Post by redge »

[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)
UltraVNC 1.0.9.6.1 (built 20110518)
OS Win: xp home + vista business + 7 home
only experienced user, not developer
Gast

Post by Gast »

Hmm, I'm working with one double colon and I don't have any problems. Is that a normal behavior? Maybe SC detects the missing second double colon and corrects it itself ... but good to know to set two in the future.
redge
1000
1000
Posts: 6797
Joined: 2004-07-03 17:05
Location: Switzerland - Geneva

Post by redge »

vnc viewer need to know how to connect on port or display
UltraVNC 1.0.9.6.1 (built 20110518)
OS Win: xp home + vista business + 7 home
only experienced user, not developer
Post Reply