Re: Local loop-back connection are diabled

2001-06-04 Thread James ''Wez'' Weatherall
> Regarding registry keys, it seems that the windows vnc server sets a key > named 'AllowLoopback' to 'false', so I'm not too sure how well editing > the registry would work without modifying the code where the key gets > set. Please read the documentation at http://www.uk.research.att.com/vnc,

RE: Local loop-back connection are diabled

2001-06-03 Thread Ano Gohel
There are a couple of ways to get around this problem by modifying the source. a) Comment out the lines in vncClient.cpp that filters out loopback connections: /* // By default we filter out local loop connections, because they're pointless if (!m_server->LoopbackOk()) {