On Thu, 12 Feb 2004 11:46:22 +0100, Seak, Teng-Fong wrote: > > Service parameters can be specified using regedit. Goto > HKLM\System\CurrentControlSet\S ervices\ and find the key for vnc. > VNC3 calls it winvnc, while VNC4 calls it WinVNC4. The service > executable is specified in ImagePath value. Use it with care :)
I suppose I'm not surprised that Windows honors parameters grafted on in this fashion. Should've checked that myself. > What are the network addresses behind both routers? I ask so > because those articles on networking I've read which deals routing > always use example of distinguished network addresses. Nothing is > said about what would happen if they're the same. Would that work? > Is it your case? Identical network addresses shouldn't matter -- the CSocket class identifies a stream, and it really does open a "pipe" between the two sockets. Once the pipe's enabled, all communication flows using the handle, not the IP. Also, if this were the reason, I wouldn't be able to make the SSH connection, n'est-ce pas? However, in this case they aren't even identical; I'm 192.168.1.* at home, 192.168.0.* at the friend's, and 10.* at work. -- Derek _______________________________________________ VNC-List mailing list [EMAIL PROTECTED] To remove yourself from the list visit: http://www.realvnc.com/mailman/listinfo/vnc-list
