From owner-freebsd-questions@FreeBSD.ORG Sat Nov 27 21:44:24 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 836C416A4CE for ; Sat, 27 Nov 2004 21:44:24 +0000 (GMT) Received: from server1.aaawebsolution.com (server1.aaawebsolution.com [72.3.131.51]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C5F343D46 for ; Sat, 27 Nov 2004 21:44:24 +0000 (GMT) (envelope-from tscrum@aaawebsolution.com) Received: from wolf (68-64-190-25.atlsfl.adelphia.net [68.64.190.25]) (authenticated bits=0)iARLihu0051898 for ; Sat, 27 Nov 2004 16:44:47 -0500 (EST) (envelope-from tscrum@aaawebsolution.com) From: "Thomas S. Crum - AAA Web Solution, Inc." To: Date: Sat, 27 Nov 2004 16:44:24 -0500 Message-ID: <000601c4d4ca$434c6960$0200a8c0@wolf> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.6626 In-Reply-To: <200411272152.27741.Danovitsch@vitsch.net> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Subject: Port 53 requests happening a few times per second X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Nov 2004 21:44:24 -0000 Here is the situation, I run bind as a root nameserver and all appears = to be operating normally (no apparent problems). But, log_in_vain is = reporting to messages a few times per second that port 53 is being queried and = nothing "appears" to be listing on it. I monitored my forwarders ip addresses = and they reply fine. I found a reference to search for "bind timeout problem", but could find nothing that looked like any help. Any ideas? Couple of stats: FreeBSD 4.10 BIND 8.3.7-REL using 2 forwarders 127.0.0.1 in resolve.conf log_in_vain=3D"YES" in rc.conf allow all from any to any via lo0 in ipfw server1# tail /var/log/messages Nov 27 16:28:17 server1 /kernel: Connection attempt to UDP = 127.0.0.1:3350 from 127.0.0.1:53 Nov 27 16:28:18 server1 /kernel: Connection attempt to UDP = 127.0.0.1:1750 from 127.0.0.1:53 Nov 27 16:28:18 server1 /kernel: Connection attempt to UDP = 127.0.0.1:4321 from 127.0.0.1:53 Nov 27 16:28:18 server1 /kernel: Connection attempt to UDP = 127.0.0.1:4071 from 127.0.0.1:53 Nov 27 16:28:18 server1 /kernel: Connection attempt to UDP = 127.0.0.1:3037 from 127.0.0.1:53 Nov 27 16:28:18 server1 /kernel: Connection attempt to UDP = 127.0.0.1:4384 from 127.0.0.1:53 Nov 27 16:28:19 server1 /kernel: Connection attempt to UDP = 127.0.0.1:4566 from 127.0.0.1:53 Nov 27 16:28:19 server1 /kernel: Connection attempt to UDP = 127.0.0.1:1155 from 127.0.0.1:53 Nov 27 16:28:19 server1 /kernel: Connection attempt to UDP = 127.0.0.1:2761 from 127.0.0.1:53 Nov 27 16:28:20 server1 /kernel: Connection attempt to UDP = 127.0.0.1:3553 from 127.0.0.1:53 Best, Thomas S. Crum