----------------------------------------- (on galaxy) This email has been scanned using Trend Micro AntiVirus Technology
--------------------------------------------------------- All, Here is the solution: ssh -2 -L 5801:insidecomputer:5801 -L 5901:insidecomputer:5901 -C -l user1 borderfirewall (this is all one line) Then http://localhost:5801 The trick was to forward BOTH ports. Thanks for all the responses John On Mon, 2004-02-23 at 02:51, Jerome R. Westrick wrote: > On Mon, 2004-02-23 at 08:12, Dustin Johnson wrote: > > Just replace 59XX with 58XX in the command to your ssh client > > > > ie ssh -2 -L 5801:insidecomputer:5801 -C -l user1 borderfirewall > > then in your browser type in http://localhost:5801 > > > > -Dustin > > > You need both tunnels for the http... > the 5801 is just used to download the java version of vnc viewer, > which when run then uses 5901 anyway... > > Jerry > > > > ----- Original Message ----- > > From: "John E Kimberly" <[EMAIL PROTECTED]> > > To: <[EMAIL PROTECTED]> > > Sent: Sunday, February 22, 2004 7:08 PM > > Subject: http VNC through a firewall > > > > > > > ----------------------------------------- (on galaxy) > > > > > > This email has been scanned using Trend Micro AntiVirus Technology > > > > > > --------------------------------------------------------- > > > All, > > > > > > I have no problem using ssh port forwarding to access my VNC servers > > > inside my firewall on ports 5901 - 5910. However, can anyone explain > > > how I can do the same thing, but use the java service to access them on > > > 5801 - 5810? > > > > > > Currently I use something like: > > > > > > ssh -2 -L 5901:insidecomputer:5901 -C -l user1 borderfirewall > > > > > > vncviewer localhost:5901 > > > > > > And I get the desktop on the "insidecomputer" > > > > > > > > > Sooooo, What would be the same procedure to use a browser?? > > > > > > Thanks in Advance, > > > > > > John > > > _______________________________________________ > > > VNC-List mailing list > > > [EMAIL PROTECTED] > > > To remove yourself from the list visit: > > > http://www.realvnc.com/mailman/listinfo/vnc-list > > _______________________________________________ > > VNC-List mailing list > > [EMAIL PROTECTED] > > To remove yourself from the list visit: > > http://www.realvnc.com/mailman/listinfo/vnc-list > _______________________________________________ > VNC-List mailing list > [EMAIL PROTECTED] > To remove yourself from the list visit: > http://www.realvnc.com/mailman/listinfo/vnc-list _______________________________________________ VNC-List mailing list [EMAIL PROTECTED] To remove yourself from the list visit: http://www.realvnc.com/mailman/listinfo/vnc-list
