From owner-freebsd-questions Wed Jun 7 13:48:24 1995 Return-Path: questions-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id NAA05575 for questions-outgoing; Wed, 7 Jun 1995 13:48:24 -0700 Received: from westhill.cdrom.com (westhill.cdrom.com [192.216.223.57]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id NAA05565 for ; Wed, 7 Jun 1995 13:48:21 -0700 Received: from localhost.cdrom.com (localhost.cdrom.com [127.0.0.1]) by westhill.cdrom.com (8.6.11/8.6.11) with SMTP id NAA26939 ; Wed, 7 Jun 1995 13:48:08 -0700 X-Authentication-Warning: westhill.cdrom.com: Host localhost.cdrom.com didn't use HELO protocol To: Charles Browning cc: adrian@virginia.edu, FreeBSD Questions List Subject: Re: Questions about ftp install In-reply-to: Your message of "Wed, 07 Jun 1995 15:46:21 EDT." Date: Wed, 07 Jun 1995 13:48:07 -0700 Message-ID: <26937.802558087@westhill.cdrom.com> From: Gary Palmer Sender: questions-owner@freebsd.org Precedence: bulk In message , Charl es Browning writes: >I am a linux user that would like to install freeBSD. I have the >boot/root disk for 2.0.5ALPHA and everything goes well until I go to >ALT-3 for network connection for ftp install. At this point, connection >to ISP is fine. Message is ppp-on and back to terminal 1 and >immediately, I get message (unable to resolve ftp.freebsd.org). It >doesn't even seem to try. I have checked and rechecked by network >information and know it is correct. Anyone have clues why I can't see >the DNS? This is likely the known problem with FTP over PPP which meant that the default route didn't get set - so unless the machine you are connecting to provides NS, you won't get name resolution, and even if you do, you won't get routed out onto the internet. A hacky solution is to go to the EHS on VTY4 and type `route add default ' where hisaddr is the address of the machine on the other end of the PPP line (or you can do `add 0 0 HISADDR' at the ppp prompt I believe) This should be fixed in the BETA floppies which are slowing my machine down as I speak! Gary