From owner-freebsd-questions@FreeBSD.ORG Wed Dec 22 16:37:25 2004 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 9977C16A4CE for ; Wed, 22 Dec 2004 16:37:25 +0000 (GMT) Received: from hobbes.brasapen.org (tafkam.xs4all.nl [82.92.76.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id 502CB43D45 for ; Wed, 22 Dec 2004 16:37:24 +0000 (GMT) (envelope-from tafkam@brasapen.org) Received: from webmail.home.brasapen.org (www.bos-zuidema.nl [172.20.1.10]) by hobbes.brasapen.org (Postfix) with ESMTP id C3B0E68B6; Wed, 22 Dec 2004 17:37:18 +0100 (CET) Received: by webmail.home.brasapen.org (Postfix, from userid 1001) id BEDF360D7; Wed, 22 Dec 2004 17:37:18 +0100 (CET) Date: Wed, 22 Dec 2004 17:37:18 +0100 From: Eilko Bos To: Bagus Message-ID: <20041222163718.GB50636@webmail.home.brasapen.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.1i X-Bos-Zuidema-MailScanner-Information: Neem contact op met postmaster@bos-zuidema.nl voor meer informatie X-Bos-Zuidema-MailScanner: Found to be clean X-MailScanner-From: tafkam@brasapen.org cc: questions@freebsd.org Subject: Re: how to get it online 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: Wed, 22 Dec 2004 16:37:25 -0000 Hi, >From the keyboard of Bagus, written on Wed, Dec 22, 2004 at 10:20:21AM -0600: > >ifconfig > fxp0: flags =8802 mtu 1500 > options =8 > ether 00:a0:c9:e6:11:b1 > media: Ethernet autoselect (100baseTX ) > status:active You don't appear to have an IP-address assigned. Most probably the DHCP- negotiation failed. You don't tell who your ISP is. DHCP-configurations may differ from ISP to ISP. You will have to configure your /etc/dhclient.conf I guess, e.g. with (amongst others) send host-name "your-hostname-known-by-ISP". (man 5 dhclient.conf). After configuring it, retyry DHCP: # dhclient fxp0 > >ping freebsd.org > ping: cannot resolve freebsd.org: Host name lookup failure. Right. If DHCP from your cable ISP failes, most probably your /etc/resolve.conf will not be modified/added. And therefor lookups will fail. > As an aside, I'm stunned this isn't a FAQ or part of the freebsd manual: > "How to get your computer online". Really I'd rather not be posting this > question to a mailing list. It seems so basic, yet I can't find an answer > out there. If anyone has any references, I'd appreciate it. http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/config-network-setup.html Of course, since DHCP configuration may differ from ISP to ISP, I guess it is too much work to add all those to the handbook. Maybe search engines can point you to a proper references. Or, if you name your ISP on this list, someone here might help you. Cheerz, -- Eilko Bos.