All of lore.kernel.org
 help / color / mirror / Atom feed
* How to filter this packet?
@ 2007-04-20  9:36 ` monty denis
  2007-04-23 16:22   ` Nagy Zoltan
  0 siblings, 1 reply; 3+ messages in thread
From: monty denis @ 2007-04-20  9:36 UTC (permalink / raw)
  To: netfilter

Hello, all.

I can filter some protocol packet like below.

iptables -A INPUT -p x 

But how can I filtre like (proto 0) below?
proto 0 means protocol 0 ?

I can find protocol 0 information at  
http://www.iana.org/assignments/protocol-numbers


 11.34.254.146 -> xx.xx.xx.xx [proto 0]
  ........WinSock 2.0.....LG@.
B..Y..|............#...............                   
                

 24.57.19.22 -> xx.xx.xx.xx [proto 0]
  ........WinSock
2.0.....LG@.....Y..|............#...............      
                             


# iptables -A INPUT -p 0 -j DROP 

When I execute like above, protocol 0 means all
protocol.

# iptables -L INPUT -n
target     prot opt source               destination
ACCEPT     all  --  0.0.0.0/0            0.0.0.0/0



Thanks for your time.... 


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 



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

end of thread, other threads:[~2007-04-23 18:23 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-04-20  9:36 How to filter this packet? monty denis
2007-04-20  9:36 ` monty denis
2007-04-23 16:22   ` Nagy Zoltan
2007-04-23 18:23     ` Jan Engelhardt

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.