Journal
Should Smart Home Devices Be on Their Own Network?

Yes, in any house with more than a handful of connected devices. Cameras, doorbells, TVs, thermostats and appliances all run firmware their manufacturers stop updating long before the hardware fails, and putting them on the same flat network as laptops, phones and file storage means one weak device can see everything else. Segmentation separates them into VLANs so a compromised doorbell reaches nothing but other doorbells.

What problem does segmentation actually solve?

Two, and they are different. The first is security. A typical estate now runs 60 to 150 connected devices, and a meaningful share of them are cheap, cloud dependent, and no longer receiving firmware updates. On a flat network any one of them can scan and reach every other device, including a network attached storage drive holding personal files.

The second is stability, and it is the one people notice sooner. Cameras, streaming devices and TVs generate constant broadcast and multicast traffic. Twelve 4K cameras at roughly 8 Mbps each is about 96 Mbps running continuously whether anyone is watching or not, plus the discovery chatter every device emits looking for its peers. On a flat network that noise reaches every client. Segmentation contains it.

What does a residential VLAN plan look like?

Six segments cover almost every house. Management for switches, access points and the firewall. Primary for family laptops, phones and storage. AV and control for the automation processor, matrix, streamers and speakers. IoT for thermostats, appliances, plugs and anything cloud dependent. Cameras for the camera fleet and the recorder. Guest for visitors.

Each VLAN gets its own subnet and its own SSID where wireless is involved, tagged with 802.1Q across the wired backbone. Firewall rules then define exactly what is allowed to talk to what, and the default between segments is deny. This layout depends on having managed switches and access points that support VLAN tagging, which is one more reason the network infrastructure gets specified before the equipment on top of it.

Why do devices stop finding each other after segmentation?

Because most home device discovery uses mDNS, also called Bonjour, and mDNS is broadcast based. Broadcasts do not cross a VLAN boundary. Split the network and the phone on the primary VLAN can no longer see the speaker on the AV VLAN, even though the routing works fine.

The fix is an mDNS reflector or repeater on the firewall or controller, configured to forward discovery between the specific VLANs that need it and no others. This is the step that gets skipped, and it is why segmentation has a reputation for breaking AirPlay and Chromecast. Done properly, discovery works and the isolation still holds.

The related detail is that a control processor from Savant, Control4 or a Lutron system needs to reach devices across segments to do its job. Those are explicit allow rules, written for specific source addresses and ports in one direction, not an open door between VLANs.

Should cameras be allowed to reach the internet?

Usually not directly. A camera VLAN with no outbound internet access at all, recording locally to an NVR, removes an entire category of risk, because the cameras cannot phone home, cannot be reached from outside, and cannot be enrolled into a botnet.

Remote viewing then happens through the recorder, over a VPN back into the house or through a vendor relay that you have deliberately chosen. What should never be part of the setup is a port forward pointing at a camera or an NVR from the open internet. Exposed camera ports are among the most reliably scanned targets there are, and default credentials on those devices are common enough that scanning works.

Does a guest network do the same thing?

No, and this is a frequent misunderstanding. A guest network with client isolation stops guests from reaching each other and usually from reaching the main network. It does nothing about the sixty IoT devices already sitting on your primary network.

Guest isolation and VLAN segmentation solve different halves of the problem. You want both. Guests on their own SSID with client isolation and a bandwidth cap, and household devices sorted by trust level regardless of who is using them.

What else belongs in the same pass?

Four things, and they take an hour combined. Change every default credential, because device defaults are published and searchable. Disable UPnP on the router, since its whole purpose is letting devices open ports through the firewall without asking. Turn off any port forwarding that is not deliberate and documented. And put the automation processor, the network core and the recorder on a UPS, since a segmented network that loses power is still a network that is down.

Firmware is the ongoing part. Access points, switches and the firewall should be on current firmware, and devices that stopped receiving updates years ago should be identified and either replaced or confined to the IoT VLAN with no lateral access.

Is this worth it in a smaller house?

If the total device count is under about fifteen and there is no camera system and no network storage, a single well configured network with a separate guest SSID is a defensible choice. The complexity has to earn its place.

Past that, and certainly in any house with cameras, a control system and storage, segmentation stops being optional. The practical marker is not square footage but whether losing control of one cheap device would matter. In a house where the same network carries the cameras, the door locks and the family files, it matters.

Frequently asked questions

Will VLANs break AirPlay, Chromecast or Sonos?
Only if the mDNS reflector is not configured. Those protocols rely on broadcast discovery, which does not cross VLANs on its own. With reflection enabled between the specific segments that need it, they work normally and the isolation is preserved.

Can I do this with consumer mesh equipment?
Generally not properly. Most consumer mesh systems offer a guest network and nothing more. Real segmentation needs managed switches, access points that support multiple SSIDs mapped to VLANs, and a firewall that can write inter VLAN rules.

How many VLANs does a house actually need?
Six is a good default: management, primary, AV and control, IoT, cameras, guest. More segments mean more rules to maintain, and a plan nobody maintains fails quietly.

Do I need to open ports to view my cameras remotely?
No, and you should not. Use a VPN back into the house or a vendor relay you have chosen deliberately. Port forwarding to a camera or recorder exposes it to continuous automated scanning.

Who sets this up on a project?
It is designed with the network, before the devices are installed, because retrofitting segmentation into a live house means re addressing everything at once. You can reach us at (888) 818 9996 or through our contact page.

24.08.2026