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/ _______________________________________________ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"