I am using hap ac^2 router by connected(on ether1) with ISP cable modem. When I look connections tab in winbox there are icmp requests from internet to WAN IP. I can drop and log this packets with below filter rule.
Typical “ping” indeed. This is only “noise” and you should not worry.
Sure you could filter them out, it might prevent the other side(s) to “probe” more ports if they find out your router replies to ping.
Those are ICMP echo requests … and are benign strictly speaking. But they might indicate preparation for some more harmful activities, such as port scanning etc. Whether blocking those adds to security … well that’s subjective decission of every network admin out there.
Normally I have had ICMP set to allow on the input chain - I believe this is the default rule. One can always disable it. (last rule of input chain is drop all else)
I have used a config that has all kinds of fancy jump rules for ICMP traffic however, resulting in significant losses on traceroute and WinMTR testing.
So dont recommend the fancy sheite anymore.
By disabling the ICMP protocol, diagnostics, reliability, and network performance may suffer as a result (see page 4–4 of [2]). Important mechanisms are disabled when the ICMP protocol is restricted.
Best to leave ICMP on … use a good blacklist like MOAB and never have to worry about scans and incoming invasions.