Hi
I have a conundrum, which hopefully has a simple solution.
Situation
I have a number of 'Chromecast/Miracast capable devices, mostly Sony, but likely to include other brands in the future.
All these devices are wired, although they are Bluetooth/Wi-Fi capable as well.
It is very convenient to be able to link to a chromecast device from, for example, a phone and have the device establish the link to the source and take over playing the music/video, freeing up the phone for other purposes.
Problem
These casting devices are IOT based and therefor quite high risk. I do not want them on the same VLAN as ostensibly secure kit such as servers and workstations.
Requirement
Find a way of allowing secure devices to communicate with the casting capable devices without compromising security.
Is it simplest to work along the same lines as enabling Bonjour?
Or, I worked out that using subnetting I could arrange VLANs so that the secure network can see the IOT network but not vice versa - eg Secure VLAN 192.168.20.0/23 - Insecure VLAN 192.168.21.0/24 - and restrict the range of DHCP addresses used by the secure VLAN ?
I am concerned that the subnetting proposal may have unintended consequences?
All suggestions gratefully received.