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.
# 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
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?