ping icmp not work pci86 v.5.4

i have problem icmp my mikrotik router

192.168.12.1/24 lan

wan-pppoe client
server
192.168.2.1/24


ip firewall enable ping trackerate not work
/ip firewall filter
add chain=forward action=accept dst-address-list=Q-NET
in-interface=Public out-interface=Local
comment=”Allow semua akses internet to client”
add chain=forward action=accept dst-address-list=ProxyNET
in-interface=Public out-interface=Proxy
comment=”Allow semua akses internet to proxy”
add chain=input action=accept protocol=tcp in-interface=Public
dst-port=8291 comment=”Allow Remote winbox dari Publik”
add chain=input action=accept protocol=udp in-interface=Public src-port=53
comment=”Allow DNS Traffic”
add chain=input action=accept protocol=udp in-interface=Public
src-port=123 comment=”Allow NTP Traffic”

add chain=input action=accept protocol=icmp in-interface=Public
comment=”Allow Ping Traceroute Traffic”
bytes 0 pacets 0

#ping google.com not work
why problems mikrotik router? tanks

Can you access internet at all?

add chain=input action=accept protocol=icmp in-interface=Public
comment=”Allow Ping Traceroute Traffic”
bytes 0 pacets 0

This allow ping to router, change chain to forward to forward, and have a look see.

ip firewall forward but dont work are dont now firewall mikrotik!
ip allow ubuntu icmp protocol but pacets- 0 ???
tanks