From owner-freebsd-questions@FreeBSD.ORG Thu Aug 26 13:54:58 2004 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 CDA5316A4CE for ; Thu, 26 Aug 2004 13:54:58 +0000 (GMT) Received: from ptb-relay02.plus.net (ptb-relay02.plus.net [212.159.14.213]) by mx1.FreeBSD.org (Postfix) with ESMTP id 855FE43D45 for ; Thu, 26 Aug 2004 13:54:58 +0000 (GMT) (envelope-from marko@freebsd.org) Received: from movens.plus.com ([80.229.231.20] helo=[127.0.0.1]) by ptb-relay02.plus.net with esmtp (Exim) id 1C0KiP-0005FI-E5 for freebsd-questions@freebsd.org; Thu, 26 Aug 2004 13:54:57 +0000 Message-ID: <412DEC16.1020901@freebsd.org> Date: Thu, 26 Aug 2004 14:56:38 +0100 From: Mark Ovens User-Agent: Mozilla Thunderbird 7.0 (Windows/20040815) X-Accept-Language: en-gb, en-us MIME-Version: 1.0 To: FreeBSD Questions References: <412DCFB7.1000502@freebsd.org> <20040826125355.GA48259@bsd.net> <412DE60C.2080908@freebsd.org> <20040826134323.GA51006@bsd.net> In-Reply-To: <20040826134323.GA51006@bsd.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: Logging router errors using syslog 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: Thu, 26 Aug 2004 13:54:58 -0000 Martin Hasenbein wrote: > On 26 Aug 2004 (15:30:52) [1093527052], Mark Ovens wrote: > > Hi Mark, > >> Thanks, yes, I was. I've changed it and restarted without ''-s'' but it >> still doesn't appear to be logging anything - I configured the router to >> log everything so the file should grow quite quickly. >> >> Do you have any other idea(s)? > > are you running some kind of firewall, like ipfilter or ipfw? No, I'm not. > If so, did you open Port 514/UDP? > What happens, if you change this line in /etc/syslog.conf > > local2 /var/log/router/zyxel > > to > > local2.* /var/log/router/zyxel > > and restart? > It is actually local2.*, it was a typo in my original post, sorry. Regards, Mark