From owner-freebsd-questions Mon Jun 26 11:43:15 2000 Delivered-To: freebsd-questions@freebsd.org Received: from backup.af.speednet.com.au (af.speednet.com.au [202.135.188.244]) by hub.freebsd.org (Postfix) with ESMTP id E672B37B72F for ; Mon, 26 Jun 2000 11:43:10 -0700 (PDT) (envelope-from andyf@speednet.com.au) Received: from backup.af.speednet.com.au (andyf@backup.af.speednet.com.au [172.22.2.4]) by backup.af.speednet.com.au (8.9.3/8.9.3) with ESMTP id EAA20438; Tue, 27 Jun 2000 04:42:51 +1000 (EST) (envelope-from andyf@speednet.com.au) Date: Tue, 27 Jun 2000 04:42:50 +1000 (EST) From: Andy Farkas X-Sender: andyf@backup.af.speednet.com.au To: Mike Cc: freebsd-questions@FreeBSD.ORG Subject: Re: telnet log? In-Reply-To: <4.3.1.2.20000625134256.00b07980@mail.mikesweb.com> 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 Sun, 25 Jun 2000, Mike wrote: > Is there a log of, or a way to log any attempts to telnet into your server? > Thanks > Mike This would be a function of inetd(8). add a '-l' to the 'inetd_flags' in your rc.conf. Here is what's in mine: inetd_flags="-l -wW -C 256 -R 1024" # Optional flags to inetd. -- :{ andyf@speednet.com.au Andy Farkas System Administrator Speednet Communications http://www.speednet.com.au/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message