Network service

Network Segmentation & VLAN Design

By the NexusSec engineering team · 8 min read · Updated July 2026
We design and implement network segmentation that genuinely limits how far an attacker can move. Not just creating VLANs — which alone provides no security — but designing zones, writing enforced firewall policy between them, and phasing the rollout so nothing breaks. Segmentation is the single most effective control for containing a breach, and the one most often implemented incompletely.

The problem we solve

In most networks we assess, any device can reach almost any other. A compromised reception PC can attempt to connect to the backup server. Guest Wi-Fi can reach internal printers. The CCTV recorder shares a network with finance systems.

This is why breaches escalate. The initial compromise is usually unremarkable — a phishing email, an unpatched service. On a flat network, an attacker converts that foothold into domain-wide compromise within hours. Segmentation is what breaks that chain. See what is network segmentation for the concept.

VLANs alone are not segmentation

A frequent finding: an organisation has created VLANs and believes it is segmented, but inter-VLAN routing permits any-to-any traffic. That provides tidier addressing and precisely zero security benefit. The security lives in the firewall policy between zones, not in the VLANs themselves.

The zone model we implement

ZoneContentsPolicy principle
UserStaff laptops, desktops, VoIPAccess to named server services only, never whole subnets
ServerApplications, databases, file servicesNo general internet browsing; tightly controlled inbound
ManagementSwitch, firewall, hypervisor, iDRAC/iLO interfacesReachable only from named admin workstations, ideally with MFA
BackupBackup appliances and repositoriesMost restricted zone; not reachable from user networks
Guest Wi-FiVisitor devicesInternet only, client isolation enabled, no internal routes
IoT / OTCameras, printers, sensors, building systemsHeavily restricted; usually no internet and no internal access
DMZInternet-facing servicesIsolated from internal; strictly controlled both directions

How we implement it without breaking things

Segmenting a live network carelessly causes outages. Our method:

  1. Discovery. We analyse actual traffic flows to learn what genuinely communicates with what — which is never what the documentation says.
  2. Zone design. Zones and addressing designed around your business, not a generic template.
  3. Policy drafting. Rules written by service, with justification recorded so future teams understand intent.
  4. Monitor mode first. Policy deployed in logging-only mode so we can see what would be blocked — catching legitimate flows nobody remembered before they break.
  5. Phased enforcement. One zone at a time, starting with the lowest-risk, monitoring between each phase.
  6. Backups and management first for isolation, since these deliver the greatest protection against ransomware.
  7. Validation. We test that boundaries genuinely hold, including penetration testing to confirm it.

What you gain

Micro-segmentation

Where appropriate — typically virtualised environments — we extend to micro-segmentation, applying policy between individual workloads so two servers in the same tier cannot communicate unless explicitly permitted. Most organisations should complete zone-level segmentation first; it delivers the larger share of the benefit.

Frequently asked questions

Will segmentation disrupt our network?

Not if implemented properly. We deploy policy in monitor-only mode first, so we can see exactly what would be blocked and identify legitimate flows nobody remembered, before anything is enforced. Enforcement is then phased zone by zone with monitoring between phases, so issues are caught early and at small scale.

Is creating VLANs enough for segmentation?

No. VLANs create logically separate networks, but if traffic routes freely between them there is no security benefit. Real segmentation requires firewall policy controlling what may pass between zones. We frequently find organisations that believe they are segmented but have any-to-any inter-VLAN routing.

Which zone should we isolate first?

Backups and management interfaces. These are the highest-value targets for ransomware operators — if they reach your backups, your recovery option disappears. Isolating those two zones typically delivers the largest single improvement in resilience.

How long does segmentation take to implement?

For a typical small or mid-sized business, design and phased implementation usually takes four to twelve weeks depending on network size, the number of sites and how much discovery is needed. The monitor-only period before enforcement is a meaningful part of that timeline and should not be rushed.

How do we know the segmentation actually works?

Test it. We validate boundaries through penetration testing, attempting to move between zones exactly as an attacker would. Configuration that appears correct in a firewall console sometimes fails in practice due to routing, exceptions or shadowed rules, which is why validation is part of our delivery.

Contain breaches before they spread

NexusSec designs and implements network segmentation safely, in phases, for businesses across Navi Mumbai, Mumbai and India.

Request a Segmentation Review