From owner-freebsd-questions@FreeBSD.ORG Thu Feb 15 19:55:17 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EC3A516A409 for ; Thu, 15 Feb 2007 19:55:17 +0000 (UTC) (envelope-from frankstaals@gmx.net) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.freebsd.org (Postfix) with SMTP id 35CF713C467 for ; Thu, 15 Feb 2007 19:55:16 +0000 (UTC) (envelope-from frankstaals@gmx.net) Received: (qmail invoked by alias); 15 Feb 2007 19:55:15 -0000 X-Provags-ID: V01U2FsdGVkX18SITYYHtES4f/5skcI2cA0zGOdH3kZ66dXkNwx4P 6XCg== Message-ID: <45D4BAA7.5050709@gmx.net> Date: Thu, 15 Feb 2007 20:55:19 +0100 From: Frank Staals User-Agent: Thunderbird 1.5.0.9 (X11/20070125) MIME-Version: 1.0 To: User Questions References: <20070214124747.54863.qmail@web34414.mail.mud.yahoo.com> <45D3086E.30401@unsane.co.uk> <20070214165634.9022.GERARD-SEIBERT@seibercom.net> In-Reply-To: <20070214165634.9022.GERARD-SEIBERT@seibercom.net> X-Y-GMX-Trusted: 0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: Viewing on remote PC X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Feb 2007 19:55:18 -0000 Gerard wrote: > On Wednesday February 14, 2007 at 08:02:38 (AM) Vince wrote: > > > > OK, I installed 'tightvnc' from ports. That went OK. > > Then, I started the process by entering: 'vncserver' at the command > prompt on the FBSD machine. The first time this ran it asked for > information which I provided. Now when I invoke it, it runs silently. > This is the contents of the log file it creates. > > // Contents of: ~/.vnc/scorpio.seibercom.net:1.log // > > 14/02/07 10:42:32 Xvnc version TightVNC-1.3.8 > 14/02/07 10:42:32 Copyright (C) 2000-2006 Constantin Kaplinsky > 14/02/07 10:42:32 Copyright (C) 1999 AT&T Laboratories Cambridge > 14/02/07 10:42:32 All Rights Reserved. > 14/02/07 10:42:32 See http://www.tightvnc.com/ for information on TightVNC > 14/02/07 10:42:32 Desktop name 'X' (scorpio.seibercom.net:1) > 14/02/07 10:42:32 Protocol versions supported: 3.7t, 3.7, 3.3 > 14/02/07 10:42:32 Listening for VNC connections on TCP port 5901 > 14/02/07 10:42:32 Listening for HTTP connections on TCP port 5801 > 14/02/07 10:42:32 URL http://scorpio.seibercom.net:5801 > > // End Log // > > I have the following in the 'putty' configuration > > Under SSL / X11, I have this: > > X Display location: localhost:0 > I have tried with both: Enable X forwarding checked and unchecked > without any difference. > > Under SSH / Tunnels, I have this: > > L5905 192.168.0.2:5901 > > I am not sure about the port # 5905. I simply copied it from a example I found. > I have tried 5901, 5900 and 5902 all without success. > > There is no notification when I actually log onto the remote machine > other than what I normally receive. If I try: 'startx', all I get is a > lot of text output on the screen, although the application does start on > the remote PC. > > Now, I can make a connection via HTTP and do get a login box. In fact, > that seems to be the only way I can make a successful connection. > Therefore, I am positive the VNC is working, just not with putty. > > Obviously I am doing something really stupid. > > Thanks! > > -- > Gerard > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > > You have to connect to a VNC server with a VNC client ( Windows tightVNC client is available from http://www.tightvnc.com/download.html ). Notice that by default you won't have encryption so you might want to use putty to create an SSH tunnel for your traffic ( See the tunneling section in putty ) -- -Frank Staals