From owner-freebsd-questions Thu Jan 22 11:15:38 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA12391 for questions-outgoing; Thu, 22 Jan 1998 11:15:38 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from ns1.yes.no (ns1.yes.no [195.119.24.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA12379 for ; Thu, 22 Jan 1998 11:15:25 -0800 (PST) (envelope-from eivind@bitbox.follo.net) Received: from bitbox.follo.net (bitbox.follo.net [194.198.43.36]) by ns1.yes.no (8.8.7/8.8.7) with ESMTP id TAA16890; Thu, 22 Jan 1998 19:15:22 GMT Received: (from eivind@localhost) by bitbox.follo.net (8.8.6/8.8.6) id UAA06973; Thu, 22 Jan 1998 20:15:21 +0100 (MET) Message-ID: <19980122201521.41178@follo.net> Date: Thu, 22 Jan 1998 20:15:21 +0100 From: Eivind Eklund To: Frank Griffith Cc: "'freebsd-questions@freebsd.org'" Subject: Re: How do I install FreeBSD 2.2.5 over existing network References: <01BD2694.C3E7B700@fast1> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.88e In-Reply-To: <01BD2694.C3E7B700@fast1>; from Frank Griffith on Wed, Jan 21, 1998 at 05:48:20PM -0600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Wed, Jan 21, 1998 at 05:48:20PM -0600, Frank Griffith wrote: > I have an existing ethernet network and want to install FreeBSD across it. > I have downloaded all the necessary files and placed them on a Windows95 > computer in a folder called FreeBSD. This computer is hooked to the FreeBSD > box by BNC cable with terminators in place. > > When I start the FreeBSD floppy and get to the install program, I can't seem > to make the thing work. I have an FTP server program running on the Win95 > unit and its pinging the other stations okay. > > When I choose FTP server as the media, it won't give me the choice to pick > a machine on my local network. What should a guy do? Select 'Specify URL' as your FTP target, and then set 'ftp://172.16.0.1/pub/FreeBSD'. Replace 172.16.0.1 with the IP address of your local server, and /pub/FreeBSD with the correct path on that machine. Eivind.