Enterprise-grade OPNsense, professionally configured for your home network. You own the hardware. No subscriptions required.
*Updated daily - your security stays current automatically
SecureNet is a complete home network security system: purpose-built hardware, professionally configured software, 8 isolated networks, enterprise-grade wireless, intrusion prevention, DNS filtering, encrypted DNS, hardware monitoring, and a customized deployment tailored to your home and family. Everything works together out of the box.
The foundation is OPNsense, a proven open-source firewall trusted by businesses and security professionals worldwide. It runs on Protectli Vault hardware: fanless, passively cooled appliances purpose-built for network security. Every SecureNet configuration is designed by OSS and preloaded by Protectli engineers onto your Vault and access point before it ships. You plug it in, it works. During your onboarding consultation, an OSS engineer customizes the configuration for your specific home, family, and ISP.
You purchase the hardware through our Protectli partner page. You own it outright. The firewall works completely without any subscriptions. Optional services like SafeNet VPN and Zenarmor application filtering are available but never required.
The Problem We Solve: Home network security is complex. Professional security requires expertise most homeowners don't have and don't want to learn. SecureNet provides enterprise-grade protection for people who don't want to become network engineers.
SecureNet implements 8 separate networks: 3 physical (full access) and 5 virtual VLANs (restricted). Each network isolates devices by trust level and use case.
Primary trusted devices with full access. Your computers, phones, tablets. Can access firewall GUI and all other networks.
Hardware failover network. If Port 1 fails, plug into Port 4. Internet restored in 30 seconds.
Security cameras, doorbells, motion sensors. Internet-only access: can't reach your computers or NAS if compromised.
Smart TVs, Sonos speakers, robot vacuums. Isolated from internal networks: TV spyware can't access your work laptop.
Visitor WiFi. Zero internal visibility: guests can't see other guests, can't discover internal services, can't reach firewall GUI.
Children's devices with DNS filtering. Blocks adult content, gambling, drugs. Network isolation + content filtering.
WiFi VPN tunnel. All traffic routes through Chicago SafeNet server. For privacy-focused browsing.
Wired VPN on Port 3. Plug in ethernet devices that need VPN: home office setup, devices without VPN clients.
SecureNet uses deliberate IP patterns so you can visually identify your routing path without technical knowledge:
| IP Pattern | Meaning | Routing |
|---|---|---|
192.168.x.x |
Standard networks | Direct to ISP (untunneled) |
10.x.x.x |
SafeNet networks | Through VPN tunnel (Chicago) |
Quick Check: Look at your device's IP address. If it starts with 192.168, you're going direct to your ISP. If it starts with 10, you're tunneled through SafeNet VPN.
| Port | Interface | Purpose |
|---|---|---|
| Port 1 (Left) | LAN + VLANs | Primary admin + VLAN trunk to WiFi AP |
| Port 2 | WAN | Internet gateway (connects to ISP modem) |
| Port 3 | SafeNet Port | Wired VPN for ethernet devices |
| Port 4 (Right) | LAN2 Backup | Hardware failover if Port 1 fails |
Every restricted VLAN uses an identical 3-rule pattern that enforces complete isolation while maintaining usability.
This pattern means a device on your IoT VLAN can reach the internet and talk to other IoT devices, but it cannot reach your computers, your NAS, your admin network, or any other VLAN. Period.
Simplified Rule Management: The RFC1918 alias covers ALL private address space in a single entry. When isolation rules reference this alias, you don't need to maintain individual subnet lists. New VLANs still need their own rules applied, but the alias means those rules don't need to be updated every time the network changes.
Suricata is the first layer of our two-layer packet inspection architecture. It sits on the WAN interface, inspecting all internet traffic before it reaches your internal networks.
| Parameter | Value |
|---|---|
| Interface | WAN (perimeter defense) |
| Mode | IPS: blocking, not just alerting |
| Pattern Matcher | Hyperscan (Intel optimized) |
| Total Signatures | ~200K active rules* |
| Updates | Daily automatic (cron at midnight) |
We selected rulesets that maximize home network protection without false positives:
| Source | Signatures | What It Catches |
|---|---|---|
| Abuse.ch ThreatFox | 147,379+ | Active campaign indicators of compromise (IOCs) |
| Abuse.ch URLhaus | 28,451+ | Malicious URLs, phishing, exploit kits |
| Abuse.ch SSL Fingerprint | 9,192+ | Malicious SSL/TLS certificates |
| ET emerging-malware | 17,797+ | Trojans, ransomware, spyware |
| ET emerging-phishing | 2,800+ | Credential theft, fake login pages |
| ET emerging-exploit | 1,676+ | CVE exploits, buffer overflows, RCE |
| ET emerging-scan | 285+ | Port scanning, reconnaissance |
| Feodo Tracker + others | ~125+ | Botnet C&C, worms, DoS, current events |
*Signature counts update daily as new threats are discovered and old ones expire.
All performance numbers validated in our Security Performance Lab with real traffic patterns:
| Hardware | Throughput | Packet Loss | Added Latency |
|---|---|---|---|
| Protectli V1410 | ~1.2 Gbps | 0% | <5ms |
| Protectli VP2430 | ~1.7 Gbps | 0% | <5ms |
Real-World Context: Typical peak household usage is 150-200 Mbps (4x 4K streams + 2 video calls + gaming). SecureNet has 6-10x headroom above typical peak usage, even with full IDS/IPS inspection enabled.
Unbound DNS runs locally on your SecureNet firewall, resolving queries faster than remote servers while blocking malicious domains and ads before any connection is made.
We aggregate multiple trusted sources into a single, deduplicated blocklist hosted on our own infrastructure at oss-blocklist.net.
Why Self-Hosted? We control uptime (not dependent on third-party hosting). Dead feeds get replaced transparently. Customer firewalls always receive updated lists. Format is guaranteed consistent.
| Source | Focus |
|---|---|
| Hagezi Pro++ | Aggressive malware, tracking, and ads (~800K domains) |
| OISD Big | Balanced coverage with low false positives |
| Steven Black Unified | Conservative malware and adware |
| 1Hosts Pro | Malware, tracking, and suspicious domains |
| OSS Community | Customer-reported malicious domains and ads |
| Source | Focus |
|---|---|
| Spamhaus DROP | Hijacked networks, criminal operations |
| DShield Top 20 | Active attackers from real-world data |
| Hagezi TIF | C2 servers, malware hosting |
| OSS Community | Customer-reported malicious IPs |
*Counts update daily as sources refresh and community reports are added.
See an ad that slipped through? Find a malicious site we missed? Report it and we'll add it to the OSS Community list. Your feedback improves protection for everyone.
Unlike browser extensions that only protect one device, SecureNet blocks ads at the DNS level for your entire network. Computers, laptops, tablets, and phones - if it browses the web on your network, third-party ads and trackers are blocked automatically. No extensions to install, no per-device configuration.
Included Free: Ad blocking is built into the DNS filtering you already have. No extra cost, no configuration needed. Works on every device connected to your network.
If a legitimate site gets blocked (false positive):
DNS filtering and IP blocking work together to catch threats that slip through one layer:
| Threat Scenario | DNS Layer | IP Layer |
|---|---|---|
| New domain + new IP | ❌ Misses | ❌ Misses |
| New domain + known bad IP | ❌ Misses | ✅ Blocked |
| Known bad domain + new IP | ✅ Blocked | ❌ Misses |
| Known bad domain + known bad IP | ✅ Blocked | ✅ Blocked |
All DNS queries from your network are encrypted before leaving your home. Your ISP cannot see what websites you're visiting.
| Setting | Value | Why |
|---|---|---|
| Primary | Quad9 (9.9.9.9:853) | Non-profit, Swiss jurisdiction, no query logging |
| Backup | Cloudflare (1.1.1.1:853) | Fastest public DNS, KPMG-audited privacy |
| Encryption | TLS 1.3 | Latest standard |
ISP sees every domain you query: netflix.com, bankofamerica.com, webmd.com...
They can build a complete profile of your browsing habits, sell it to advertisers, or comply with requests without your knowledge.
ISP sees: encrypted connection to 9.9.9.9:853
They know you're making DNS queries. They cannot see what domains you're querying.
Why Not Google DNS? SecureNet prioritizes DNS providers whose incentives align with user privacy. We use Quad9 (a non-profit with no logging) and Cloudflare (audited privacy practices and no advertising business).
Monit watches your firewall hardware 24/7 and sends email alerts before problems become crises.
If Port 1 NIC fails (you receive Monit alert):
Zenarmor is the second layer of our two-layer packet inspection architecture. While Suricata inspects traffic at the WAN perimeter, Zenarmor monitors LAN traffic and identifies applications regardless of encryption.
| Scenario | Suricata (WAN) | Zenarmor (LAN) |
|---|---|---|
| Compromised device scanning internal network | Can't see (internal traffic) | Detects abnormal scanning |
| HTTPS malware from legitimate CDN | Sees valid HTTPS, passes | Detects behavioral anomaly |
| Bandwidth abuse (torrenting) | Sees encrypted traffic | Identifies BitTorrent application |
| Policy violations (TikTok on Kids VLAN) | Can't distinguish apps | Identifies and can block application |
OSS Recommendation: $10/month is excellent value for the visibility you get. Especially valuable for families who want parental controls. But the free tier is fully functional for monitoring.
OSS provides: Installation, configuration, and brief dashboard tutorial during onboarding.
Zenarmor provides: Ongoing support, feature training, policy creation help, troubleshooting.
SecureNet includes pre-configured WireGuard integration for SafeNet VPN subscribers. Traffic from SafeNet networks routes through our Chicago server automatically.
| Network | Routing |
|---|---|
| Home, IoT, Smart, Guest, Kids | Direct to ISP (no VPN) |
| SafeNet VLAN (10.60.60.0/24) | Through Chicago WireGuard tunnel |
| SafeNet Port (10.70.70.0/24) | Through Chicago WireGuard tunnel |
Connect to SafeNet WiFi when you want private browsing. Connect to your regular network for everything else. No apps to install, no settings to change. It's automatic.
Learn More: SafeNet VPN is covered in detail on the SafeNet page →
OSS Vaults ship with Protectli's coreboot firmware: an open-source BIOS replacement that provides firmware-level transparency.
| Layer | Component | Open Source? |
|---|---|---|
| Firmware | Coreboot | ✅ Yes |
| Operating System | OPNsense (FreeBSD) | ✅ Yes |
| Configuration | SecureNet Configuration | ✅ Yes (Forgejo) |
| VPN Protocol | WireGuard | ✅ Yes |
From boot firmware through VPN tunnel, every component is publicly reviewable and independently auditable. No black boxes.
OSS offers an optional enterprise-grade Omada EAP720 wireless access point, professionally configured in Stand Alone mode: no cloud dependency, no subscriptions, full VLAN support.
| Feature | Value |
|---|---|
| WiFi Standard | WiFi 7 (802.11be) with MLO |
| 2.4GHz Speed | Up to 344 Mbps |
| 5GHz Speed | Up to 2,882 Mbps |
| SSIDs | 6 per band (one per VLAN) |
| VLAN Support | Full 802.1Q tagging |
| Coverage | ~1,500 sq ft per AP |
| Management | Stand Alone (local web interface) |
Expansion: Homes over 1,500 sq ft can add additional Omada EAP720 access points. Wired backhaul recommended for best performance.
| Service | Price | What You Get |
|---|---|---|
| SafeNet VPN | $9/mo or $89/yr | Private browsing through Chicago server + Full Support |
| Zenarmor Home | $10/mo | Application blocking, parental controls |
No subscriptions required. The firewall provides complete security functionality without SafeNet or Zenarmor. These are optional enhancements, not requirements.
We're honest about who SecureNet is, and isn't, designed for.
Want to DIY? Our configurations are published on Forgejo. OPNsense is free and open source. You can absolutely replicate this yourself, but expect 25-35 hours for a first-time build and 4-6 hours/month ongoing maintenance. SecureNet is for people who want the result without the project.
Everything is published. Verify every claim we make.
Schedule a free 10-minute introduction call. We'll verify ISP compatibility, answer questions, and make sure SecureNet is right for you.