The wife and daughter are literally going insane with the amount of smart lightbulbs and smart plugs from a brand named meross. It’s actually not that bad of a smart-brand, with lots of timely firmware updates and fairly recent protocols (tokens, keys, 2nd factor auth etc).
They can be operated via some meross cloud, and the devices access internet through our 2.4GHz WiFi AP, which is all fine, except I don’t want these devices to be able to access anything other than our local DNS/NTP server (192.168.1.9) and the internet.
I have given all these devices a static IP through our mikrotik DHCP server (also the gateway) in a certain consecutive manner. They’re all included within 192.168.1.180 to 192.168.1.200.
I could also allow or block using MAC-addresses, since they all start with 48:E1:E9 for these devices.
What is the easiest and least processor intensive way to block access to the rest of the LAN, except of course the internet and DNS ?
I can add a firewall rule for outgoing traffic from them on the gateway, I have several in there already.
I assume I can use their LAN IP-range as source range, something like Src.Address: 192.168.1.180-192.168.1.200 or I’m not sure what the syntax for that would need to be.
But as I understand it, the meross app the ladies use access the devices from the LAN as well, because they also work if internet is down, so they probably need inward access from clients to be allowed then too. That’s making it harder, no?
Any advice here is welcomed.
I did already search the forums, but it’s all immediately trying to introduce a VLAN or physical extra network, which I’m not going to do in this case.