From owner-freebsd-questions Mon Nov 8 10:16:47 1999 Delivered-To: freebsd-questions@freebsd.org Received: from chickasaw.gate.net (chickasaw.gate.net [198.206.134.26]) by hub.freebsd.org (Postfix) with ESMTP id E4BFE14C1E for ; Mon, 8 Nov 1999 10:16:24 -0800 (PST) (envelope-from wjm@gate.net) Received: from tiwa.gate.net (wjm@tiwa.gate.net [199.227.0.141]) by chickasaw.gate.net (8.8.6/8.6.12) with ESMTP id NAA60404; Mon, 8 Nov 1999 13:16:22 -0500 Received: from localhost (wjm@localhost) by tiwa.gate.net (8.8.6/8.7.3) with ESMTP id NAA42896; Mon, 8 Nov 1999 13:16:28 -0500 X-Authentication-Warning: tiwa.gate.net: wjm owned process doing -bs Date: Mon, 8 Nov 1999 13:16:26 -0500 (EST) From: William Melanson To: Arcady Genkin Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Logging inetd and all connections/failures In-Reply-To: <87hfiza18j.fsf@main.wgaf.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 6 Nov 1999, Arcady Genkin wrote: % % Trying to make inetd and syslog log every connection attempt, I have % added to my rc.conf.local: % % inetd_flags="-lwW" % log_in_vain="YES" I added the following line to /etc/syslog.conf to reflect all logging/ authentication messages to /var/auth.log. auth.info /var/log/auth.log More info can be found at syslog(3), syslogd(8) and syslog.conf(5). - Bill To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message