Date: Fri, 2 May 2008 15:35:20 +1200 From: Jonathan Chen <jonc@chen.org.nz> To: Ruel Luchavez <ruel.freebsd@gmail.com> Cc: freebsd-questions@freebsd.org Subject: Re: DNS Problem Message-ID: <20080502033520.GA60904@osiris.chen.org.nz> In-Reply-To: <ee9dc2b40805011836p39726f7dj256f3e63967cf92f@mail.gmail.com> References: <ee9dc2b40804301938l44ccc636qaeab464eadd13559@mail.gmail.com> <4819EE70.60609@chdevelopment.se> <ee9dc2b40805011835o6d93247bm25e67e2e7e5d7606@mail.gmail.com> <ee9dc2b40805011836p39726f7dj256f3e63967cf92f@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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 <jonc@chen.org.nz> ---------------------------------------------------------------------- "The things we know best are the things we haven't been taught." - Marquis de Vauvenargues
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080502033520.GA60904>