Which rule should you add to your Solaris IP Filter configuration to block all such packets?

While configuring Solaris IP Filter on a system, you want to block all ICMP Redirect packets.
/usr/include/netinet/ip_icmp.h contains the following entry :
#define ICMP_REDIRECT 5 /* shorter route, codes:/
Which rule should you add to your Solaris IP Filter configuration to block all such packets?

While configuring Solaris IP Filter on a system, you want to block all ICMP Redirect packets.
/usr/include/netinet/ip_icmp.h contains the following entry :
#define ICMP_REDIRECT 5 /* shorter route, codes:/
Which rule should you add to your Solaris IP Filter configuration to block all such packets?

A.
block in quick proto icmp-type 5 from any to 0/32

B.
block in quick proto ip 5 from any to 0/32

C.
block in quick proto icmp from any to 0/32 icmp-type 5

D.
block in quick proto ip icmp-type 5 from any to 0/32

E.
block in quick proto 5 from any to 0/32



Leave a Reply 0

Your email address will not be published. Required fields are marked *