I have a Mikrtik Cloudcore switch I would like to access via winbox (or SSH, http) from a different subnet than the switch is on. All of the other managed switches I use have a management interface and you configure the IP/subnet/gateway for the management interface.
As far as I can tell the mikrotik switch does not have this arrangement. On it the only thing you can assign IP’s to are the ports. I have done this but then I can only access the switch via its IP locally (from the same subnet). For example I have one configured with a 10.10.9.251/16 and I can only access it from another 10.10.#.# address.
The switch connects to a mikrotik router. On the router port 2 is 10.10.254.254/16 (the port the switch is connected to) and port 3 is a public IP like 1.1.1.254/24 . All of the backhauls, APs, switches and other devices on my network with a management interface are in the 10.10.0.0/16 subnet with a gateway pointing at the 10.10.254.254 on the router. This allows me to access the 10.10.0.0/16 from the 1.1.1.0/24 subnet. I can’t access the Mikrotik switch from the 1.1.1.0/24 network because I can’t figure out where to tell it the gateway is 10.10.254.254 .
Is it possible to configure the switch to be accessed via the 1.1.1.0/24 network or can mikrotik cloud switches only be accessed locally ?
Thanks