From owner-freebsd-questions@FreeBSD.ORG Thu Mar 27 06:22:52 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 4071437B401 for ; Thu, 27 Mar 2003 06:22:51 -0800 (PST) Received: from blueyonder.co.uk (pcow053o.blueyonder.co.uk [195.188.53.96]) by mx1.FreeBSD.org (Postfix) with ESMTP id E149843FAF for ; Thu, 27 Mar 2003 06:22:49 -0800 (PST) (envelope-from jfm@blueyonder.co.uk) Received: from lexx ([62.31.198.203]) by blueyonder.co.uk with Microsoft SMTPSVC(5.5.1877.757.75); Thu, 27 Mar 2003 14:24:59 +0000 From: John Murphy To: "Sukhbinder Singh" Date: Thu, 27 Mar 2003 14:22:47 +0000 Organization: poor Message-ID: References: <370EFEC0-5F79-11D7-B4F7-00039369D83A@jmv.com.au> In-Reply-To: X-Mailer: Forte Agent 1.9/32.560 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Spam-Status: No, hits=-29.0 required=5.0 tests=EMAIL_ATTRIBUTION,IN_REP_TO,QUOTED_EMAIL_TEXT,REFERENCES, REPLY_WITH_QUOTES,USER_AGENT_FORTE autolearn=ham version=2.50 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) cc: questions@FreeBSD.ORG Subject: Re: FreeBSD Installation Problems X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: jfm@blueyonder.co.uk List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Mar 2003 14:22:53 -0000 "Sukhbinder Singh" wrote: > First, I made the 2 image floppy disk for the 2 image files by >downloading them from ftp.freebsd.org. These 2 files are kern.flp and >msfroot.flp. I also downloaded and made an image disk for drvivers.flp = just >to download the drivers at the installation process. Sounds like you are trying to install the 5.0 version. I would advise anyone who is fairly new to FreeBSD to try 4.7 instead. You would need to obtain the 4.7 images for kern.flp and mfsroot.flp. There is no=20 driver.flp for 4.7. >I have 2 MB of my hard disk space devoted to FreeBSD. 2MB isn't enough! I presume you meant 2GB :) >Then in the next screen I get another window >with a request message like "Do you want to try DHCP configuration at = the >Interface ? Yes No ". I selected No and proceeded to the next level of = the >installation process. In this next level, I get a big screen called the >"Network Configuration" window to proceed with my ftp. I think or = suspect >this is where the problem is. This window has 7 fields which it = requires me >to enter. These 7 fields are host, domain, ipv4 gateway, name server, = IPv4 >address netmask :, extra option to ifconfig. I do not know any = information >regarding any of the fields. If I leave all of these fields empty, the >installation program prompts me with an error message like "must specify= a >host name of some sort !" Then I just entered a host name for the host, >like foo.com and pressed enter to proceed all the way through the 7 = fields >to the OK button. You definitely need some more entries there. Choose something that you would not find on the net for domain. I use the rather boring my.domain and the hostname can be any word you like. You must insert a valid IP in the Name Server (DNS) field. If you = usually use Microsoft Windows to connect to your ISP, you should be able to see the Name Server address by using winipcfg while connected. Or you may be able to find this from your ISP's www help pages, or contact their Tech. Support as a last resort. Without a Name Server the installation won't be able to convert a name like ftp.freebsd.org into a number (62.243.72.50). And therefore will not be able to connect. It would probably help to put an entry in the interface netmask field. 255.255.255.0 should be ok. >It fails to download freebsd automatically from the freebsd ftp site = like >it should. Any help will be helpful. I hope this is helpful. Good luck. John.