Date: Mon, 15 Feb 1999 05:42:22 +0300 (AST) From: root@isis.dynip.com To: knollm@lafcol.lafayette.edu Cc: freebsd-questions@FreeBSD.ORG Subject: Re: tcp wrappers/identing Message-ID: <199902150242.FAA26798@isis.dynip.com> In-Reply-To: <Pine.SOL.3.96.990214191240.8548A-100000@lafcol.lafayette.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199902150242.FAA26798>