From owner-freebsd-questions@FreeBSD.ORG Thu Dec 9 14:58:46 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 42B4F16A4CE for ; Thu, 9 Dec 2004 14:58:46 +0000 (GMT) Received: from mail2.speakeasy.net (mail2.speakeasy.net [216.254.0.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B6B743D5A for ; Thu, 9 Dec 2004 14:58:46 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 14715 invoked from network); 9 Dec 2004 14:58:45 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail2.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 9 Dec 2004 14:58:45 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 5648A44; Thu, 9 Dec 2004 09:58:45 -0500 (EST) Sender: lowell@be-well.ilk.org To: "Paulo Fonseca Jr." References: <200412081631.05409.freezumba@terra.com.br> From: Lowell Gilbert Date: 09 Dec 2004 09:58:45 -0500 In-Reply-To: <200412081631.05409.freezumba@terra.com.br> Message-ID: <44fz2fo6vu.fsf@be-well.ilk.org> Lines: 21 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: freebsd-questions@freebsd.org Subject: Re: dhcpd error - rrset doesn't exist add...timed out. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Dec 2004 14:58:46 -0000 "Paulo Fonseca Jr." writes: > Hi, > > I'm receiving the folowing error when a windows machine to try a connection > with internet through freebsd adsl (ppp) gateway: "IF windows.myisp.com.br IN > A rrset doesn't exist add windows.myisp.com.br 300 IN A 192.168.0.3: timed > out." I'm not running a dns on > > My dhcpd.conf: > option domain-name "myisp.com.br"; > option domain-name-servers 200.215.1.3; > ddns-update-style ad-hoc; If you're not running a DNS server to accept the updates, you can't configure your DHCP server to send updates to the DNS server. Either run a DNS server, or change ddns-update-style to "none". Assuming I'm understanding the situation correctly; if not, please provide more details.