Route and NOT NAT

Hi,
I have router with two lan

  1. has 10.0.0.1/24 address
  2. has 10.0.1.1/24 address

now I want route data fron net 10.0.1.1/24 to net 10.0.0.1/24 without NAT.

in network 10.0.0.1 I have the gateway 10.0.0.254 and as default gateway I have set this on the router.
But from net 10.0.1.1 I have not the possibility to ping 10.0.0.0/24 network

Could you help me how to route packet?
I have tried Mangle, default gataway , rule route without success.

Best regards
Massimo

Under /ip route do you have dst 0.0.0.0/0 gateway 10.0.0.254 on interface public (out)?

yes of course

please copy paste :

/interface print
/ip address print
/ip route print

interface

 #    NAME                         TYPE             RX-RATE    TX-RATE    MTU  
 0  R MAIN                         ether            0          0          1500 
 1  R admin_Port                   ether            0          0          1500 
 2 X  Aux                          ether            0          0          1500 
 3 X  wlan1                        wlan             0          0          1500 
 4 X  wlan2                        wlan             0          0          1500 
 5 X  wlan3                        wlan             0          0          1500 
 6 X  wlan4                        wlan             0          0          1500

address

Flags: X - disabled, I - invalid, D - dynamic 
 #   ADDRESS            NETWORK         BROADCAST       INTERFACE 
 0   ;;; added by setup
     172.20.4.12/24     172.20.4.0      172.20.4.255    MAIN      
 1   ;;; added by setup
     172.30.3.8/24      172.30.3.0      172.30.3.255    admin_Port

route

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 172.20.4.0/24      172.20.4.12                                MAIN      
 1 ADC 172.30.3.0/24      172.30.3.8                                 admin_Port
 2 A S ;;; added by setup
       0.0.0.0/0                          r 172.30.3.3               admin_Port

Thank you

I have update the routerboard firmware, the router os to the 26.
Initially it does not work now magically it works as router.

:confused: :frowning: :laughing:

I understood the issue

the problem was that on the target machine it was not set the default getaway. so the answer packet was not correctly routed to the caller.
Is it correctly behaviour for a router?