From owner-freebsd-questions@FreeBSD.ORG Tue Jan 20 21:55:57 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 C537416A4CE for ; Tue, 20 Jan 2004 21:55:57 -0800 (PST) Received: from madras.dyndns.org (dsl-137.241.240.220.dsl.comindico.com.au [220.240.241.137]) by mx1.FreeBSD.org (Postfix) with ESMTP id D462043D1F for ; Tue, 20 Jan 2004 21:55:55 -0800 (PST) (envelope-from ggop@madras.dyndns.org) Received: from madras.dyndns.org (localhost [127.0.0.1]) by madras.dyndns.org (8.12.10/8.12.10) with ESMTP id i0L5sFI7008830; Wed, 21 Jan 2004 16:54:15 +1100 (EST) (envelope-from ggop@madras.dyndns.org) Received: (from ggop@localhost) by madras.dyndns.org (8.12.10/8.12.10/Submit) id i0L5sFgP008829; Wed, 21 Jan 2004 16:54:15 +1100 (EST) (envelope-from ggop) Date: Wed, 21 Jan 2004 16:54:14 +1100 From: Gautam Gopalakrishnan To: Charlie Schluting Message-ID: <20040121055414.GA8771@madras.dyndns.org> References: <200401201537.KAA16833502@shell.TheWorld.com> <400E1113.5020806@schluting.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <400E1113.5020806@schluting.com> User-Agent: Mutt/1.4.1i cc: freebsd-questions@freebsd.org Subject: Re: DNS access on private (RFC 1918) network 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: Wed, 21 Jan 2004 05:55:57 -0000 On Tue, Jan 20, 2004 at 09:41:39PM -0800, Charlie Schluting wrote: > Kenneth W Cochran wrote: > > >Hello: > > > >I get messages like the following in my syslog all the time: > > > >Jan 20 09:00:40 localhost /kernel: Connection attempt to > >UDP 192.168.0.1:1990 from 192.168.0.1:53 > >Jan 20 09:02:48 localhost /kernel: Connection attempt to > >UDP 192.168.0.1:2052 from 192.168.0.1:53 > > WOW! Someone else with this problem! > Its doing this because you're logging connection attempts to ports that > aren't listening. I don't know why the attempts happens. I get hundreds > of these a day: > Connection attempt to UDP 127.0.0.1:50675 from 127.0.0.1:53 > Connection attempt to UDP 127.0.0.1:54731 from 127.0.0.1:53 > Connection attempt to UDP 127.0.0.1:54730 from 127.0.0.1:53 > Connection attempt to UDP 127.0.0.1:54807 from 127.0.0.1:53 > > Strangely enough, mine are all to -> from locahost. Possibly because > this box has a real address? udp:53 is DNS. Maybe your apps are looking a named on your machine... Just my newbie guess. Gautam