Hello Guys,
Is it possible to specify icmp type AND subtypes ( in numerical
format )
in iptables rules ? I know I can easily specify type, but I'm unsure about
subtypes ..
Sincerily,
Leonardo Rodrigues
Soluções IP
Reply: You are able to define icmp subtypes, although I don't think
that it is possible to do it numerically.
For help on the types and subtypes issue the command from console:
$iptables -p icmp --help
This should show you the different types and subtypes that will
enable you to get finer grain control.
Santos.