Cannot ping the router from outside over IPv4

My Turris Omnia does not reply to ping request sent from the Internet to its eth1 IPv4 public address. It works fine with IPv6.

In LuCI, I checked Network -> Firewall -> Traffic rules and there is a rule “Allow-Ping
IPv4-icmp with type echo-request
From any host in wan
To any router IP on this device
Accept input”

In Status -> Firewall, the rule sees zero traffic:

Chain zone_wan_input (References: 1)
Pkts. Traffic Target Prot. In Out Source Destination Options
0 0.00 B accept icmp * * 0.0.0.0/0 0.0.0.0/0 icmptype 8 /* Allow-Ping */

How to enable ping?

Well, it definately should.

Could post (or PM) your full chain zone_wan_input?

# iptables -L zone_wan_input
Chain zone_wan_input (1 references)
target     prot opt source               destination         
input_wan_rule  all  --  anywhere             anywhere             /* user chain for input */
accept     udp  --  anywhere             anywhere             udp dpt:bootpc /* Allow-DHCP-Renew */
accept     icmp --  anywhere             anywhere             icmp echo-request /* Allow-Ping */
accept     igmp --  anywhere             anywhere             /* Allow-IGMP */
accept     all  --  anywhere             anywhere             ctstate DNAT /* Accept port redirections */
zone_wan_src_REJECT  all  --  anywhere             anywhere

Were you able to find a solution? I have exactly the same problem.

No, no solution yet :frowning: