All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mario <mariounixuser@yahoo.com.mx>
To: robee <mlody@elpec.com>
Cc: netfilter@lists.netfilter.org
Subject: Re: packets loging
Date: Thu, 20 Apr 2006 15:47:08 -0500	[thread overview]
Message-ID: <4447F34C.6030500@yahoo.com.mx> (raw)
In-Reply-To: <002d01c66445$01dd28f0$0e01050a@CyberAdmin>

robee wrote:

> when i use -j LOG target, netfilter writes so many information to 
> syslog. what can i use to write only IN and OUT interface, SRC and DST 
> host?
>
> robee
>
>
$myLoglevel=info ...

iptables -A _____ -i $intif -s $Src -o $outif -d $Dest ________ -j LOG 
--log-prefix "xxxxxxx" --log-level $myLoglevel

and a little change in syslog.conf... like: kern.=info 
/var/log/kern.info.log ....




__________________________________________________
Correo Yahoo!
Espacio para todos tus mensajes, antivirus y antispam ¡gratis! 
Regístrate ya - http://correo.yahoo.com.mx/ 



  reply	other threads:[~2006-04-20 20:47 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-04-20  6:38 packets loging robee
2006-04-20 20:47 ` Mario [this message]
2006-04-21  6:34   ` robee
2006-04-21  7:22     ` Rob Sterenborg
2006-04-21  7:36       ` robee
2006-04-21  7:57         ` Rob Sterenborg
2006-04-21  8:52           ` robee
2006-04-21 11:15             ` Rob Sterenborg
2006-04-22 13:47 ` Jakub Wartak

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4447F34C.6030500@yahoo.com.mx \
    --to=mariounixuser@yahoo.com.mx \
    --cc=mlody@elpec.com \
    --cc=netfilter@lists.netfilter.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.