Update: UltraVNC 1.4.3.6 and UltraVNC SC 1.4.3.6: viewtopic.php?t=37885
Important: Please update to latest version before to create a reply, a topic or an issue: 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://twitter.com/ultravnc1
- Reddit community: https://www.reddit.com/r/ultravnc
- OpenHub: https://openhub.net/p/ultravnc

Port Forwarding

Post Reply
atim1174
Posts: 2
Joined: 2019-11-06 22:57

Port Forwarding

Post by atim1174 »

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.
kissson
20
20
Posts: 33
Joined: 2006-06-12 08:52

Re: Port Forwarding

Post by kissson »

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
Post Reply