> 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,
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())
{