Hi VNC-list

   I  have  a  problem  with  forwarding  a  virtual server on port 80 to
   another  server  running  "VNC viewer for java version 4.0" running on
   port 5800 on a internal server. The "VNC viewer for java version 4.0"
   shows up in my browser and a "Java applet Window" with the virtual VNC
   server  name turns up like this: "VNC server:  vnc.example.com:0" when
   I press the OK botten I get a time out (I have tried IE6 & Mozilla).
   The   error   message:  "java.net.ConnectException:  Connection  timed
   out:connect"  This  is  also displayed in a Java Applet Window. When I
   connect  internal  on  http://192.168.1.x:5800  I  works and I get the
   password Java Applet Window instead of a timeout.

   I'm running Apache Server version: Apache/2.0.51
   With this I proxy forward to the internal windows XP PC running normal
   VNC on port 5900 and VNC viewer for JAVA on port 5800.
   I'm forwarding to the JAVA VNC on port 5800

   Some of my httpd.conf file

   <VirtualHost *:80>
        ServerAlias  vnc.example.com  #(this  my external address where I
   want to reach the internal VNC server)
       ServerName vnc.example.com #(this my external address where I want
   to reach the internal VNC server)
       ProxyRequests On
       ProxyPass / http://192.168.1.x:5800/
       ProxyPassReverse / http://192.168.1.x:5800/
   </VirtualHost>

   My  Apache  server  runs html pages and is a default installation with
   some  Virtual  hosts  served  from  the  server itself. No plugins are
   installed.

   Best Regards
   MM

   I hope anybody knows what to do.
     _________________________________________________________________

   Del din verden med MSN Spaces
_______________________________________________
VNC-List mailing list
[email protected]
To remove yourself from the list visit:
http://www.realvnc.com/mailman/listinfo/vnc-list

Reply via email to