Date: Sat, 7 Jul 2001 01:18:08 -0700 From: "Crist J. Clark" <cristjc@earthlink.net> To: smnoldelinux@mediaone.net Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Syslogd on FreeBSD-4.3 Message-ID: <20010707011808.B408@blossom.cjclark.org> In-Reply-To: <20010706103447.F5246-100000@bsd.smnolde.com>; from scott.nolde@mediaone.net on Fri, Jul 06, 2001 at 10:40:15AM -0400 References: <20010706103447.F5246-100000@bsd.smnolde.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Jul 06, 2001 at 10:40:15AM -0400, scott.nolde@mediaone.net wrote: > I'm trying to log syslog messages from a cisco 3640 router onto a > FreeBSD-4.3-STABLE box and am not having much success. Uhhh... Didn't you ask this same question on here about four days ago? I gave the answer then. > I see the udp packets arriving at the nic interface, but syslogd is not > logging at all. > > My syslog is enable in /etc/rc.conf adn the command line for syslogd is: > syslogd -a 192.168.10.100:* This is not the correct syntax. You mean, # syslogd -a 192.168.10.100/32:* The rule as you wrote it will never match anything (until I MFC the fix I put in CURRENT). > And in /etc/syslog.conf to catch everything I have: > *.* /var/log/all > > Someone mentioned an alternative program in ports for syslog earlier, but > I lost the email in a system recovery and the answer was not copied back > to -questions. Ah. That what happened to my response? -- Crist J. Clark cjclark@alum.mit.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010707011808.B408>