Ping not going beyond ether1

Hi All

I have a very weird issue. It may not be, and I might just be too stupid to realise what I am doing wrong, but I cannot get my link to work.
Home-Network_Simplified.png
As you can see on the image attached, I have a link between 2 mikrotiks. I can successfully connect to the Mikrotik on the Tower. Whenever I am connected through my TP-link router inside the house, I can ping 192.168.65.4 (WAN on TP-link) and I can ping 192.168.65.3 (ethernet on my own Mikrotik), but for the love of me I cannot ping 192.168.65.10.

Then, going further, I can ping 192.168.65.62 from my Mikrotik’s Tools. So it seems one part of my problem is the communication between my ethernet and wlan interfaces.

My setup is a pure station mode, with no NAT rules, no Filter Rules enabled, nothing.

If anyone could please help me figure out how to get a ping working from inside my house to 192.168.65.62, I would be VERY grateful.

Hi.

The problem is that you have two interface on the same subnet in MK at home, you must create a interface bridge (join ether1 and wlan1) and put only one of this IP in the bridge, make sure your wlan1 interface is station-bridge mode or AP bridge if the station-bridge is in the tower site.

Regards.