> -----Original Message----- > From: Schouten, Frits JF [mailto:[EMAIL PROTECTED] > > I'm a bit new in the VNC thing and need some help . > > I've installed the VNC server on solaris 2.5.1. > I'm running VNC on the host which was nominated display :6 > I've started an application with it's output to display :6 > > On my PC I started VNCviewer which connected fine to > http://myhost:5906 and, > after the password was done, I got the application that was > started on the > server. > > So far so good. > > But I don't want to go around to every PC that need's a view > and install the > vncviewer, so I tried to connect using a browser. > When I type in http://myhost:5906 in my browser it returns > 'RFB 003.003' > and nothing else. > > What am I missing here? Anybody have any ideas?
I think you mix some things: the rfb protocol runs at port 5906, the webserver runs at port 5806. Hence browse to http://myhost:5806. On the other side, the browser is only a single binary that does not need any customization. Just dump it somewhere (in the path, like /usr/local/bin/vncviewer), give it execute rights and `vncviewer myhost:6` boosts you away. CBee _______________________________________________ VNC-List mailing list [EMAIL PROTECTED] To remove yourself from the list visit: http://www.realvnc.com/mailman/listinfo/vnc-list
