A problem I've encountered in unattended assistance is that timeout to begin the connection is limited to 5 minutes. I need the pc with SC server waiting in listening mode for connection (via repeater mode II) without such a low timeout (for example the user switches on the home pc, he goes out from home to work and he asks me to connect during that day).
Can anyone help me ? Is there already an SC version with higher timeouts? or without timeouts?
MARS wrote:A problem I've encountered in unattended assistance is that timeout to begin the connection is limited to 5 minutes. I need the pc with SC server waiting in listening mode for connection (via repeater mode II) without such a low timeout (for example the user switches on the home pc, he goes out from home to work and he asks me to connect during that day).
Can anyone help me ? Is there already an SC version with higher timeouts? or without timeouts?
Thank in advance.
MARS
maybe an option to set the timeout would be good, but the intention is that the program closes, and the computer is no longer listening making the computer non vulnerable to attacks.
The other alternative is - you leave your computer on all the time and when they open it up it connects.. then you can have 5 or 6 computer connections on in the morning and you just have to figure out whos computer is whos..
I think the "Unlimited" timeout option is the - UVNC Server / Viewer combo not SC.
MARS wrote:A problem I've encountered in unattended assistance is that timeout to begin the connection is limited to 5 minutes. I need the pc with SC server waiting in listening mode for connection (via repeater mode II) without such a low timeout (for example the user switches on the home pc, he goes out from home to work and he asks me to connect during that day).
Can anyone help me ? Is there already an SC version with higher timeouts? or without timeouts?
Thank in advance.
MARS
I use TaskManager for that purpose. Though I am new to security,
is it possible for someone to raid into my PC being listning,
in spite of the PC's IP allowed specified?
tacc2000 wrote:
I use TaskManager for that purpose. Though I am new to security,
is it possible for someone to raid into my PC being listning,
in spite of the PC's IP allowed specified?
What about a 15 minute timeout? What about usage on a closed intranet? What about controlling the process end ourselves with a Batch file, such as winvnc -kill? The 5 minute limit can be very limiting. VNC can be very insecure as is. It's up to the user to make sure they know what they're doing, and protect all involved computers. I don't think a 5 minute timeout alone is going to stop an IP spoof. Perhaps a command line option to change or remove the timeout, just for all us idiots foolish enough to try such a thing?
MARS wrote:A problem I've encountered in unattended assistance is that timeout to begin the connection is limited to 5 minutes. I need the pc with SC server waiting in listening mode for connection (via repeater mode II) without such a low timeout
by looking source code of previous(?) version of repeater, time limitation is build on repeater, not on SC.
Maybe on day we will see repeater that has two textboxes, one to set server timeout and other to set viewer timeout.
Better yet, source code to the latest repeater! I'd love to add in time and date logging, the ability to kill specific connections, the ability to allow/disallow specific IP addresses, change timeouts, etc... There's a lot of features that could be added.