Hi @James Nyunt
These Event-IDs indicate firewall filtering issues:
ID Message
5152 The Windows Filtering Platform blocked a packet.
5157 The Windows Filtering Platform has blocked a connection.
"Event 5157 indicates that a connection (Transport layer) is blocked while Event 5152 indicates that a packet (IP layer) is blocked."
The meaning of the word 'connection' in Event 5157 is not the same as the connection in OSI model transport layer.
There are three kinds of flows that are defined as CONNECTION:
TCP ALE Flow
UDP ALE Flow (Protocols that are not TCP or ICMP are treated like UDP.)
ICMP ALE Flow
As UDP and ICMP are not connection-oriented protocols, the request and echo flows are defined as pseudo-connections here. In this case, WFP is dropping an ICMP packet and blocking a pseudo-connection (a request and echo flow) at the same time.
So, this should be expected.
For more information about ALE Filtering:
Application Layer Enforcement (ALE) Stateful Filtering
http://msdn2.microsoft.com/en-us/library/bb613463(VS.85).aspx
I do hope this answers your question.
Thanks.
--
--If the reply is helpful, please Upvote and Accept as answer--