Hi, I have several devices out in the field running remotely.
I am wanting to port forward through the router to the end devices which VNC server is on.
I can do it easily on my router a CM685V-W and V-6 series by comset using incoming port (source port) to router as :5900 and using destination IP address of equip with port number assigned.
I am trying to connect devices simultaneously for live view/operation.
I go to connect a second item (different IP and mac address to first) and cannot use :5900 incoming port (source port) as already in use and tried others such as 5901/5905 and so on without any success.
Any ideas as we have alot of equip in field using vnc.
Atim.
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
Port Forwarding
Re: Port Forwarding
you need to know the port listening for your vnc server, external port doesn't matter, you can use whatever
assume vnc both listening on 5900 by default, the internal pc1, pc2 ip address
the external is your router or firewall interface, then configure the port mapping
external:5900->pc1:5900
external:5901->pc2:5900
etc
use:
netstat -aon
or the admin page of uvnc to know which port is listening
hope that it will help
assume vnc both listening on 5900 by default, the internal pc1, pc2 ip address
the external is your router or firewall interface, then configure the port mapping
external:5900->pc1:5900
external:5901->pc2:5900
etc
use:
netstat -aon
or the admin page of uvnc to know which port is listening
hope that it will help