Jana Nguyen napisal(a): [Charset ISO-8859-1 unsupported, filtering to ASCII...] > > I have VNC server to listen to 127.0.0.1 which is the loopback > interface only and not the public interface. Do I need to have the > VNC listen to the public interface as well, if so how?
It's obvious that any server must listen on an interface you want to connect to. If you want to connect to your machine from any other machine, then the server has to listen on some interface other than 127.0.0.1. If it listens only on loopback interface, then you will be able to connect only from your own machine (which can be useful when you for example tunnel your VNC connection through SSH, but not for "regular" connections). As VNC server by default listens on *all* available interfaces, there's nothing special to do to make it listen on other interfaces. You must have done something to the server ;-) to make it listen on loopback only, so all you have to do is undo that change. Regards, Jaroslaw Rafa [EMAIL PROTECTED] -- Spam, wirusy, spyware... masz do6f? Jest alternatywa! http://www.firefox.pl/ --- http://www.thunderbird.pl/ Szybciej. #atwiej. Bezpieczniej. Internet tak jak lubisz. _______________________________________________ VNC-List mailing list [email protected] To remove yourself from the list visit: http://www.realvnc.com/mailman/listinfo/vnc-list
