> -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]] On Behalf Of citanest > Hi, > > I am encountering the following problem. I am running WinVNC on WinXP > Pro. I tested it from other computers on the internet with both VNC > view and a browser. They both work without any problem. > However, I had > been trying to access my computer at work and both the browser and > viewer don't work due to the firewall. Through the viewer, I > can't even > access my server. Through a browser, I can get to the page as follow: [snip]
If the standard viewer can't access the server then the Java viewer (which you are calling "a browser") will not work either. You are getting the java applet through standard HTTP (which goes through your firewall), but the applet still needs to talk to the server through RFB (which doesn't go through your firewall). You will need to look some sort of HTTP tunneling if you want this to work, or better yet ask your admin to open a port on the firewall for you to get out bypassing the proxy. -- William Hooper _______________________________________________ VNC-List mailing list [EMAIL PROTECTED] http://www.realvnc.com/mailman/listinfo/vnc-list
