Re: Don't display firewall messages to screen

2002-09-10 Thread William Wong
ot;Tom Pollerman" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, September 10, 2002 10:51 AM Subject: Re: Don't display firewall messages to screen > On Mon, 09 Sep 2002 20:58:48 -0700 > Stephen Rasku <[EMAIL PROTECTED]> wrote: > > > On Satur

Re: Don't display firewall messages to screen

2002-09-10 Thread Tom Pollerman
On Mon, 09 Sep 2002 20:58:48 -0700 Stephen Rasku <[EMAIL PROTECTED]> wrote: > On Saturday 07 September 2002 07:38 pm, Robert Canary wrote: > > try adding > > *.debug /var/log/debug.log > > I tried that. It logs the firewall messages (plus some other > things) to that file. But it s

Re: Don't display firewall messages to screen

2002-09-09 Thread Jack Bowling
** Reply to message from Stephen Rasku <[EMAIL PROTECTED]> on Mon, 09 Sep 2002 20:58:48 -0700 > On Saturday 07 September 2002 07:38 pm, Robert Canary wrote: > > try adding > > *.debug /var/log/debug.log > > I tried that. It logs the firewall messages (plus some other things) to th

Re: Don't display firewall messages to screen

2002-09-09 Thread Stephen Rasku
On Saturday 07 September 2002 09:39 pm, Tom Pollerman wrote: > My RedHat 7.0 /etc/syslog.conf has a default setting to log kernel > messages to /dev/console, but this line is commented out. > Is it possible that you HAD been logging to /dev/console, then changed > it to log to a file (/var/log/me

Re: Don't display firewall messages to screen

2002-09-09 Thread Stephen Rasku
On Saturday 07 September 2002 07:38 pm, Robert Canary wrote: > try adding > *.debug /var/log/debug.log I tried that. It logs the firewall messages (plus some other things) to that file. But it still logs to /var/log/messages and it still logs to the screen. I don't actually wan

Re: Don't display firewall messages to screen

2002-09-07 Thread Tom Pollerman
On Sat, 07 Sep 2002 15:43:03 -0700 Stephen Rasku <[EMAIL PROTECTED]> wrote: > I am in the process of debugging my firewall so I am logging every > packet received. However, it is logging to the screen in addition > to logging to a file. It doesn't matter which virtual terminal I > switch to; I s

Re: Don't display firewall messages to screen

2002-09-07 Thread Robert Canary
try adding *.debug /var/log/debug.log it is hard to tell which facility to capture, but since you have debuggibg turned on I am guessing it should be in the .debug sub facility. You might want to try creating a log file local1 thru local7 Stephen Rasku wrote: > > I am in the process o

Don't display firewall messages to screen

2002-09-07 Thread Stephen Rasku
I am in the process of debugging my firewall so I am logging every packet received. However, it is logging to the screen in addition to logging to a file. It doesn't matter which virtual terminal I switch to; I still see the firewall messages. I only want it to log to a file. Any ideas on ho