|
Security Basics
Removing ping/icmp from a network Mar 25 2008 04:29PM Secure This (lists securethis net) (7 replies) Re: Removing ping/icmp from a network Mar 26 2008 02:55PM Jason Thompson (securitux gmail com) (4 replies) Re: Removing ping/icmp from a network Mar 26 2008 07:08PM Ansgar -59cobalt- Wiechers (bugtraq planetcobalt net) (2 replies) Re: Removing ping/icmp from a network Mar 27 2008 04:25PM Jason (securitux gmail com) (2 replies) Re: Removing ping/icmp from a network Mar 27 2008 11:29PM Ansgar -59cobalt- Wiechers (bugtraq planetcobalt net) (1 replies) Re: Removing ping/icmp from a network Mar 28 2008 04:34PM Jason (securitux gmail com) (1 replies) Re: Removing ping/icmp from a network Mar 29 2008 07:35PM Ansgar -59cobalt- Wiechers (bugtraq planetcobalt net) (1 replies) Re: Removing ping/icmp from a network Mar 31 2008 10:29PM Jason (securitux gmail com) (1 replies) Re: Removing ping/icmp from a network Apr 04 2008 12:28PM Ansgar -59cobalt- Wiechers (bugtraq planetcobalt net) (2 replies) Re: Removing ping/icmp from a network Apr 05 2008 05:17PM Mark Owen (mr markowen gmail com) (1 replies) Re: Removing ping/icmp from a network Apr 05 2008 12:06AM Jason (securitux gmail com) (1 replies) Re: Removing ping/icmp from a network Apr 06 2008 02:54PM Ansgar -59cobalt- Wiechers (bugtraq planetcobalt net) (1 replies) Re: Removing ping/icmp from a network Mar 27 2008 05:09PM Mark Owen (mr markowen gmail com) (2 replies) Re: Removing ping/icmp from a network Mar 27 2008 06:52PM Jason (securitux gmail com) (1 replies) Re: Removing ping/icmp from a network Mar 27 2008 08:49PM Michael Painter (tvhawaii shaka com) (2 replies) Re: Removing ping/icmp from a network Mar 27 2008 11:48PM Razi Shaban (razishaban gmail com) (2 replies) RE: Removing ping/icmp from a network Mar 28 2008 03:07PM Adewale, Akin (IT Services - Infosec Team) (Akin Adewale capita co uk) Re: Removing ping/icmp from a network Mar 28 2008 04:27AM Michael Painter (tvhawaii shaka com) (2 replies) Re: Removing ping/icmp from a network Mar 28 2008 04:44PM Ansgar -59cobalt- Wiechers (bugtraq planetcobalt net) (1 replies) Re: Removing ping/icmp from a network Mar 30 2008 01:32AM Michael Painter (tvhawaii shaka com) (1 replies) Re: Removing ping/icmp from a network Apr 01 2008 12:13PM Ansgar -59cobalt- Wiechers (bugtraq planetcobalt net) R: Removing ping/icmp from a network Mar 27 2008 06:33PM Vega - Brunello Ivan (I Brunello vegaspa it) Re: Removing ping/icmp from a network Mar 25 2008 05:32PM Ansgar -59cobalt- Wiechers (bugtraq planetcobalt net) Re: Removing ping/icmp from a network Mar 25 2008 05:17PM Jon R. Kibler (Jon Kibler aset com) (1 replies) Re: Removing ping/icmp from a network Mar 26 2008 12:13PM Secure This (lists securethis net) (1 replies) DoD aproved disk wiping tool Mar 27 2008 01:31PM JP Vicente (jvicente asft net) (4 replies) RE: DoD approved disk wiping tool Mar 27 2008 11:38PM Steve Armstrong (stevearmstrong logicallysecure com) (1 replies) RE: DoD aproved disk wiping tool Mar 27 2008 07:50PM Kevin Ortloff (Kevin Ortloff j2global com) (1 replies) Re: DoD aproved disk wiping tool Mar 27 2008 04:56PM John Syers (jsyers acm org) (1 replies) RE: DoD aproved disk wiping tool Mar 27 2008 03:21PM Timmothy Lester (Timmothy Lester primeadvisors com) RE: Removing ping/icmp from a network Mar 25 2008 04:56PM Hopke, Greg (GHopke libertymgt com) (1 replies) Re: Removing ping/icmp from a network Mar 25 2008 06:12PM Mark Owen (mr markowen gmail com) (2 replies) RE: Removing ping/icmp from a network Mar 26 2008 01:58PM Ramsdell, Scott (Scott Ramsdell cellnethunt com) (1 replies) Re: Removing ping/icmp from a network Mar 26 2008 06:44PM Ansgar -59cobalt- Wiechers (bugtraq planetcobalt net) (1 replies) RE: Removing ping/icmp from a network Mar 27 2008 02:19PM Ramsdell, Scott (Scott Ramsdell cellnethunt com) (1 replies) Re: Removing ping/icmp from a network Mar 27 2008 02:34PM Ansgar -59cobalt- Wiechers (bugtraq planetcobalt net) |
|
|
Privacy Statement |
From: "Jason Thompson" <securitux (at) gmail (dot) com [email concealed]>
To: <security-basics (at) securityfocus (dot) com [email concealed]>
Sent: Wednesday, March 26, 2008 4:55 AM
Subject: Re: Removing ping/icmp from a network
[snip]
>> I don't see any ICMP messages that are a MUST for network operation.<<
From:
http://en.wikipedia.org/wiki/PMTU
"Many "security" devices incorrectly block all ICMP messages, including the errors that are necessary for PMTUD to work.
This can result in connections that complete the TCP three-way handshake correctly, but then hang when data is
transferred. This state is referred to as a "black hole connection".
Some implementations of PMTUD now try to work around this by inferring that large payload packets have been dropped due to
MTU rather than because of link congestion. However, in order for TCP to operate most efficiently, ICMP unreachables (type
3) should be permitted."
http://www.netheaven.com/pmtu.html
"Newer servers try to optimize their transmissions by discovering the path MTU and sending packets of the maximum size
when there's enough data to fill them. The procedure for doing this was standardized and published as RFC 1191 in 1990,
but it did not become widely deployed until years later. By mid 2002, 80% to 90% of computers on the internet used path
MTU discovery.
The basic procedure is simple - send the largest packet you can, and if it won't fit through some link get back a
notification saying what size will fit. The notifications arrive as ICMP (Internet Control Message Protocol) packets
known as "fragmentation needed" ICMPs (ICMP type 3, subtype 4). The notifications are requested by setting the "do not
fragment" (DF) bit in packets that are sent out."
[ reply ]