support@technetguy.site Remote IT Services · Worldwide · Get a Quote →
Network & Security · Flagship

Open-Source Enterprise Networking

A full corporate network stack — firewall, VPN, and intrusion detection — built and run on fully open-source infrastructure, with zero per-seat or per-appliance licensing.

A commercial UTM appliance and a Windows-only VPN concentrator are the default answer most vendors sell for perimeter security. On a real production network, we replaced that default with a stack built entirely from open-source components — and it has been carrying real traffic, real remote users, and real intrusion-detection load ever since. This is the architecture, what it replaced, and the mistakes that got caught along the way.

The Architecture

Legacy UTM replaced by OPNsense at the edge, with Suricata inline on WAN, Unbound DNS filtering, and a WireGuard road-warrior mesh fanning out to remote users Legacy Commercial UTM RETIRED migrated OPNsense Edge Firewall / Router inline on WAN Suricata IDS 7,700+ rules, live traffic DNS filtering Unbound DNS + Extended Blocklists VPN mesh WireGuard Road-Warrior VPN Remote User Remote User Remote User dozens of peers, one rollout
The legacy commercial UTM is fully retired. OPNsense sits at the edge; Suricata inspects traffic inline on the WAN interface rather than as a passive tap; Unbound handles DNS-layer filtering natively instead of a bolted-on appliance; WireGuard fans out road-warrior tunnels to a distributed remote workforce.

The Stack, Piece By Piece

Four components, each replacing a commercial equivalent, each chosen for a specific reason — not just "because it's free."

OPNsense replaced the legacy commercial UTM as the perimeter firewall and router for the whole site. It's the FreeBSD-based fork with a genuinely usable web UI, a real plugin ecosystem (Suricata and Unbound both ship as first-class plugins, not bolt-ons), and no per-appliance or per-seat licensing — the cost curve for growing a network doesn't bend upward the way it does with a commercial box.

WireGuard road-warrior VPN gave a distributed workforce — dozens of remote users across the country, no central office network to fall back on — a fast, modern alternative to the old concentrator. It was rolled out user by user, verified individually rather than pushed as one big-bang cutover.

Hard-won lesson: always diff a new peer's server-side public key against its own private-key configuration file before calling the rollout done — not after a user reports it broken. Two peers in one real rollout batch had a silent key mismatch that was completely invisible until someone actually tried to connect.

Suricata runs inline on the WAN interface with 7,700+ live rules, inspecting real traffic rather than just logging a mirrored copy of it. See the full breakdown of what that actually means — and a real mistake worth learning from — on the Security page's IDS section.

DNS-based content filtering was a genuine build-vs-buy decision. A dedicated appliance like Pi-hole or AdGuard Home was the obvious first answer, but neither has a real high-availability or role-based-access-control story for multiple admins. OPNsense's own Unbound resolver with Extended Blocklists solved the same problem without adding a new single point of failure — sometimes the right architecture call is the boring one.

A Real Root-Cause: NAT/Firewall-State Desync

A recurring reachability problem across a double VPN tunnel hop looked, on the surface, like a routing bug. It wasn't — it was a live firewall alias whose in-kernel state table had silently desynced from its own saved configuration. Re-applying the identical config fixed it immediately. The lesson that now applies to every engagement: verify the running state of a firewall or routing rule, never just the saved config on disk. The two can drift apart without any error, alert, or log entry to say so.

What Else We Can Build — An Offering, Not a Delivered Project

Everything above — the OPNsense edge, the WireGuard mesh, the inline Suricata IDS, the native DNS filtering — is real, running infrastructure with real traffic on it. One piece of the open-source stack we have not shipped in production yet is directory services: every real Active Directory domain controller in our project history has been proprietary Windows Server, not open-source.

What we can do, as a capability available on request: architect and deploy directory services — user accounts, group policy equivalents, Kerberos authentication — on fully open-source infrastructure using Samba4 AD DC or FreeIPA, for organizations that want to break the Windows Server licensing dependency across the whole stack, not just the network layer. This is a sellable capability built on the same open-source engineering discipline shown above — honestly framed as available-on-request, not a case study we're claiming already shipped.

Want this architecture on your network?

See the full offering — firewall, VPN, IDS, and optional open-source directory services — on the Services page, or read how the same investigate-before-you-fix discipline hardened this very site.