From owner-freebsd-questions@FreeBSD.ORG Fri May 2 04:14:38 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 67A8B1065681 for ; Fri, 2 May 2008 04:14:38 +0000 (UTC) (envelope-from d.hill@yournetplus.com) Received: from duane.dbq.yournetplus.com (duane.dbq.yournetplus.com [65.124.230.214]) by mx1.freebsd.org (Postfix) with ESMTP id 37D208FC22 for ; Fri, 2 May 2008 04:14:38 +0000 (UTC) (envelope-from d.hill@yournetplus.com) Received: by duane.dbq.yournetplus.com (Postfix, from userid 1001) id 3E32727E47B; Fri, 2 May 2008 04:14:37 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by duane.dbq.yournetplus.com (Postfix) with ESMTP id 34F9B27E473; Fri, 2 May 2008 04:14:37 +0000 (UTC) Date: Fri, 2 May 2008 04:14:37 +0000 (UTC) From: D Hill X-X-Sender: d.hill@duane.dbq.yournetplus.com To: Jonathan Chen In-Reply-To: <20080502033520.GA60904@osiris.chen.org.nz> Message-ID: References: <4819EE70.60609@chdevelopment.se> <20080502033520.GA60904@osiris.chen.org.nz> User-Agent: Alpine 1.10 (BSF 962 2008-03-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: Ruel Luchavez , freebsd-questions@freebsd.org Subject: Re: DNS Problem 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: Fri, 02 May 2008 04:14:38 -0000 On Fri, 2 May 2008 at 15:35 +1200, jonc@chen.org.nz confabulated: > On Fri, May 02, 2008 at 09:36:51AM +0800, Ruel Luchavez wrote: >> before i post here i already check the /etc/resolve.conf and this is what's >> inside of it >> >> domain name myplace.com.ph >> name server 101.1.21.1 >> name server 192.168.1.62 >> > > The problems with what you've just posted are: > > 1. the file is /etc/resolv.conf, not /etc/resolve.conf Ha! I didn't catch the misspelling of resolv.conf. :-( > 2. your contents are wrong, they should look like: > domain myplace.com.ph > nameserver 101.1.21.1 > nameserver 192.168.1.62