I'm doing this. I have leaf port forward port 22 to a Red Hat box running ssh. Then I use plink to create the tunnel from the internet.
plink.exe -ssh jay@remote -L 5901:localhost:5901 Then on the pc I'm running vnc client on I use localhost:1 as the servername. Any traffic going to the localhost on port 5901 gets put though the tunnel to the remote machine to port 5901. Jason On Mon, 27 Jan 2003, Joey Officer wrote: > I currently have the port forwarding working to the (specified port and IP) > which is working fine. But the SSH tunnel is what I'm trying to create. > You are correct that I've got the internal SSH (also using port forward) > working, but similiar entries into network.conf seem to fail. > > Is it possible to port forward from a machine with a private IP (192.168.x)? > Or is the problem that I'm trying to 'technically port forward back to the > router? In which case I would need to login like this > > remoteip->leaf(ssh:22) 5901:leaf.ip:5907 leaf.ip -> internal(ssh:24) > 5907:internal.ip:5901 internal ip > > and then I could run vncviewer to the leaf router like so > > vncviewer public.leaf.ip:1 # port 5901 is vnc terminal 1 > > the leaf box should be broadcasting on port 5901 and listening on port 5907. > > I'll try that and post my findings as well. > > thanks > > joey > > > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Lynn Avants > Sent: Monday, January 27, 2003 7:28 AM > To: [EMAIL PROTECTED] > Subject: Re: [leaf-user] VNC, SSH, port forward > > > On Monday 27 January 2003 02:40 am, Joey Officer wrote: > > > I've got my LEAF w/ SSH on port 22, an internal SSH server on port 24, and > > vnc running on the internal server. I want to get to the vnc server > > running on the internal ssh box but am not having luck. this is how it > > looks > > > > remote.ip-internet-leaf(ssh:22)-internal(ssh:24)-vnc > > You'll either need to portfw the VNC port to the internal box or > tunnel VNC through SSH. You are portfw'eding SSH properly, > but not tunneling VNC; thus the reason it is not working. > > -- > ~Lynn Avants > Linux Embedded Appliance Firewall developer > http://leaf.sourceforge.net > > > ------------------------------------------------------- > This SF.NET email is sponsored by: > SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! > http://www.vasoftware.com > ------------------------------------------------------------------------ > leaf-user mailing list: [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/leaf-user > SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html > > > > ------------------------------------------------------- > This SF.NET email is sponsored by: > SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! > http://www.vasoftware.com > ------------------------------------------------------------------------ > leaf-user mailing list: [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/leaf-user > SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html > ------------------------------------------------------- This SF.NET email is sponsored by: SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! http://www.vasoftware.com ------------------------------------------------------------------------ leaf-user mailing list: [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/leaf-user SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html
