From owner-freebsd-questions Sat Mar 8 17:53:38 2003 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 F3BF637B401 for ; Sat, 8 Mar 2003 17:53:36 -0800 (PST) Received: from chimera.noanet.net (chimera.noanet.net [66.119.192.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 091B443FAF for ; Sat, 8 Mar 2003 17:53:36 -0800 (PST) (envelope-from mksmith@noanet.net) Received: from chimera.noanet.net (localhost [127.0.0.1]) by chimera.noanet.net (8.12.2/8.12.2) with ESMTP id h291rTkT075546; Sat, 8 Mar 2003 17:53:29 -0800 (PST) Received: from localhost (mksmith@localhost) by chimera.noanet.net (8.12.2/8.12.2/Submit) with ESMTP id h291rTk7075543; Sat, 8 Mar 2003 17:53:29 -0800 (PST) X-Authentication-Warning: chimera.noanet.net: mksmith owned process doing -bs Date: Sat, 8 Mar 2003 17:53:29 -0800 (PST) From: "Michael K. Smith" To: Chuck Rock Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Syslog problem In-Reply-To: Message-ID: <20030308174700.C73817-100000@chimera.noanet.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello Chuck: On Sat, 8 Mar 2003, Chuck Rock wrote: > For the last few versions of FreeBSD, I have not been able to get my syslog > to log my dial-up pool from my Cisco router. > > I changed the syslog startup flags in rc.conf. > > I'm running it now as /usr/sbin/syslogd -a 207.206.185.1/27 -a > 209.83.132.1/27 > This might be your issue, because you haven't specified the service after you subnet. Try the following: /usr/sbin/syslogd -a 207.206.185.1/27:* -a 209.83.132.1/27:* Mike To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message