Re: SSH and VNC

2003-11-29 Thread Jerry Westrick
; host exception:operation timed out"also from the office. > P.S. I am from Belgium so my english is maybe not so good. > And that thing under here do i have to do this in the explorer. > > > >From: Mike Miller <[EMAIL PROTECTED]> > >To: Jerry Westrick <[EMA

Re: SSH and VNC

2003-11-29 Thread daniel miesen
er <[EMAIL PROTECTED]> To: Jerry Westrick <[EMAIL PROTECTED]> CC: VNC List <[EMAIL PROTECTED]> Subject: Re: SSH and VNC Date: Thu, 27 Nov 2003 22:02:28 -0600 (CST) Sorry for the extra post here, but I just want to offer a little applause for Jerry's excellent ASCII diagrams. Nic

Re: SSH and VNC

2003-11-27 Thread Mike Miller
Sorry for the extra post here, but I just want to offer a little applause for Jerry's excellent ASCII diagrams. Nice work!! --Mike On Thu, 28 Nov 2003, Jerry Westrick wrote: > First off, you say you can connecct to home with vnc. > > +-++--+ > | Office |

Re: SSH and VNC

2003-11-27 Thread Jerry Westrick
Okay, Micheal... Let's start at the beginging... First off, you say you can connecct to home with vnc. +-++--+ | Office | 5900 | Home | | +--->+ | | v.x.y.z || a.b.c.d | +-++-

Re: SSH and VNC

2003-08-11 Thread William Hooper
Zach Dennis said: > Hi, > > This question may be better suited for a SSH list, but it involves VNC so > here goes. I just need simple clarification. Yes, this is an SSH question. It only involves VNC because that is what you are tunneling. (Almost) any TCP protocol communication can be tunneled.

RESOLVED: Re: SSH and VNC

2003-06-18 Thread Dave T.
Thanks to everyone for all your help. I appreciate your patience and the time you took. After using Benjamin's link to properly configure PuTTY, I found I was still having a brainfart. The problem was that I was telling PuTTY to use forwarded port X, when port X wasn't the one being forwarded

Re: SSH and VNC

2003-06-17 Thread Benjamin J. Weiss
Dave, Check out http://www.benjamin.weiss.name/putty-tunnel.html It's a step-by-step tutorial on getting a windows box talking to a RedHat linux box using vnc over ssh. I don't know what flavor you're running, but it should help. Ben - Original Message - From: "Dave T." <[EMAIL PROTECTE

RE: SSH and VNC

2003-06-17 Thread LUPTAK,MIROSLAV (HP-Slovakia,ex1)
! Regards, Miro > -Original Message- > From: Dave T. [mailto:[EMAIL PROTECTED] > Sent: Tue, Jun 17, 2003 20:14 > To: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: RE: SSH and VNC > > > Hi, Glen, > > I'm not filtering anything. `telnet 127.0.0.1 5904`

Re: SSH and VNC

2003-06-17 Thread William Hooper
Dave T. said: > Thanks, William. The tutorial for PuTTY gave me some insight into > configuring PuTTY. Now when I run VNC Viewer from my PC, using > "localhost:4", it doesn't pop up with any dialog error messages. However, > it doesn't open the viewer either. It seems like nothing at all happen

Re: SSH and VNC

2003-06-17 Thread Dave T.
ppens now. Got any ideas? Dave Original Message Follows From: "William Hooper" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: Re: SSH and VNC Date: Tue, 17 Jun 2003 14:11:18 -0400 (EDT) Dave T. said: > I've read a gazillion posts in the archives, but I haven&#

RE: SSH and VNC

2003-06-17 Thread Steve Palocz
I think you should try Vncviewer localhost:54 Or Vncviewer localhost:5954 Steve -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dave T. Sent: Tuesday, June 17, 2003 11:59 AM To: [EMAIL PROTECTED] Subject: SSH and VNC I've read a gazillion posts in the a

RE: SSH and VNC

2003-06-17 Thread Dave T.
presume I have something else goofed up. Thanks! Dave Original Message Follows From: "Steve Palocz" <[EMAIL PROTECTED]> To: "'Dave T.'" <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]> Subject: RE: SSH and VNC Date: Tue, 17 Jun 2003 12:58

Re: SSH and VNC

2003-06-17 Thread jackb
Normally the first VNC port is 5900 that would map to unix_host:0 On 17 Jun 2003 at 11:58, Dave T. wrote: > I've read a gazillion posts in the archives, but I haven't found my > answer. Following is what I am doing from my Windows SSH client: > > ssh -L 5954:unix_host:5904 unix_host > > The UN

RE: SSH and VNC

2003-06-17 Thread Dave T.
7;ll try TeraTerm or something. Thanks for taking the time to respond! Dave Original Message Follows From: "Glenn Lovitz" <[EMAIL PROTECTED]> To: "'Dave T.'" <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]> Subject: RE: SSH and VNC Date: Tue, 17 Jun

Re: SSH and VNC

2003-06-17 Thread William Hooper
Dave T. said: > I've read a gazillion posts in the archives, but I haven't found my > answer. > Following is what I am doing from my Windows SSH client: > > ssh -L 5954:unix_host:5904 unix_host Have you verified that a VNC server is running on display 4? Do you have a firewall in place that might

RE: SSH and VNC

2003-06-17 Thread Glenn Lovitz
; > > >Original Message Follows >From: "Glenn Lovitz" <[EMAIL PROTECTED]> >To: "'Dave T.'" <[EMAIL PROTECTED]> >Subject: RE: SSH and VNC >Date: Tue, 17 Jun 2003 11:50:37 -0500 > >Your soo close... > >vcnvi

RE: SSH and VNC

2003-06-17 Thread LUPTAK,MIROSLAV (HP-Slovakia,ex1)
> What am I doing wrong? If you want run the VNC session over SSH, then on the PC you should do: vncviewer localhost:54 Regards, Miro > -Original Message- > From: Dave T. [mailto:[EMAIL PROTECTED] > Sent: Tue, Jun 17, 2003 17:59 > To: [EMAIL PROTECTED] > Subject: SSH and VNC > > > I'v

RE: SSH and VNC - I know this is a common question but ...

2003-03-19 Thread Delaitre, Bertrand
Great it works ... Finally, I put the AllowLoopback in the registry on the two PC and reboot both. Thanks all for help -Original Message- From: Delaitre, Bertrand Sent: Wednesday, March 19, 2003 2:14 PM To: Delaitre, Bertrand Subject: RE: SSH and VNC - I know this is a common

Re: SSH and VNC - I know this is a common question but ...

2003-03-19 Thread Scott C. Best
Bertrand: Heya. Try this: when you initiate the SSH tunnel from the SSH client, specify the VNC Server's IP address as the host IP address, rather than the lookback IP address (127.0.0.1). So: use: ssh -l username -L 5900:ip-address:5900 ip-address instead of: ssh -l username -L

RE: SSH and VNC - I know this is a common question but ...

2003-03-19 Thread William Hooper
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Delaitre, Bertrand > Hi, [snip] > I have put a new entry in the registry > HKLM\software\orl\winvnc\default > : AllowLoopback DWORD = 1 (Hex) > A tunnel is created as for incoming on port 5800 and 5900