From owner-freebsd-questions@FreeBSD.ORG Wed Feb 25 02:28:39 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 AF8F616A4CE for ; Wed, 25 Feb 2004 02:28:39 -0800 (PST) Received: from dyer.circlesquared.com (host217-45-219-83.in-addr.btopenworld.com [217.45.219.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id B821443D1D for ; Wed, 25 Feb 2004 02:28:34 -0800 (PST) (envelope-from peter@circlesquared.com) Received: from circlesquared.com (localhost.petanna.net [127.0.0.1]) i1PASX1J018364; Wed, 25 Feb 2004 10:28:44 GMT (envelope-from peter@circlesquared.com) Message-ID: <403C78D1.5010500@circlesquared.com> Date: Wed, 25 Feb 2004 10:28:33 +0000 From: Peter Risdon User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.5b) Gecko/20031102 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.org References: <403C67FD.1080403@shaw.ca> <20040225100025.GB11792@grimoire.chen.org.nz> In-Reply-To: <20040225100025.GB11792@grimoire.chen.org.nz> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: RYAN vAN GINNEKEN Subject: Re: make world 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, 25 Feb 2004 10:28:39 -0000 On Wed, Feb 25, 2004 at 02:16:45AM -0700, RYAN vAN GINNEKEN wrote: >[...] > > >>when i try to ping google.ca i get >>cannot resolve google.ca :host name lookup failure >> >> Can you ping a numeric ip address on the internet? If you can, it's a nameserver (/etc/resolv.conf) issue. If not, it's a networking problem. >>doing an ifconfig i get no inet or subnet just the active status >> >> I'm not aware how you could network without an ip address and subnet mask. What's the exact output of ifconfig? What is your /etc/rc.conf? Specifically, what lines are there of the form: ifconfig_[interface name]="inet [ip address] netmask [subnet mask]" and defaultrouter="[router address]" Have you tried using ifconfig to give an ip address to your interface(s)? PWR