Firstly, I would like to say that I have really enjoyed working with your product.
Basic setup:
UltraVNC_Repeater 1.08
UltraVNC Server 1.0.9.6.1
Viewer is in a private network
Server is in a private network
Repeater is in a public network (ports 80 and 443 are open)
My basic goal is to have a permanent connection open to the Server with a unique ID. Even if a session ends.
I've created the following .bat file on the server:
Code: Select all
winvnc -id:1234 -autoreconnect -connect repeaterip::80 -run
This seems to work great, but I'm getting the following log message on the Repeater every 3 minutes or so (without trying to access the server):
Code: Select all
recv -1
Server Removed from List 1234
Remove server 0
Server Removed from List 0
Server Added to List 1234
recv 12
Also, in general, am I implementing this system optimally given what I want to accomplish?
Thanks much!
CP