I just got a new CRS125-24G-1S-RM, which i want to use for replacing my RB2011 + external lan switch
I have tried to configure the CRS in a similar way as the RB2011, and all interfaces, including lan, dmz, wan (isp) and sstp connection from a remote site are working perfectly on their own, but I am unable to route between them, and there is no internet connectivity, but the router gets public address and correct DNS from the isp.
After several hours of fault-finding, I reset the CRS to factory defaults and started over with a minimal configuration:
interfaces:
lan: ports 9..24 (ether-9-master-lan, ether-10..24-slave-lan)
dmz ports 3..8 (ether-3-master-lan-ether-4..8-slave-lan)
sfp port disabled
ip addresses:
lan: 192.168.10.1/24 network: 192.168.10.0 interface: ether-9-master-lan
dmz: 192.168.20.1/24 network: 192.168.20.0 interface: ether-3-master-dmz
dhcp servers are handing out addresses for both networks, including default GW
lan gw: 192.168.10.1
dmz gw: 192.168.20.1
No firewall is configured (yet!)
ip routelist shows two dynamic routes:
DAC 192.168.10.0/24 ether-9-master-lan reachable, pref source: 192.168.10.1
DAC 192.168.20.0/24 ether-3-master-dmz reachable, pref source: 192.168.20.1
tools ping can ping both interfaces (192.168.10.1 and 192.168.20.1)
tools ping can ping both pc's (192.168.10.199 and 192.168.20.199)
both pc's can ping both router interfaces (192.168.10.1 and 192.168.20.1)
pc1 cannot ping pc2 and pc2 cannot ping pc1.
CRS is running routeros 6.27.
I have configured at least 6 other mikrotiks, and never had this problem.
Are there any special settings for the CRS125 that I have missed?
Help anyone?!?