Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Apr 1999 20:41:48 +1200
From:      "Dan Langille" <junkmale@xtra.co.nz>
To:        Zulkarnain <zul@unsyiah.ac.id>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: tcp_wrappers
Message-ID:  <19990428084339.BNYT5596385.mta1-rme@wocker>
In-Reply-To: <Pine.BSF.4.05.9904281407190.1928-100000@pinto.unsyiah.ac.id>
References:  <19990427195221.TXDN5596385.mta1-rme@wocker>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19990428084339.BNYT5596385.mta1-rme>