I'm new at RouterOS, but I'm learning. Unfortunately I'm stumped.
I've got an RB750G with OS v5.15. It has 4 interfaces currently configured.
1_HTC, 3_TWC, 4_RMC, 5_Conway
The 4_RMC is the interface I'm interested in in this case. It's ip is 10.34.17.44 and belongs to the 10.34.17.32/27 subnet.
There is another router on this subnet at 10.34.17.62
I need to add a static route for 10.34.33.0/24 through my 10.34.17.32/27 subnet to 10.34.17.62.
I can ping 10.34.17.62 no problem. But when I add a static route, Winbox lists the route as unreachable?!?
And the terminal won't show it as active (but doesn't show unreachable. I haven't figure that out either.)
======================================================================================
[admin@MikroTik] /ip route> print
Flags: X - disabled, A - active, D - dynamic, C - connect, S - static, r - rip, b - bgp, o - ospf, m - mme,
B - blackhole, U - unreachable, P - prohibit
DST-ADDRESS PREF-SRC GATEWAY DISTANCE
0 A S 10.34.17.32/27 4_RMC 1
1 S 10.34.33.0/24 10.34.17.62 1
2 A S 192.168.1.0/24 1_HTC 1
3 A S 192.168.41.0/24 5_Conway 1
4 A S 192.168.200.0/24 3_TWC 1
5 ADC 255.255.255.0/32 192.168.41.3 5_Conway 0
3_TWC
1_HTC
6 ADC 255.255.255.224/32 10.34.17.44 4_RMC 0
======================================================================================
I've got some NAT stuff in the firewall as well, listed below. But I've disabled all the NAT rules and still the static route lists as unreachable.
======================================================================================
[admin@MikroTik] /ip firewall nat> print
Flags: X - disabled, I - invalid, D - dynamic
0 chain=srcnat action=src-nat to-addresses=10.34.17.44 dst-address=10.34.0.0/16 out-interf
1 chain=srcnat action=src-nat to-addresses=10.34.17.44 dst-address=10.39.0.0/16 out-interf
2 chain=dstnat action=dst-nat to-addresses=192.168.1.3 dst-address=10.34.17.44 in-interfac
3 chain=dstnat action=dst-nat to-addresses=192.168.1.3 dst-address=192.168.41.3 in-interfa
4 chain=dstnat action=dst-nat to-addresses=192.168.1.3 dst-address=192.168.200.250 in-inte
Any ideas? What am I doing wrong?
Can the router not figure out how to get to 10.34.17.62? Is there something else I should be adding somewhere?
Thanks,
Donald