From owner-freebsd-questions@FreeBSD.ORG Mon Jun 11 19:06:34 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 978B216A469 for ; Mon, 11 Jun 2007 19:06:34 +0000 (UTC) (envelope-from admin2@enabled.com) Received: from typhoon.enabled.com (typhoon.enabled.com [216.218.220.21]) by mx1.freebsd.org (Postfix) with ESMTP id 8229A13C45B for ; Mon, 11 Jun 2007 19:06:34 +0000 (UTC) (envelope-from admin2@enabled.com) Received: from [172.24.241.13] (natint3.juniper.net [66.129.224.36]) (authenticated bits=0) by typhoon.enabled.com (8.14.1/8.14.1) with ESMTP id l5BImfvr066380 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Mon, 11 Jun 2007 11:48:42 -0700 (PDT) (envelope-from admin2@enabled.com) Message-ID: <466D9908.2080900@enabled.com> Date: Mon, 11 Jun 2007 11:48:40 -0700 From: Noah User-Agent: Thunderbird 1.5.0.12 (Macintosh/20070509) MIME-Version: 1.0 To: User Questions Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: dhclient: Can't update forward map bogus ... timed out 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: Mon, 11 Jun 2007 19:06:34 -0000 HI List Folk, I recently added firewall filters to my home linux box, and now I am experiencing named errors. I am running DDNS that sends out updates for my dynamically assigned IP address for the router/linux box at the edge of my home network. It appears that those updates periodically time out. I can telnet from the linux box to port 53 of the DNS server just fine. It appears that the logging on the server side is not working as well. syslog is certainly running on the machine. I have directory permissions set correctly. here is my configuration: --- logging configuration --- logging { channel simple_log { file "/var/log/named/bind.log" versions 3 size 5m; severity warning; print-time yes; print-severity yes; print-category yes; }; category default{ simple_log; }; category dnssec { security_log; }; category update { security_log; }; category security { security_log; }; channel security_log { file "/var/log/named/dns-security.log" versions 5 size 20m; print-time yes; print-category yes; print-severity yes; severity info; }; }; --- logging configuration --- # ls -ld /var/log/named/ drwx------ 2 bind wheel 512 Jun 11 08:19 /var/log/named/ # ls -l /var/log/named/ total 0 ps -auxww | grep syslog root 68320 0.0 0.0 1376 988 ?? Is 8:26AM 0:00.01 /usr/sbin/syslogd -l /var/run/log -l /var/named/var/run/log -s dns server side system info # pkg_info | grep bind bind9-9.3.4 Completely new version of the BIND DNS suite with updated D FreeBSD-6.2 --- snip --- Jun 11 07:17:10 hostname dhclient: Can't update forward map bogus.domain.com. to 10.0.0.1: timed out --- sinp ---