From owner-freebsd-questions Wed Apr 28 1:41:52 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mta1-rme.xtra.co.nz (mta.xtra.co.nz [203.96.92.1]) by hub.freebsd.org (Postfix) with ESMTP id C4B1B14E0F for ; Wed, 28 Apr 1999 01:41:50 -0700 (PDT) (envelope-from junkmale@pop3.xtra.co.nz) Received: from wocker ([210.55.152.128]) by mta1-rme.xtra.co.nz (InterMail v04.00.02.07 201-227-108) with SMTP id <19990428084339.BNYT5596385.mta1-rme@wocker>; Wed, 28 Apr 1999 20:43:39 +1200 From: "Dan Langille" Organization: The FreeBSD Diary To: Zulkarnain Date: Wed, 28 Apr 1999 20:41:48 +1200 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: tcp_wrappers Reply-To: junkmale@xtra.co.nz Cc: freebsd-questions@FreeBSD.ORG References: <19990427195221.TXDN5596385.mta1-rme@wocker> In-reply-to: X-mailer: Pegasus Mail for Win32 (v3.01d) Message-Id: <19990428084339.BNYT5596385.mta1-rme@wocker> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 28 Apr 99, at 14:43, Zulkarnain wrote: > > That looks right. I also use the -h option on telentd. > > > > > ------ /etc/syslog.conf ----- > > > # $Id: syslog.conf,v 1.9 1998/10/14 21:59:55 nate Exp $ > > > # > > > # Spaces are NOT valid field separators in this file. > > > # Consult the syslog.conf(5) manpage. > > > *.err;kern.debug;auth.notice;mail.crit /dev/console > > > *.notice;kern.debug;lpr.info;mail.crit;news.err /var/log/messages > > > mail.info /var/log/maillog lpr.info /var/log/lpd-errs > > > cron.* /var/cron/log *.err root *.notice;news.err root > > > *.alert root *.emerg * > > > # uncomment these if you're running inn > > > # news.crit /var/log/news/news.crit > > > # news.err /var/log/news/news.err > > > # news.notice /var/log/news/news.notice > > > !startslip > > > *.* /var/log/slip.log > > > !ppp > > > *.* /var/log/ppp.log > > > !ftpd > > > *.* /var/log/ftpd > > > !fingerd > > > *.*;daemon.notice /var/log/fingerd > > > auth.*;authpriv.* /var/log/auth.log > > > local0.* /var/log/tcpd.log > > > local0.info;local0.debug /var/log/firewall.log > > > local0.err /var/log/firewall.err > > > !popper > > > *.* /var/log/popper.log > > > !telnetd > > > *.* /var/log/telnetd > > > > I am not sure what the problem is here. I *think* it may be the > > auth.notice bit in the /dev/console. Does the missing message appear on > > the console? Try changing "auth.notice" to "auth.none;authpriv.none" on > > the /dev/console line and see what happens. Again, I'm guessing. > > I has tried, but tcp_wrappers still not working correctly :( After having something to eat and thinking a bit more, I'll try again. You did not answer my question. Does the missing message appear on the console? In other words, does any message appear on the FreeBSD computer screen when you telnet in from another box? You may have to be logged into the console as root for this to appear. Did you try changing this: *.err;kern.debug;auth.notice;mail.crit /dev/console to *.err;kern.debug;auth.none;authpriv.nonemail.crit /dev/console Did you restart inetd? (e.g. killall -HUP inetd). -- Dan Langille - DVL Software Limited The FreeBSD Diary - http://www.FreeBSDDiary.org/freebsd/ NZ FreeBSD User Group - http://www.nzfug.nz.freebsd.org/ The Racing System - http://www.racingsystem.com/racingsystem.htm To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message