From owner-freebsd-questions@FreeBSD.ORG Wed Dec 20 14:34:57 2006 Return-Path: X-Original-To: FreeBSD-questions@freebsd.org Delivered-To: FreeBSD-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B9F1A16A403 for ; Wed, 20 Dec 2006 14:34:57 +0000 (UTC) (envelope-from roberthuff@rcn.com) Received: from smtp02.lnh.mail.rcn.net (smtp02.lnh.mail.rcn.net [207.172.157.102]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3CF5C43CBC for ; Wed, 20 Dec 2006 14:34:42 +0000 (GMT) (envelope-from roberthuff@rcn.com) Received: from mr08.lnh.mail.rcn.net ([207.172.157.28]) by smtp02.lnh.mail.rcn.net with ESMTP; 20 Dec 2006 09:13:09 -0500 Received: from smtp01.lnh.mail.rcn.net (smtp01.lnh.mail.rcn.net [207.172.4.11]) by mr08.lnh.mail.rcn.net (MOS 3.7.5a-GA) with ESMTP id HYA63840; Wed, 20 Dec 2006 09:13:05 -0500 (EST) Received: from 209-6-203-219.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com (HELO jerusalem.litteratus.org.litteratus.org) ([209.6.203.219]) by smtp01.lnh.mail.rcn.net with ESMTP; 20 Dec 2006 09:13:00 -0500 From: Robert Huff MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <17801.17319.921549.790087@jerusalem.litteratus.org> Date: Wed, 20 Dec 2006 09:07:35 -0500 To: FreeBSD-questions@freebsd.org In-Reply-To: <686726.76953.qm@web59213.mail.re1.yahoo.com> References: <686726.76953.qm@web59213.mail.re1.yahoo.com> X-Mailer: VM 7.17 under 21.5 (beta27) "fiddleheads" XEmacs Lucid X-Junkmail-Status: score=42/50, host=mr08.lnh.mail.rcn.net X-Junkmail-SD-Raw: score=suspect(7), refid=str=0001.0A090205.45894397.0045,ss=2,fgs=0, ip=207.172.4.11, so=2006-05-09 23:27:51, dmn=5.2.121/2006-09-27 Cc: Subject: Internet Connection Problem - DNS Related? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Dec 2006 14:34:57 -0000 linux quest writes: > abc# ping google.com > ping: cannot resolve google.com: Host name lookup failure > > Then, I thought perhaps I haven't configure my DNS. A reasonable guess. > So I typed > man dns, but I can't find the DNS manual, and yes... I know my > ISP DNS IP address. But I don't know where to configure it in > FreeBSD. The magic name you're looking for is "named". The configuration files are usually someplace like /etc/named, and it's activated by settings in /etc/rc.conf. Check also /etc/resolv.conf and /etc/hosts. Robert Huff