From owner-freebsd-questions@FreeBSD.ORG Fri May 2 03:35:22 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 69D1C1065671 for ; Fri, 2 May 2008 03:35:22 +0000 (UTC) (envelope-from jonc@chen.org.nz) Received: from chen.org.nz (chen.org.nz [202.89.146.5]) by mx1.freebsd.org (Postfix) with ESMTP id 127BC8FC19 for ; Fri, 2 May 2008 03:35:22 +0000 (UTC) (envelope-from jonc@chen.org.nz) Received: by chen.org.nz (Postfix, from userid 1000) id 6BB1828414; Fri, 2 May 2008 15:35:20 +1200 (NZST) Date: Fri, 2 May 2008 15:35:20 +1200 From: Jonathan Chen To: Ruel Luchavez Message-ID: <20080502033520.GA60904@osiris.chen.org.nz> References: <4819EE70.60609@chdevelopment.se> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.3i Cc: 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 03:35:22 -0000 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 2. your contents are wrong, they should look like: domain myplace.com.ph nameserver 101.1.21.1 nameserver 192.168.1.62 -- Jonathan Chen ---------------------------------------------------------------------- "The things we know best are the things we haven't been taught." - Marquis de Vauvenargues