I've used Ultravnc, Pchelpware and Singleclick for some time know and it works OK.
I am trying to learn about socket programming and write a little server (windows, c language). I have written a small client and small server. The client connects to 127.0.0.1 and send a "Hello world" which the server echoes. It works OK.
I am having problems with doing teh same connecting through a dynam, ie. connecting to mydyndns.com and not 127.0.0.1. My server is listening to port 5500 and the dyndns server should direct me back to home computer.
I know it should work since Ultravnc works great. When I use is it the UVNC server is listening to port 5500. I've set port forwarding on the router to the 192.168.0.100 where my server is running and listening.
So far:
127.0.0.1 works
127.0.0.1:5500 works
mydyndns.com does not work
mydyndns.com:5500 does not work
I must be missing something that UVNC does when all of above work. Can anyone give a clue?
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
How does Ultravnc connect
Re: How does Ultravnc connect
enable loopback on your router
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
-
- 20
- Posts: 34
- Joined: 2007-08-16 18:32
Re: How does Ultravnc connect
I don't think that is the issue since UVNC and Pchelpware work fine without it. I tried it though - no luck.
Re: How does Ultravnc connect
Maybe you are only listening on localhost (127.0.0.1) rather than your WAN?