All of lore.kernel.org
 help / color / mirror / Atom feed
* split iptables log from messages
@ 2003-05-21 15:18 Leonardo Borda
  2003-05-21 15:51 ` Volker Augustin
  2003-05-21 21:04 ` xavier renaut
  0 siblings, 2 replies; 4+ messages in thread
From: Leonardo Borda @ 2003-05-21 15:18 UTC (permalink / raw)
  To: netfilter

Hello

Does anynone know how to split iptables logs from /var/log/messages ?

thanks,

Leonardo Borda

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.481 / Virus Database: 277 - Release Date: 13/5/2003



^ permalink raw reply	[flat|nested] 4+ messages in thread

* RE: split iptables log from messages
@ 2003-05-21 15:40 Gladson George
  0 siblings, 0 replies; 4+ messages in thread
From: Gladson George @ 2003-05-21 15:40 UTC (permalink / raw)
  To: borda, netfilter

-j LOG --log-level 7

-----Original Message-----
From: Leonardo Borda [mailto:borda@netwall.com.br] 
Sent: Wednesday, May 21, 2003 11:19 AM
To: netfilter@lists.netfilter.org
Subject: split iptables log from messages

Hello

Does anynone know how to split iptables logs from /var/log/messages ?

thanks,

Leonardo Borda

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.481 / Virus Database: 277 - Release Date: 13/5/2003




^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: split iptables log from messages
  2003-05-21 15:18 split iptables log from messages Leonardo Borda
@ 2003-05-21 15:51 ` Volker Augustin
  2003-05-21 21:04 ` xavier renaut
  1 sibling, 0 replies; 4+ messages in thread
From: Volker Augustin @ 2003-05-21 15:51 UTC (permalink / raw)
  To: netfilter

there are a lot of possibilities to do so, you can split them from e.g.
/var/log/messages and save them in a new file, or just use the syslog
(i use a mixture of both)
try google for iptables+logfile , thats where i found some very usefull
hints and tools to do so (for syslog and splitting logfiles...)

hope this helps a little bit
volker


----- Original Message -----
From: "Leonardo Borda" <borda@netwall.com.br>
To: <netfilter@lists.netfilter.org>
Sent: Wednesday, May 21, 2003 5:18 PM
Subject: split iptables log from messages


> Hello
>
> Does anynone know how to split iptables logs from /var/log/messages ?
>
> thanks,
>
> Leonardo Borda
>
> ---
> Outgoing mail is certified Virus Free.
> Checked by AVG anti-virus system (http://www.grisoft.com).
> Version: 6.0.481 / Virus Database: 277 - Release Date: 13/5/2003
>
>
>



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: split iptables log from messages
  2003-05-21 15:18 split iptables log from messages Leonardo Borda
  2003-05-21 15:51 ` Volker Augustin
@ 2003-05-21 21:04 ` xavier renaut
  1 sibling, 0 replies; 4+ messages in thread
From: xavier renaut @ 2003-05-21 21:04 UTC (permalink / raw)
  To: Leonardo Borda; +Cc: netfilter

On Wed, May 21, 2003 at 12:18:43PM -0300, Leonardo Borda wrote:
|Hello
|
|Does anynone know how to split iptables logs from /var/log/messages ?
|


you could check ulogd
http://gnumonks.org/projects/project_details?p_id=1

here is what i do :

LOG --log-level debug  

*.*;auth,authpriv.none;kern.!=debug     -/var/log/syslog
*.=info;*.=notice;*.=warn;\
        auth,authpriv.none;\
        cron,daemon.none;\
        mail,news.none          -/var/log/messages
*.*                             -/var/log/all.log
kern.=debug                             -/var/log/iptables.log


bye


-- 
xavier renaut


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2003-05-21 21:04 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-05-21 15:18 split iptables log from messages Leonardo Borda
2003-05-21 15:51 ` Volker Augustin
2003-05-21 21:04 ` xavier renaut
  -- strict thread matches above, loose matches on Subject: below --
2003-05-21 15:40 Gladson George

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.