From owner-freebsd-questions@FreeBSD.ORG Sun Nov 28 01:07:30 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 EB90116A4CE for ; Sun, 28 Nov 2004 01:07:30 +0000 (GMT) Received: from server1.aaawebsolution.com (server1.aaawebsolution.com [72.3.131.51]) by mx1.FreeBSD.org (Postfix) with ESMTP id A26D743D54 for ; Sun, 28 Nov 2004 01:07:30 +0000 (GMT) (envelope-from tscrum@aaawebsolution.com) Received: from wolf (68-64-190-25.atlsfl.adelphia.net [68.64.190.25]) (authenticated bits=0)iAS17kXW054853 for ; Sat, 27 Nov 2004 20:07:54 -0500 (EST) (envelope-from tscrum@aaawebsolution.com) From: "Thomas S. Crum - AAA Web Solution, Inc." To: Date: Sat, 27 Nov 2004 20:07:26 -0500 Message-ID: <001e01c4d4e6$a32ae340$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 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Subject: port 53 connection attempts from localhost 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: Sun, 28 Nov 2004 01:07:31 -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