routing behaviour

Configuration routeros 3.13 on rb535a with ethernet ports daughterboard.
I have the following nets
10.0.11.0/30 (ether2 address 10.0.11.1)
10.0.12.0/30 (ether3 address 10.0.12.1)
10.0.13.0/28 (ether4 address 10.0.13.1)
192.168.1.0/24 (ether5 address 192.168.1.1)
I configured the interfaces with proper addresses. The routeros added appropriate routes to the routing table.
The problem is immediately when I try to reach 10.0.11.0 and 10.0.12.0 from 192.168.1.0
ping from 192.168.1.xx to 10.0.11.2 and 10.0.12.2 - no response
oddly ping from 192.168.1.xx to 10.0.13.5 responds ok
ping from the routeros to any of the networks works fine.
I am testing routerOS however I am currently running the routerboard with linux on flash card. The system with linux works fine (no problems with routes in the same address/interface config, I then just boot routeros from nand).
When I make an ssh tunnel from putty to 10.0.11.2 I get to the host 10.0.11.2 through the tunnel.
Can sb help me. Thank you.

check that your remote devices have default gateways. it sounds like they dont know who to send the packets back to (your router).

Their default gw should be the ISP’s gw (they are adsl modems). The strange thing is that it works under linux, so I suppose the problem is in the config of mikrotik.