ipchains packet monitoring

2000-11-10 Thread Lee Howard
I have a line: kern.=info /var/log/ipchains in my /etc/syslog.conf file to route ipchains packet forwarding information to the given file. This is working well. However... the same information is *still* going to /var/log/messages, and I do not want this to happen. I monitor

Re: ipchains packet monitoring

2000-11-10 Thread Marco Shaw
A full dump of your /etc/syslog.conf would be appropriate. You could possibly have a '*' somewhere to indicate everything... Marco - Original Message - From: "Lee Howard" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, November 10, 2000 3:54 PM Subject: ipchains packet

Re: ipchains packet monitoring

2000-11-10 Thread Lee Howard
possibly have a '*' somewhere to indicate everything... Marco - Original Message - From: "Lee Howard" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, November 10, 2000 3:54 PM Subject: ipchains packet monitoring I have a line: kern.=info /var/log/ipchains

Re: ipchains packet monitoring

2000-11-10 Thread Marco Shaw
November 10, 2000 5:36 PM Subject: Re: ipchains packet monitoring Here's the problem line: *.info;mail.none;news.none;authpriv.none/var/log/messages How do I change that *.info to not include kern=.info ? Thanks. Lee. At 05:07 PM 11/10/00 -0400, Marco Shaw wrote: A fu

Re: ipchains packet monitoring

2000-11-10 Thread Mikkel L. Ellertson
On Fri, 10 Nov 2000, Lee Howard wrote: Here's the problem line: *.info;mail.none;news.none;authpriv.none/var/log/messages How do I change that *.info to not include kern=.info ? Thanks. Lee. Try changing it to: *.info;kern.!=info;mail.none;news.none;authpriv.none

Re: ipchains packet monitoring

2000-11-10 Thread Lee Howard
At 03:56 PM 11/10/00 -0600, Mikkel L. Ellertson wrote: On Fri, 10 Nov 2000, Lee Howard wrote: Here's the problem line: *.info;mail.none;news.none;authpriv.none/var/log/messages How do I change that *.info to not include kern=.info ? Thanks. Lee. Try changing it