All of lore.kernel.org
 help / color / mirror / Atom feed
* Please ... how can i log all packets dropped ?
@ 2003-07-19 17:38 Juliano Murlick
  2003-07-19 19:49 ` David Busby
  2003-07-19 22:05 ` Ramin Dousti
  0 siblings, 2 replies; 6+ messages in thread
From: Juliano Murlick @ 2003-07-19 17:38 UTC (permalink / raw)
  To: netfilter

[-- Attachment #1: Type: text/plain, Size: 706 bytes --]

Hello ALL,
I need log all packet dropped on my firewall, how can i get it ? I know how
log all that i accept, like this:
 
iptables -A FORWARD -p tcp -s $REDELOCAL --sport 1024:65535 -d $SSHSRV
--sport 22 -j LOG
iptables -A FORWARD -p tcp -s $REDELOCAL --sport 1024:65535 -d $SSHSRV
--sport 22 -j ACCEPT
 
i will LOG all packet from ssh connection, but i don't  to log all packet
dropped, my default policy is DROP:
 
iptables -P FORWARD DROP
 
please, if anyone knows it ? tell me ....
 
 
Thanks in advance!

Att,
Juliano Murlick


 

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.500 / Virus Database: 298 - Release Date: 10/7/2003
 

[-- Attachment #2: Type: text/html, Size: 2406 bytes --]

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

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

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-07-19 17:38 Please ... how can i log all packets dropped ? Juliano Murlick
2003-07-19 19:49 ` David Busby
2003-07-19 21:01   ` Juliano Murlick
2003-07-19 22:05 ` Ramin Dousti
2003-07-21 12:44   ` Juliano Murlick
2003-07-21 14:29     ` Ramin Dousti

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.