Mailinglist Archive: opensuse (4547 mails)
| < Previous | Next > |
RE: [SLE] How to separate SuSEfirewall2's logs
- From: "McAllister, Andrew" <McAllisterA@xxxxxxxxxxxx>
- Date: Thu, 20 May 2004 13:53:40 -0500
- Message-id: <657713855E75BA41B16662DF0F1B6BDFAF0E93@xxxxxxxxxxxxxxxxxxxxxxxxxx>
The only way I could figure out was to change
/etc/sysconfig/SuSEfirewall2
FW_LOG="--log-level info --log-tcp-options --log-ip-option --log-prefix
SuSE-FW"
Then in /etc/syslog.conf
kern.info -/var/log/firewall
kern.*;kern.!info /var/log/messages
You'll still have to check /var/log/firewall for kern.info messages, but
that's easy with a "grep -v SuSE-FW /var/log/firewall"
If anyone else has a better way please speak up.
Andy
> -----Original Message-----
> From: Marek Chlopek [mailto:emcek2@xxxxxxxxxxxxxx]
> Sent: Thursday, May 20, 2004 12:08 PM
> To: suse-linux-e@xxxxxxxx
> Subject: [SLE] How to separate SuSEfirewall2's logs
>
>
> Hi,
>
> What to add to /etc/syslog.conf to separate logs that creates
> SuSEfirewall2?
>
> Thx
> --
> Marek Chlopek
>
> --
> Check the headers for your unsubscription address
> For additional commands send e-mail to suse-linux-e-help@xxxxxxxx
> Also check the archives at http://lists.suse.com
> Please read the FAQs: suse-linux-e-faq@xxxxxxxx
>
>
>
/etc/sysconfig/SuSEfirewall2
FW_LOG="--log-level info --log-tcp-options --log-ip-option --log-prefix
SuSE-FW"
Then in /etc/syslog.conf
kern.info -/var/log/firewall
kern.*;kern.!info /var/log/messages
You'll still have to check /var/log/firewall for kern.info messages, but
that's easy with a "grep -v SuSE-FW /var/log/firewall"
If anyone else has a better way please speak up.
Andy
> -----Original Message-----
> From: Marek Chlopek [mailto:emcek2@xxxxxxxxxxxxxx]
> Sent: Thursday, May 20, 2004 12:08 PM
> To: suse-linux-e@xxxxxxxx
> Subject: [SLE] How to separate SuSEfirewall2's logs
>
>
> Hi,
>
> What to add to /etc/syslog.conf to separate logs that creates
> SuSEfirewall2?
>
> Thx
> --
> Marek Chlopek
>
> --
> Check the headers for your unsubscription address
> For additional commands send e-mail to suse-linux-e-help@xxxxxxxx
> Also check the archives at http://lists.suse.com
> Please read the FAQs: suse-linux-e-faq@xxxxxxxx
>
>
>
| < Previous | Next > |