From owner-freebsd-questions@FreeBSD.ORG Fri Jan 7 23:06:39 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7AE4D16A4CE for ; Fri, 7 Jan 2005 23:06:39 +0000 (GMT) Received: from lp1001.snu.ac.kr (lp1001.snu.ac.kr [147.46.70.11]) by mx1.FreeBSD.org (Postfix) with ESMTP id D81E643D31 for ; Fri, 7 Jan 2005 23:06:38 +0000 (GMT) (envelope-from spamrefuse@yahoo.com) Received: from [IPv6:::1] (localhost [127.0.0.1]) (authenticated (0 bits)) by lp1001.snu.ac.kr (8.13.1/8.11.6) with ESMTP id j07N4EJT010563 for ; Sat, 8 Jan 2005 08:04:15 +0900 Message-ID: <41DF15F8.1070900@yahoo.com> Date: Sat, 08 Jan 2005 08:06:32 +0900 From: Rob User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.5) Gecko/20050105 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <343219484.20050107233602@wanadoo.fr> In-Reply-To: <343219484.20050107233602@wanadoo.fr> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: Is there a problem with syslogd -a? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jan 2005 23:06:39 -0000 Anthony Atkielski wrote: > Is there any kind of problem with syslogd and the -a option? I've tried > all sorts of variations (-a 10.0.0.x, -a 10.0.0.x/24, -a On 5.3, I have following in rc.conf: syslogd_flags="-a 192.168.123.0/24 -b 192.168.123.254" on the machine that has IP 192.168.123.254. It serves a cluster of 192.168.123.X with X = 1 to 7 /etc/syslog.conf on the 192.168.123.X PCs has: *.* @192.168.123.254 and all syslog messages arrive on 192.168.123.254 and are stored there. Rob.