I need advice on following scenario: full Meraki network. I have an SSID for Office users, one for Guest.
I also have some IOT devices (warehouse scanners that only need to talk to a cloud service), but I don't want to create a separate SSID just for them. The Guest SSID can't be used because of the splash page (unless there is a way to circumvent that).
So next logical step would be having them connect to the office SSID, putting them in their own little VLAN, and isolate them from the rest of the office network. I created a VLAN, Group Policy, etc. and assigned it. In the group policy I blocked all traffic to RFC1918 networks.
The following happens: because there is no local DNS server, the MX is proxy-ing DNS requests. This works fine for other internal VLANs (wired, office wireless). But in this case, I guess because of the RFC1918 deny rule, it won't even ping the default gateway. Am I correct in assuming this is how it is supposed to work ? I thought the default gateway was always available ?