I have this configuration:
PC#1: 192.168.0.10 - Running Repeater (ports keeped the same, option "Restrict access to server port" is set to 0)
PC#2: 192.168.0.9 - Running viewer:
Command for using repeater:
Code: Select all
vncviewer.exe -autoscaling -proxy 192.168.0.10:5901 ID:1234
Code: Select all
[HOST]
Use repeater at 192.168.0.10:5500
-id 1234 -connect 192.168.0.10::5500 -noregistry
[HOST]
Use direct connection to 192.168.0.9
-connect 192.168.0.9::5500 -noregistry
When I'm using direct connection to PC#2 (Viewer) - second [HOST] option on SC- , there are no problems for multiple client connections at the same time (Viewer running through Start > All Programs > UltraVNC > Run UltraVNCViewer).
When I'm using first option - running repeater - I got problem. First client connects ok, but when second tries to connect too, Viewer closes connection to fits client, and no one gets connection at all. After Viewer automatically reconnects to Repeater, it again can accept connections, but again only one per time.
How can I use multiple SC connections when using repeater scheme?