From owner-freebsd-net@FreeBSD.ORG Fri Dec 10 05:39:54 2004 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 52E8916A4CE for ; Fri, 10 Dec 2004 05:39:54 +0000 (GMT) Received: from smtp2.cistron.nl (smtp2.cistron.nl [62.216.30.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id D801943D3F for ; Fri, 10 Dec 2004 05:39:53 +0000 (GMT) (envelope-from robert@guldan.demon.nl) Received: from cust.13.38.adsl.cistron.nl ([62.216.13.38] helo=guldan.demon.nl) by smtp2.cistron.nl with esmtp (Exim 3.35 #1 (Debian)) id 1CcdVM-0008Eb-00; Fri, 10 Dec 2004 06:39:48 +0100 Received: from bombur.guldan.demon.nl ([192.168.201.3] helo=localhost) by guldan.demon.nl with esmtp (Exim 4.24; FreeBSD) id 1CcdVI-0004pz-VH; Fri, 10 Dec 2004 06:39:44 +0100 Date: Fri, 10 Dec 2004 06:39:44 +0100 From: Robert Blacquiere To: "Paulo Fonseca Jr." Message-ID: <20041210053944.GE36602@bombur.guldan.demon.nl> References: <200412092013.26958.freezumba@terra.com.br> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200412092013.26958.freezumba@terra.com.br> User-Agent: Mutt/1.4.1i X-Disclaimer: running FreeBSD X-Spam-Score: 0.0 (/) cc: freebsd-net@freebsd.org Subject: Re: dhcpd error - IF host.myisp.com.br IN A rrset doesn't exist add: timed out X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Dec 2004 05:39:54 -0000 On Thu, Dec 09, 2004 at 08:13:26PM -0200, Paulo Fonseca Jr. wrote: > 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 server on freebsd gateway. I'm using a dns server > from my ISP. > > My dhcpd.conf: > ?option domain-name "myisp.com.br"; > ?option domain-name-servers 200.215.1.3; > ?ddns-update-style ad-hoc; ddns-update-style should be none. It tries now to update the dns server from your provider with data provided from de dhcp request in this case a machine with the name windows. Your provider does not permit dns updates from your dhcp server. > ?log-facility daemon; > ?option routers 192.168.0.1; > ?subnet 192.168.0.0 netmask 255.255.255.0 { > ? range 192.168.0.2 192.168.0.254 > ?} > > In my rc.conf: > ?... > ?ifconfig_xl0="inet 192.168.0.1 netmask 255.255.255.0" > ?dhcp_options="xl0" > ?dhcpd_enable="yes" > ?... > > Anybody can help me! > > thanks! > Zumba. > > _______________________________________________ > freebsd-net@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-net > To unsubscribe, send any mail to "freebsd-net-unsubscribe@freebsd.org" -- Microsoft: Where do you want to go today? Linux: Where do you want to go tomorrow? FreeBSD: Are you guys coming or what? OpenBSD: Hey guys you left some holes out there!