please help,
i have vnc service on a backend node over port 5900, i setup service on traffic manager over port 3, and keep getting refused connecting when trying to access VNC service over traffic manager port 3. ive various internal protocol, TCP and generic streaming etc with no luck.
what am i doing wrong?
Solved! Go to Solution.
Hi Yad,
VNC will create a new listener for each display port. So port 0 will run on 5900, port 1 on 5901, etc. If you want to connect to a service listening on port 3, then your service should use port 5903.
In terms of protocol, you should use either "generic server first", or "generic streaming".
Cheers,
Mark
Hi Yad,
VNC will create a new listener for each display port. So port 0 will run on 5900, port 1 on 5901, etc. If you want to connect to a service listening on port 3, then your service should use port 5903.
In terms of protocol, you should use either "generic server first", or "generic streaming".
Cheers,
Mark