Distinct trust zones
Untrusted IoT, cameras, guests, development, and test workloads do not inherit the access of managed clients or administrative systems.
A control is only useful if its boundaries change what a compromised or untrusted device can reach. This note examines the implemented segmentation model and where stronger validation is still needed.
Research question
The environment separates management, trusted clients, servers, IoT, cameras, guests, exposed services, development, test, and security tooling by trust and workload role. The research question is not whether VLANs exist; it is whether policy prevents unnecessary paths between those zones.
Logical segmentation alone does not provide security. Traffic crossing zones must traverse an enforcement point, policy must default toward denial, and required exceptions must remain narrow enough to reason about.
Method
Implementation evidence
Untrusted IoT, cameras, guests, development, and test workloads do not inherit the access of managed clients or administrative systems.
OPNsense provides routing and packet filtering, keeping cross-zone traffic subject to explicit firewall decisions.
Cameras have no general internet or lateral access. Guest access is internet-only. IoT devices are denied internal initiation by default.
Network changes include intended-flow documentation, alternate-access review, service validation, and post-change log inspection.
Findings
Keeping infrastructure management separate from client and application traffic reduces the number of systems that can directly reach privileged interfaces.
Separating cameras, IoT devices, guests, and experiments limits exposure from systems with weaker update practices or uncertain behavior.
Every broad service exception weakens the original boundary. A maintainable inventory of allowed flows matters as much as the initial VLAN design.
Limitations and next validation