From owner-freebsd-questions@FreeBSD.ORG Fri Sep 26 04:36:09 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0907D106568D for ; Fri, 26 Sep 2008 04:36:09 +0000 (UTC) (envelope-from agus.262@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.244]) by mx1.freebsd.org (Postfix) with ESMTP id B6DAB8FC28 for ; Fri, 26 Sep 2008 04:36:08 +0000 (UTC) (envelope-from agus.262@gmail.com) Received: by an-out-0708.google.com with SMTP id b33so47160ana.13 for ; Thu, 25 Sep 2008 21:36:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=H/Tb5CWSXYzKGoOD0IjdO80hR1oBVRsup98CGRHnwJI=; b=K4wewdbLW5cDJ42euKKoVlH3X1TrqHARlfT5XO5IOuEXyt8nQQHqDNi8b5MH6R+znH yzZjdKuVsY6wFB+yD6TUhNhugFCij1s+D8JlE5aIJn0mw7ZYnAGsVooooBisnzP06jvw J7y/h4f01ytGV7k1aBeGZFwVYJzDXQW3U1C4U= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=LE8lvcMDn1IEorxonP8FLRbapiMpQPvTUURojswEMjqfmSkJcTIDuixQgGuPR21kyK 3Xyi0jWwSk8tiOb3tm1zlHRB4acZYHizWKuo9E/wIi7LxqbPmozoDX9ptEDG6sJeDL1a dVluT4aD8RYN4pHWw2e3QBmXY7NRDmWT1V5II= Received: by 10.100.41.9 with SMTP id o9mr633153ano.84.1222403767302; Thu, 25 Sep 2008 21:36:07 -0700 (PDT) Received: by 10.100.94.20 with HTTP; Thu, 25 Sep 2008 21:36:07 -0700 (PDT) Message-ID: Date: Fri, 26 Sep 2008 01:36:07 -0300 From: Agus To: Eric In-Reply-To: <48DC586B.2040705@mikestammer.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <48DC586B.2040705@mikestammer.com> Cc: FreeBSD Questions Subject: Re: Identd question... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Sep 2008 04:36:09 -0000 2008/9/26 Eric : > Agus wrote: >> >> Hi guys, >> >> Just wondering if i can have like a "central" ident server on my >> LAN....thats cause my boxes are behind A NAT so i can only forward >> identd requests to one....and i mean like a fake one..cause the >> process may be on one of the other boxes that require de ident, is >> clear?...i read about fakeidentd....just wanted to ask your opinion or >> experience on this.... >> > > > i found liedent to work the best for me. i used it primarily for irc servers > that wanted an ident response. just forward the port to your bsd box behind > the firewall and it should work > Cool... Exactly that will be the main use...IRC servers....i will redirect the port to one box where i will keep that liedent server... Sahil, The problem is that i have few boxes behind a NAT so IRC servers asking for identd are blocke in the FW....and i cant redirect/forward port 113 to all boxes...i can only to one...so i need an identd that would fake the response cause the process being asked by the identd will not be in that box...So if its a common identd it will respond with ERROR-USER UNKNOWN or sthg similar... Thanks for sharing, Agustin