From owner-freebsd-questions@FreeBSD.ORG Tue Jun 9 13:12:21 2009 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 B67891065670 for ; Tue, 9 Jun 2009 13:12:21 +0000 (UTC) (envelope-from mel.flynn+fbsd.questions@mailing.thruhere.net) Received: from mailhub.rachie.is-a-geek.net (rachie.is-a-geek.net [66.230.99.27]) by mx1.freebsd.org (Postfix) with ESMTP id 8065F8FC19 for ; Tue, 9 Jun 2009 13:12:21 +0000 (UTC) (envelope-from mel.flynn+fbsd.questions@mailing.thruhere.net) Received: from smoochies.rachie.is-a-geek.net (mailhub.lan.rachie.is-a-geek.net [192.168.2.11]) by mailhub.rachie.is-a-geek.net (Postfix) with ESMTP id A618A7E837; Tue, 9 Jun 2009 05:12:20 -0800 (AKDT) From: Mel Flynn To: dave.mehler@gmail.com Date: Tue, 9 Jun 2009 05:12:19 -0800 User-Agent: KMail/1.11.3 (FreeBSD/8.0-CURRENT; KDE/4.2.3; i386; ; ) References: <9AE9476A24004CDC9715B8E27E401AFD@hades> In-Reply-To: <9AE9476A24004CDC9715B8E27E401AFD@hades> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200906090512.19762.mel.flynn+fbsd.questions@mailing.thruhere.net> Cc: freebsd-questions@freebsd.org Subject: Re: issue with dhcp and dns 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: Tue, 09 Jun 2009 13:12:21 -0000 On Sunday 07 June 2009 13:42:36 Dave wrote: > I'm trying to get dhcp and dns going ddns on FreeBSD 7.2. In my > dhcpd.leases file i see the forward and reverse information given on the > lease. A host fqdn and a host IP address both return correct dns > information on this host. My issue is if i check the forward and reverse > zone files i do not see records for the new host. I do see two .jnl files. You forgot to read the basics of Dynamic DNS: https://www.isc.org/software/bind/documentation/arm95#journal > In > /var/log/messages i do see the error about the working directory not being > writable The warning can be ignored and it doesn't make sense to warn about it in the first place. -- Mel