From owner-freebsd-questions@FreeBSD.ORG Fri May 2 02:06:21 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 8D10D106566B for ; Fri, 2 May 2008 02:06:21 +0000 (UTC) (envelope-from ruel.freebsd@gmail.com) Received: from yw-out-2324.google.com (yw-out-2324.google.com [74.125.46.29]) by mx1.freebsd.org (Postfix) with ESMTP id 368648FC1B for ; Fri, 2 May 2008 02:06:20 +0000 (UTC) (envelope-from ruel.freebsd@gmail.com) Received: by yw-out-2324.google.com with SMTP id 5so643828ywh.13 for ; Thu, 01 May 2008 19:06:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; bh=3YtwtM/Ge4LlDWfNvvONWZ2vrTIidXkNw2SyTUAY3p4=; b=P1s3udh9STz+AH/gUkTEoLGIXrzq/ykzDYPm0lxrupKE4/o4flCUcAY/kUeXrBpYPkdXcbydCimuHA+cp61y9CNNmiszBCWLH/Fv2zpICOxHXlc/uOLTJeMTvbbA1VUbk9k2fYhEA53EF3zJXqANy8zSMXfyBCGKnCg1Xipbnj4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=Rt3Cs5ARHO8t/SHMRWSTrEusJeZpDwVDiS/AKxFUc6Ct8TpOrJ7A/Qv4uFhQmyLYoPfdDnxuitQO3SCOC9VLxZTBb3i+TWSS/4XEAiWX4R03IeOsBY5kY7VssnrQH4tbMg0hudrZB7xBQMXQdrz9yN5MaitCiEs9rWpOgJSDj34= Received: by 10.150.137.15 with SMTP id k15mr3064604ybd.66.1209693969896; Thu, 01 May 2008 19:06:09 -0700 (PDT) Received: by 10.150.97.21 with HTTP; Thu, 1 May 2008 19:06:09 -0700 (PDT) Message-ID: Date: Fri, 2 May 2008 10:06:09 +0800 From: "Ruel Luchavez" To: "D Hill" In-Reply-To: MIME-Version: 1.0 References: <4819EE70.60609@chdevelopment.se> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Christer Hermansson , 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 02:06:21 -0000 Ok..I have follow your post D Hill, but it doesn't solve the problem Please HELP... Thanks..:( On Fri, May 2, 2008 at 9:45 AM, D Hill wrote: > On Fri, 2 May 2008 at 09:36 +0800, ruel.freebsd@gmail.com confabulated: > > 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 > > > > According to the resolver(5) documentation, it should look like this: > > domain myplace.com.ph > nameserver 101.1.21.1 > nameserver 192.168.1.62 > > could it be my firewall blocking it? but i didn't change any > > configuration > > from it.. > > > > Thanks in advance for your help..:( > > > > > > > > > On Fri, May 2, 2008 at 12:23 AM, Christer Hermansson < > > > mail@chdevelopment.se> wrote: > > > > > > Ruel Luchavez wrote: > > > > > > > > when i resume it to its current configuration > > > > > "Obtain DBS server automatically" the problem is back, is this a > > > > > problem in > > > > > my DNS server? > > > > > I'm using the FreeBSD 6.2 version... > > > > > > > > > > I already restarted the DNS Server "/etc/rc.d/named restart" but > > > > > nothing > > > > > happens the problem is still there..Is there any one here could > > > > > help > > > > > me solve it? > > > > > > > > > > > > > > > > > > > > I'm not sure but it seems that you are trying to use dhcp to > > > > receive the > > > > address of DNS-server. > > > > > > > > Check the file /etc/resolv.conf ,this file should look like this: > > > > > > > > nameserver 10.1.2.3 > > > > nameserver 10.4.5.6 > > > > nameserver 10.7.8.9 > > > > > > > > -- > > > > > > > > Christer Hermansson > > > > > > > > > > > > > > > > > > > > > > > _______________________________________________ > > freebsd-questions@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > > To unsubscribe, send any mail to " > > freebsd-questions-unsubscribe@freebsd.org" > > > >