From owner-freebsd-questions@FreeBSD.ORG Fri Nov 21 17:11: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 5C2C716A54F for ; Fri, 21 Nov 2003 17:11:41 -0800 (PST) Received: from sccrmhc12.comcast.net (sccrmhc12.comcast.net [204.127.202.56]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A13D43F3F for ; Fri, 21 Nov 2003 17:11:40 -0800 (PST) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from be-well.no-ip.com ([66.30.200.37]) by comcast.net (sccrmhc12) with ESMTP id <20031122011139012002v74me>; Sat, 22 Nov 2003 01:11:39 +0000 Received: by be-well.no-ip.com (Postfix, from userid 1147) id 3475E3A; Fri, 21 Nov 2003 20:11:39 -0500 (EST) Sender: lowell@be-well.ilk.org To: Antoine Jacoutot References: <200311201442.32136.ajacoutot@lphp.org> From: Lowell Gilbert Date: 21 Nov 2003 20:11:39 -0500 In-Reply-To: <200311201442.32136.ajacoutot@lphp.org> Message-ID: <44wu9tmcl0.fsf@be-well.ilk.org> Lines: 15 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: freebsd-questions@freebsd.org Subject: Re: tcp wrappers getaddrinfo X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Nov 2003 01:11:41 -0000 Antoine Jacoutot writes: > I get a lot of those warning messages in my logs. > Is there any way I could tell inetd / tcp wrappers to turn those off ? > > inetd[93598]: warning: /etc/hosts.allow, line 23: can't verify hostname: > getaddrinfo(xxxxxxxx.imaginet.fr, AF_INET) failed > > I know what it means, the only thing I don't know how to achieve is to turn > this off :) Have you modified the rule at line 23 of /etc/hosts.allow? Normally, it's ALL : ALL : allow which as far as I recall, never does any hostname lookups at all.