Here is my problem. I configure SC with only one HOST entry in the Helpdesk file, and everything works fine.
I have two PC's running viewer in listen mode on different ports. My router is configured to forward to the correct PC based on the port. But, when I add a second HOST entry nothing works anymore. I can't connect to either PC.
Has anyone else had this problem?
Thanks
After more 1 000 000 (one million) views on forum for 1.5.0.x development versions... and 1.6.0.0 version
A new stable version, UltraVNC 1.6.1.0 and UltraVNC SC 1.6.1.0 have been released: https://forum.uvnc.com/viewtopic.php?t=38080
Feedback is welcome
Celebrating the 22th anniversary of the UltraVNC (25th anniversary since the laying of the foundation stone): https://forum.uvnc.com/viewtopic.php?t=38031
Important: Please update to latest version before to create a reply, a topic or an issue: https://forum.uvnc.com/viewtopic.php?t=37864
Forum password change request: https://forum.uvnc.com/viewtopic.php?t=38078
Development: UltraVNC development is always here... Any help is welcome.
A new development version, UltraVNC 1.6.3.0-dev has been released, please test it: https://forum.uvnc.com/viewtopic.php?t=38091
Feedback is welcome
Join us on social networks and share our announcements:
- Website: https://uvnc.com/
- GitHub: https://github.com/ultravnc
- Mastodon: https://mastodon.social/@ultravnc
- Bluesky/AT Protocol: https://bsky.app/profile/ultravnc.bsky.social
- 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
A new stable version, UltraVNC 1.6.1.0 and UltraVNC SC 1.6.1.0 have been released: https://forum.uvnc.com/viewtopic.php?t=38080
Feedback is welcome
Celebrating the 22th anniversary of the UltraVNC (25th anniversary since the laying of the foundation stone): https://forum.uvnc.com/viewtopic.php?t=38031
Important: Please update to latest version before to create a reply, a topic or an issue: https://forum.uvnc.com/viewtopic.php?t=37864
Forum password change request: https://forum.uvnc.com/viewtopic.php?t=38078
Development: UltraVNC development is always here... Any help is welcome.
A new development version, UltraVNC 1.6.3.0-dev has been released, please test it: https://forum.uvnc.com/viewtopic.php?t=38091
Feedback is welcome
Join us on social networks and share our announcements:
- Website: https://uvnc.com/
- GitHub: https://github.com/ultravnc
- Mastodon: https://mastodon.social/@ultravnc
- Bluesky/AT Protocol: https://bsky.app/profile/ultravnc.bsky.social
- 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
SC with multiple HOSTs
([HOST] config don't change between 2 solutions, only viewer and NAT/PAT router config change
- 1st solution
[HOST]
pc0
-connect 192.168.1.100::5500 -noregistry
[HOST]
pc1
-connect 192.168.1.101::5501 -noregistry
[HOST]
pc2
-connect 192.168.1.102::5502 -noregistry
NAT router config
pc0 external 5500 --> internal 192.168.1.100 port 5500
pc1 external 5501 --> internal 192.168.1.101 port 5501
pc2 external 5502 --> internal 192.168.1.102 port 5502
and your vncviewer -listen port
Start... Run...
pc0 "%programfiles%\UltraVNC\vncviewer.exe" -listen 5500
pc1 "%programfiles%\UltraVNC\vncviewer.exe" -listen 5501
pc2 "%programfiles%\UltraVNC\vncviewer.exe" -listen 5502 - 2nd solution for viewers
[HOST]
pc0
-connect 192.168.1.100::5500 -noregistry
[HOST]
pc1
-connect 192.168.1.101::5501 -noregistry
[HOST]
pc2
-connect 192.168.1.102::5502 -noregistry
if you have enough network knowledge (warning)
you can redirect port: (but some router fail with this feature or can't support PAT=Port Address Translation
NAT/PAT router config
pc0 external 5500 --> internal 192.168.1.100 port 5500
pc1 external 5501 --> internal 192.168.1.101 port 5500
pc2 external 5502 --> internal 192.168.1.102 port 5500
and your vncviewer -listen port
Start... Run...
pc0 "%programfiles%\UltraVNC\vncviewer.exe" -listen 5500
pc1 "%programfiles%\UltraVNC\vncviewer.exe" -listen 5500
pc2 "%programfiles%\UltraVNC\vncviewer.exe" -listen 5500
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