can't ping interface same router

Hi all,
I’ve “configured” a mikrotik router and I’ve some issues.
lan interface: eth2 ip address 192.168.1.167/24
wan interface: eth9 ip address 192.168.2.49/24
When I ping with my pc (192.168.1.180, gw 192.168.1.167) i can ping lan interface, wan interface and gateway wan interface (192.168.2.1) but i can’t access Internet.
When i ping from the mikrotik router with lan interface i can’t ping wan interface
When I ping with wan interface to lan interface I can ping 192.168.2.1 but no 192.168.1.167 and Internet.

IP / Routes
Dst. Address Gateway Pref. Source
DAC 192.168.2.0/24 WAN reachable 192.168.2.49
DAC 192.168.1.0/24 LAN reachable 192.168.1.167
AS 0.0.0.0/0 WAN reachable 192.168.2.49

Firewall / NAT
Action Chain
masquerade srcnat

Firewall / Filter Rules
Action Chain Dst.Address Out.Interface
accept forward 192.168.2.0/24 WAN
accept forward 192.168.1.0/24 LAN

Thanks in advance

Is that ALL the firewall rules that you have? If that’s the case, neither is needed since the default is to accept anything that makes it to the end of the forward chain. If you do have a “Drop anything that makes it this far” rule at the end of the forward chain (which you should), you are not allowing anything to your WAN port except 192.168.2.0/24 in the firewall rules.