From owner-freebsd-questions@FreeBSD.ORG Mon Aug 11 18:25:55 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6CC2937B401 for ; Mon, 11 Aug 2003 18:25:55 -0700 (PDT) Received: from juice.thebigchoice.com (pc1-nott2-3-cust18.nott.cable.ntl.com [80.4.204.18]) by mx1.FreeBSD.org (Postfix) with SMTP id 1E69943FBF for ; Mon, 11 Aug 2003 18:25:54 -0700 (PDT) (envelope-from matt@thebigchoice.com) Received: (qmail 16772 invoked from network); 12 Aug 2003 01:25:55 -0000 Received: from localhost.proweb.net (HELO thebigchoice.com) (127.0.0.1) by juice.thebigchoice.com with SMTP; 12 Aug 2003 01:25:55 -0000 Message-ID: <3F384223.9000704@thebigchoice.com> Date: Tue, 12 Aug 2003 02:25:55 +0100 From: Matt Heath User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.3) Gecko/20030425 X-Accept-Language: en, en-us MIME-Version: 1.0 To: george References: <002e01c35ff3$a465c310$9600a8c0@thunderbird> In-Reply-To: <002e01c35ff3$a465c310$9600a8c0@thunderbird> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: questions@freebsd.org Subject: Re: setting up remote X X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Aug 2003 01:25:55 -0000 george wrote: >I have a few headless boxes and would like to be able to >bring up the xserver remotely using Exceed but have no idea >on how to go about it. > >anyone point me to a tutorial or instructions for this? > >I dont want to run vncserver but i would like a similiar approace without >the web >interface if possible, we did something similiar on a Sun machine at work >all the time but i dont know what they set up to allow wheather it be rexec >or rlogin. Please help. > I have no idea about Exceed and it is not a great search term here's how I run programs remotely that display locally : local% startx ... local% ssh -X remote remote% xclock and xclock pops up on my local display with the remote time