From owner-freebsd-questions Sun Feb 14 18:44:47 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA17817 for freebsd-questions-outgoing; Sun, 14 Feb 1999 18:44:47 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from isis.dynip.com ([139.141.220.12]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA17808 for ; Sun, 14 Feb 1999 18:44:20 -0800 (PST) (envelope-from root@isis.dynip.com) From: root@isis.dynip.com Received: (from root@localhost) by isis.dynip.com (8.9.2/8.9.1) id FAA26798; Mon, 15 Feb 1999 05:42:38 +0300 (AST) (envelope-from root) Message-Id: <199902150242.FAA26798@isis.dynip.com> Date: Mon, 15 Feb 1999 05:42:22 +0300 (AST) Reply-To: root@isis.dynip.com Subject: Re: tcp wrappers/identing To: knollm@lafcol.lafayette.edu cc: freebsd-questions@FreeBSD.ORG In-Reply-To: MIME-Version: 1.0 Content-Type: TEXT/plain; CHARSET=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 14 Feb, Mike Knoll wrote: > I want to ident all incoming connection, like tcp wrappers will do, but > not require ident to connect. Just to log the ident response, if > avaliable. TCP wrappers will ident, but the require the ident to complete > before they will pass control over to the actual demon. Is there an app > that will accept the connection, run the demon so the incoming user gets > immediate response, and at the same time, ident the connection? > > Mike > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message What is it that you want, this way you will loose the option to do something to unwanted traffic, unlessyou are testing something. Connection using tcpwrapper is immediate in sense that neither the user, nor the sysadmin will ever complaain of wrapper causing slowing in traffic. In case you just need it done, you may hack the tcwraper source code to do that for you, but I recommend changing the name to ( repparw ) if you see what I mean :-) adios amigo. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message