I’ve got a CRS125-24G-1S-RM running MikroTik RouterOS 6.19 and am having problems ping-ing between subnets.
I created a new network address for each subnet (config exported below): 192.168.10.1/24 and 192.168.1.1/24, and connected two machines with static IP address (192.168.10.30 and 192.168.1.77, respectively). Each machine’s ip address is static.
Each machine can ping its CRS gateway (for example, 192.168.1.77 can ping the CRS at 192.168.1.1) and can ping the other network’s gateway (for example, 192.168.10.30 successfully pings 192.168.1.1), but I can’t get either machine to ping the other.
Do you have any suggestions on CRS subnet routing documentation/debugging and/or what I’m doing wrong?
I’ve scoured the wiki, but haven’t found what anything yet; the closest thing I found is the Simple Static Routing Page, but I feel like my case is much simpler.
Thanks,
Marek
[admin@MikroTik] > export compact hide-sensitive
# jan/04/2002 20:35:06 by RouterOS 6.19
# software id = 2S4F-NSWQ
#
/interface ethernet
set [ find default-name=ether20 ] master-port=ether1
set [ find default-name=ether21 ] master-port=ether1
set [ find default-name=ether22 ] master-port=ether1
set [ find default-name=ether24 ] master-port=ether1
set [ find default-name=sfp1 ] master-port=ether1 name=sfp1-slave-local
/port
set 0 name=serial0
/ip address
add address=192.168.10.1/24 comment="default configuration" interface=ether1 network=192.168.10.0
add address=192.168.1.1/24 interface=ether23 network=192.168.1.0
/ip upnp
set allow-disable-external-interface=no