Re: Safe ICMP Types?

From: Alan Strassberg (alan_at_internal.wj.com)
Date: 01/21/04


Date: 21 Jan 2004 12:11:13 -0800

In article <buk53e$j15n5$1@ID-203900.news.uni-berlin.de>,
Jess <Jess_727@yahoo.com> wrote:
>What ICMP types can I safely let in and out of my PC without degrading
>performance?

        I think this discussion is missing some important ICMP types.
        ICMP is a critical part of tcp/ip and only allowing types 8
        (echo request) and 0 (echo reply) are missing type 3 (Destination
        Unreachable).

        The NSA (National Security Agency) recommends:

        deny icmp any any echo
        deny icmp any any redirect
        deny icmp any any mask-request
        permit icmp any
        (allow pings where needed obviously)

        http://www.nsa.gov/snac/index.html
        (page 89 of the Cisco Security Guide)

        ICMP type 3 is necessary to support Path MTU.

        http://www.networksorcery.com/enp/protocol/icmp/msg3.htm
        By blocking ICMP you are crippling tcpip.

                                        alan


Quantcast