All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [Re: How to log dropped packet ?]
@ 2003-07-16 13:41 Curtis Call
  2003-07-16 13:51 ` Eric Leblond
  2003-07-16 14:13 ` See, signature how i can ? Waldecir Loureiro dos Santos Filho
  0 siblings, 2 replies; 3+ messages in thread
From: Curtis Call @ 2003-07-16 13:41 UTC (permalink / raw)
  To: Julien Didron, netfilter

Where you send your log is determined via your syslog.conf, I'm unaware of a
way to specify to only log the iptables to a certain file in that way however.
 What I do is run a cron job that greps my messages file for my log-prefix and
puts it into a separate log file.  Not sure if there's a better way to do it
then this, if there is I'd be happy to learn it! :-)

"Julien Didron" <admin@tripnotik.dyndns.org> wrote:
> Hi all,
> 
> I apologize for being a little OT, but has anybody tried to log to another 
> file than /var/log/syslog when using -j log ? if so, thanks for sharing the

> experience ;o)
> 
> --
> Open WebMail Project (http://openwebmail.org)
> 
> 
> ---------- Original Message -----------
> From: Ray Leach <raymondl@knowledgefactory.co.za>
> To: Netfilter Mailing List <netfilter@lists.netfilter.org>
> Sent: 16 Jul 2003 14:49:47 +0200
> Subject: Re: How to log dropped packet ?
> 
> > On Wed, 2003-07-16 at 14:14, Jerry Kim wrote:
> > > Hi all.
> > > 
> > > I hope to know how to log dropped/accepted packets.
> > > For example,
> > > 
> > Exactly the same except put -j LOG --log-prefix "Accept input eth0"
> > instead of -j ACCEPT.
> > Oh, and the log rule must be before the accept/drop rule.
> > 
> > > iptables -A INPUT -i eth0 -p tcp -d 10.10.10.1 --dport 22 -j ACCEPT
> > > 
> > > How can I log it ?
> > > I don't understand how '-j LOG' target operate.
> > > 
> > > Help.
> > > 
> > -- 
> > --
> > Raymond Leach <raymondl@knowledgefactory.co.za>
> > Network Support Specialist
> > http://www.knowledgefactory.co.za
> > "lynx -source http://www.rchq.co.za/raymondl.asc | gpg --import"
> > Key fingerprint = 7209 A695 9EE0 E971 A9AD  00EE 8757 EE47 F06F FB28
> > --
> ------- End of Original Message -------
> 
> 
> 





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

end of thread, other threads:[~2003-07-16 14:13 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-07-16 13:41 [Re: How to log dropped packet ?] Curtis Call
2003-07-16 13:51 ` Eric Leblond
2003-07-16 14:13 ` See, signature how i can ? Waldecir Loureiro dos Santos Filho

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.