From owner-freebsd-questions@FreeBSD.ORG Wed Jan 17 21:48:54 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0DA8916A415 for ; Wed, 17 Jan 2007 21:48:54 +0000 (UTC) (envelope-from applecom@inbox.ru) Received: from mx33.mail.ru (mx33.mail.ru [194.67.23.194]) by mx1.freebsd.org (Postfix) with ESMTP id C29F013C459 for ; Wed, 17 Jan 2007 21:48:53 +0000 (UTC) (envelope-from applecom@inbox.ru) Received: from [85.115.165.63] (port=23085 helo=xml.opera.com) by mx33.mail.ru with asmtp id 1H7IeK-000GGu-00; Thu, 18 Jan 2007 00:48:52 +0300 Date: Thu, 18 Jan 2007 02:48:47 +0500 To: Agus From: applecom@inbox.ru Content-Type: text/plain; format=flowed; delsp=yes; charset=iso-8859-1 MIME-Version: 1.0 References: Content-Transfer-Encoding: Quoted-Printable Message-ID: In-Reply-To: User-Agent: Opera Mail/9.10 (FreeBSD) Cc: freebsd-questions@freebsd.org Subject: Re: Disable syslogd 514.. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Jan 2007 21:48:54 -0000 On Thu, 18 Jan 2007 01:33:13 +0500, Agus wrote: > Hi.... > doing a netstat -an i see that syslog is listening in UDP port 514....= .i = > am > trying to disable it, but no luck.... > i checked the rc.conf but there is nothing there.....what do u = > recommend? to > disable it or to leave it? > I do not use the machine as a remote syslog server so i cant see the > use.....but who knows.. From syslogd(8): "-s Operate in secure mode. Do not log messages from remote machines. If specified twice, no network socket will be opene= d at all, which also disables logging to remote machines." So 'syslogd_flags=3D"-ss"' can be added to /etc/rc.conf.