From owner-freebsd-questions@FreeBSD.ORG Sun Nov 9 12:19:41 2003 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 5587816A4CE for ; Sun, 9 Nov 2003 12:19:41 -0800 (PST) Received: from mta4.rcsntx.swbell.net (mta4.rcsntx.swbell.net [151.164.30.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E07D43FEA for ; Sun, 9 Nov 2003 12:19:40 -0800 (PST) (envelope-from mbsd@pacbell.net) Received: from sotec.home (adsl-66-126-168-224.dsl.snfc21.pacbell.net [66.126.168.224])hA9KJcof025540; Sun, 9 Nov 2003 14:19:39 -0600 (CST) Date: Sun, 9 Nov 2003 12:19:38 -0800 (PST) From: =?ISO-8859-1?Q?Mikko_Ty=F6l=E4j=E4rvi?= X-X-Sender: mikko@sotec.home To: =?ISO-8859-2?Q?Gannater_J=E1nos?= In-Reply-To: Message-ID: <20031109121720.E9450@sotec.home> References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=ISO-8859-1 Content-Transfer-Encoding: 8BIT cc: freebsd-questions@freebsd.org Subject: Re: Something with port 53 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, 09 Nov 2003 20:19:41 -0000 On Sun, 9 Nov 2003, [ISO-8859-2] Gannater János wrote: > Hello, > > I've posted this question to the freebsd-newbies list, but there nobody > could answer it. > Please help me with this qestion... > > I have a box with 2 IP addresses (with aliases). > I usually get these error messages: > Connection attempt to UDP IP_ADDR_1:1409 from IP_ADDR_2:53 > What does this mean? It looks an awful lot like DNS replies from a server in IP_ADDR_2 to a client that has stopped waiting for a response and closed its socket. Pretty normal. > I don't have any DNS server installed on the computer and the firewall > is disabled on the system as well. Are you sure...? > etc/hosts: > ::1 localhost localhost.domain.com > 127.0.0.1 localhost localhost.domain.com > IP_ADDR_1 www.domain.com www > IP_ADDR_2 mail.domain.com mail > > etc/sysctl.conf > net.inet.udp.blackhole=1 What about net.inet.udp.log_in_vain? $.02, /Mikko