How to filter this packet?
monty denis
montydenis at yahoo.com
Fri Apr 20 11:36:20 CEST 2007
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 at .
B..Y..|............#...............
24.57.19.22 -> xx.xx.xx.xx [proto 0]
........WinSock
2.0.....LG at .....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
More information about the netfilter
mailing list