From owner-freebsd-questions@FreeBSD.ORG Fri Aug 8 14:50:48 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 BBFDD37B401 for ; Fri, 8 Aug 2003 14:50:48 -0700 (PDT) Received: from munk.nu (213-152-51-194.dsl.eclipse.net.uk [213.152.51.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED45143FAF for ; Fri, 8 Aug 2003 14:50:47 -0700 (PDT) (envelope-from munk@munk.nu) Received: from munk by munk.nu with local (Exim 4.20) id 19lF8I-000Mlq-LK for freebsd-questions@freebsd.org; Fri, 08 Aug 2003 22:50:46 +0100 Date: Fri, 8 Aug 2003 22:50:46 +0100 From: Jez Hancock To: freebsd-questions@freebsd.org Message-ID: <20030808215046.GA84179@users.munk.nu> Mail-Followup-To: freebsd-questions@freebsd.org References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i Sender: User Munk Subject: Re: Server Ident 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: Fri, 08 Aug 2003 21:50:49 -0000 On Fri, Aug 08, 2003 at 09:03:14PM +0000, Dead Line wrote: > Hello everybody > > > I'm on FreeBSD 4.8-R. > I installed pidentd package from /ports > and i uncomment the line > > auth stream tcp wait root /usr/local/sbin/identd identd -w > -t120 > > But seems its still not working, when i telnet to ip port 113 it doesnot > accept. You need to actually have an identd server located at /usr/local/sbin/identd otherwise this won't work. I'm using oidentd from the ports which works nicely. cd /usr/ports/security/oidentd && make clean install haven't installed it for a while so read the instructions carefully :) oidentd runs as a standalone daemon so you don't need to worry about setting it up via inetd. FWIW my /etc/oidentd.conf looks like: default { default { deny spoof deny spoof_all deny spoof_privport allow random_numeric allow numeric allow hide } } -- Jez http://www.munk.nu/