Can't ping router interface?

I'm having an issues with my config and it seems so basic. I have a computer attached to the 10.0.0.1 ether2 interface. The computer is assigned an IP address of 10.0.0.7/24 with a gateway of 10.0.0.1. From this computer, I can ping 10.0.0.1 but can not ping the 192.168.2.30 ether1 interface. What do I not have set correctly?



[admin@MikroTik] ip address> print
Flags: X - disabled, I - invalid, D - dynamic

ADDRESS NETWORK BROADCAST INTERFACE

0 10.0.0.1/24 10.0.0.0 10.0.0.255 ether2
1 192.168.2.30/24 192.168.2.0 192.168.2.255 ether1

[admin@MikroTik] ip route> print
Flags: X - disabled, A - active, D - dynamic,
C - connect, S - static, r - rip, b - bgp, o - ospf

DST-ADDRESS PREF-SRC G GATEWAY DISTANCE INTERFACE

0 ADC 10.0.0.0/24 10.0.0.1 ether2
1 ADC 192.168.2.0/24 192.168.2.30 ether1
2 A S 0.0.0.0/0 r 192.168.2.2 ether1

[admin@MikroTik] interface> print
Flags: X - disabled, D - dynamic, R - running

NAME TYPE RX-RATE TX-RATE MTU

0 R ether1 ether 0 0 1500
1 R ether2 ether 0 0 1500
2 R ether3 ether 0 0 1500
3 R ether4 ether 0 0 1500
4 R ether5 ether 0 0 1500
5 X wlan1 wlan 0 0 1500
[admin@MikroTik] interface>

[admin@MikroTik] ip pool> print

NAME RANGES

0 pool1 10.0.0.7-10.0.0.50
[admin@MikroTik] ip pool> ..

[admin@MikroTik] ip dhcp-server> print
Flags: X - disabled, I - invalid

NAME INTERFACE RELAY ADDRESS-POOL LEASE-TIME ADD-ARP

0 server1 ether2 pool1 3d yes
[admin@MikroTik] ip dhcp-server>

[admin@MikroTik] ip dhcp-server network> print

ADDRESS GATEWAY DNS-SERVER WINS-SERVER DOMAIN

0 10.0.0.0/24 10.0.0.1
[admin@MikroTik] ip dhcp-server network>

Are you using any NAT?

same problem here but only for 1 ip if ghange ping normal
2.9.30

If I turn out SRC NAT-masquerade, I can ping the interface. Without NAT, it doesn’t work. This is 2.9.28

Well, this it started working out of the blue. There has to be a bug somewhere in the code. I have PC running 2.9.18 that has the same intermittent problem. Has anyone else seen this issue?