I was hoping, since I don't run a web server on my network, to access my internal VNC server from outside on port 80 so as to hopefully avoid firewalls on uncommon ports in various places on other networks.
It's simple enough to host a VNC server and tell it to use port 80. However when I run the viewer, which I have on a flash drive, and tell it to connect on port 80, it tries to connect on port 5980, as if it were correcting my "typo".
I even tried using all combinations of leading zeros on the port such as 00080, and the same thing happens.
Is there any way to get around this strange problem?
Thanks,
Matt
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 Over Port 80?
VNC Over Port 80?
Last edited by msing on 2007-01-10 20:10, edited 1 time in total.
Re: VNC Over Port 80?
are you using the format ip::port
Note the double ::
Note the double ::
Re: VNC Over Port 80?
Ah that worked, thank you. But why do you have to use a different format depending on which port ranges you use?
Re: VNC Over Port 80?
You don't. It's just that the single colon format is used when specifying the connection by server number starting at the default port of 5900. For example ip_address:2 is the same as ip_address::5902. That's why when you specified ip_address:80, you were using the equivalent of ip_address::5980msing wrote:Ah that worked, thank you. But why do you have to use a different format depending on which port ranges you use?