John,
Try "ssh -N -l vncuser -L 5500:127.0.0.1:5500 support-ip".
Regards,
Miro
> -Original Message-
> From: John C Straffin [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, May 21, 2002 22:34 PM
> To: [EMAIL PROTECTED]
> Subject: "Backwards" VNC, take 2
>
>
> Hey all,
>
> I tried the sug
Hi, Fredrik,
by running "vncviewer /listen" and checking netstat -an I found out that it
listens on port 5500. I have no idea if this port can be changed other than
changing the source code.
Regards,
Miro
> -Original Message-
> From: Fredrik Malmquist [mailto:[EMAIL PROTECTED]]
> Sent:
Hi, John.
> From: John C Straffin [mailto:[EMAIL PROTECTED]]
> Sent: Friday, May 17, 2002 22:21 PM
> To: [EMAIL PROTECTED]
> Subject: VNC over SSH, only "backwards"... has anyone gotten this to
> work?
...
> What we want to do is (a) have the "server" machine (and
> user) initiate the
> SSH conn
some else more comfortable place?
>
> Any block I will ask help from you !
>
> Quite appreciated!
>
> Tim
>
> - Original Message -
> From: "LUPTAK,MIROSLAV (HP-Slovakia,ex1)" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Tu
Hi, Tim.
VNC works fine on HPUX 10.20, HPUX 11.00 and I believe it will run on HPUX
11i as well. What are the problems you are getting on 11i? Where did you get
the HPUX binaries of VNC from?
Regards,
Miroslav Luptak
> -Original Message-
> From: Jiang Hucheng [mailto:[EMAIL PROTECTED]]
> >I try to use vncviewer from linux1 to access linux2 running vncserver
> >through ssh forwarding. This is what I do:
> >
> >linux1> ssh -L 5901:linux2:5901 linux2
> >linux1> vncviewer localhost:1
Try also "ssh -L 5901:127.0.0.1:5901 linux2"
Regards,
Miroslav Luptak
---
Hi, Didier.
> -Original Message-
> From: didier [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, March 27, 2002 3:23 AM
> To: [EMAIL PROTECTED]
> Subject: Re: VNC from XFree86 4.x attempts?
>
>
> 'cduck' Chris Grierson wrote:
> >
> > has anyone heard of any attempts to migrate the VNC sou
> command ssh
> -L 5902:192.168.1.10:5901 [EMAIL PROTECTED]
The correct ssh command is:
ssh -L 5902:127.0.0.1:5901 [EMAIL PROTECTED]
> the vncviewer form my Windows desktop with 192.168.1.10:2. I got a
The correct vncviewer command is:
vncviewer 127.0.0.1:2
Regards,
Miroslav Luptak
Hi, Seiji.
You should use the font server for VNC. Here is how to set it up on HP-UX:
First: start the X Font Server
- in /etc/rc.config.d/xfs and set "RUN_X_FONT_SERVER=1". If it's already set
to "1", then you may skip the next step
- execute
/sbin/init.d/xfs start
Second: instruct vnc
Hi, Sergey.
> So, this is the problem. The telnet hangs after printing:
> $ telnet 127.0.0.1 5911
> Trying 127.0.0.1...
> Connected to localhost.localdomain (127.0.0.1).
> Escape character is '^]'.
What is your SSH client? With Mindterm I get exactly the same behaviour. But
if I connect to t
Privet, Serjoza,
> This is the output of the "netstat -an |grep 5911 (I use 11-th screen)
> tcp0 0 127.0.0.1:5911 0.0.0.0:*
> LISTEN
> tcp0 0 127.0.0.1:5911 127.0.0.1:2793
> ESTABLISHED
> tcp0 0 127.0.0.1:279
Jonathan,
> >(at least OpenSSH), then sshd listens only on 127.0.0.1:portnumber.
>
> Fix this using the -g parameter (listen to everywhere, not just
> localhost).
"-g" is a ssh, not sshd parameter. That means if you use "ssh -g -L", then
ssh will listen on 0.0.0.0:port, otherwise (without -
Hello, Sergey.
> I waited several hours, but nothing happened. Is there
> anybody succeded in
> connecting to VNC server through the tunnel, organized by
> "ssh -R" option?
It works. But my experience is that when "ssh -R" is used with sshd on linux
(at least OpenSSH), then sshd listens only o
13 matches
Mail list logo