<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Vlan-Isolation on VPNReview — Independent VPN Tests: Speed Benchmarks &amp; Privacy Audits in 2026</title>
    <link>https://vpnreview.nxtniche.com/tags/vlan-isolation/</link>
    <description>Recent content in Vlan-Isolation on VPNReview — Independent VPN Tests: Speed Benchmarks &amp; Privacy Audits in 2026</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Tue, 07 Jul 2026 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://vpnreview.nxtniche.com/tags/vlan-isolation/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>SPR Super Quick Review: Per-Device WiFi Router OS (2026)</title>
      <link>https://vpnreview.nxtniche.com/posts/spr-super-secure-wifi-router-quick-review-2026/</link>
      <pubDate>Tue, 07 Jul 2026 00:00:00 +0000</pubDate>
      <guid>https://vpnreview.nxtniche.com/posts/spr-super-secure-wifi-router-quick-review-2026/</guid>
      <description>SPR Super gives every WiFi device its own isolated subnet with a unique WPA3 passphrase. A quick look at this open-source router OS that turns a Pi into a zero-trust appliance.</description>
      <content:encoded><![CDATA[<p>Most people think a strong WiFi password is enough to keep their home network safe. But here&rsquo;s the thing — once a device joins your network, consumer routers treat it like family. Your smart TV, your kid&rsquo;s tablet, your IoT light bulb — they all get the same network access as your work computer.</p>
<p>But SPR (Secure Programmable Router) by Supernetworks approaches this differently. It gives every single device its own isolated /30 subnet with a unique WPA3 passphrase. No device can talk to another unless you explicitly allow it. And it runs on a Raspberry Pi 4 or 5, or their pre-built Compute Board ($399.99).</p>
<p>I spent an afternoon digging into SPR v1.1.7 (released today, July 7, 2026), deployed it on a Pi 5, and walked through the React UI. Here&rsquo;s what makes it interesting—and where it falls short.</p>
<h2 id="what-makes-spr-super-different">What Makes SPR Super Different</h2>
<p>Consumer routers from TP-Link, Eero, or Nest WiFi create one flat network — one SSID, one password, every device in the same broadcast domain. If one device gets compromised, the attacker can scan the entire LAN.</p>
<p>SPR flips that model entirely.</p>
<table>
	<thead>
			<tr>
					<th style="text-align: left">Feature</th>
					<th style="text-align: center">SPR Super</th>
					<th style="text-align: center">Consumer Router (TP-Link/Eero)</th>
					<th style="text-align: center">Firewalla</th>
			</tr>
	</thead>
	<tbody>
			<tr>
					<td style="text-align: left">Per-device VLAN isolation</td>
					<td style="text-align: center">✅ Every device gets /30 subnet</td>
					<td style="text-align: center">❌ Single flat network</td>
					<td style="text-align: center">❌ VLAN groups only</td>
			</tr>
			<tr>
					<td style="text-align: left">Unique WPA3 PSK per device</td>
					<td style="text-align: center">✅ Multi-PSK (first in market)</td>
					<td style="text-align: center">❌ One shared password</td>
					<td style="text-align: center">❌ N/A (no WiFi)</td>
			</tr>
			<tr>
					<td style="text-align: left">Default-deny firewall</td>
					<td style="text-align: center">✅ Policy-based, zero-trust</td>
					<td style="text-align: center">❌ Default-allow LAN</td>
					<td style="text-align: center">⚠️ Groups-based</td>
			</tr>
			<tr>
					<td style="text-align: left">Built-in WireGuard VPN</td>
					<td style="text-align: center">✅ Native</td>
					<td style="text-align: center">❌ Requires separate setup</td>
					<td style="text-align: center">✅ Yes</td>
			</tr>
			<tr>
					<td style="text-align: left">DNS ad blocking</td>
					<td style="text-align: center">✅ Per-device rules + DoH</td>
					<td style="text-align: center">⚠️ Basic (some models)</td>
					<td style="text-align: center">✅ Yes</td>
			</tr>
			<tr>
					<td style="text-align: left">Open source</td>
					<td style="text-align: center">✅ BSD-3-Clause</td>
					<td style="text-align: center">❌ Proprietary</td>
					<td style="text-align: center">❌ Proprietary</td>
			</tr>
			<tr>
					<td style="text-align: left">Self-hosted (no cloud)</td>
					<td style="text-align: center">✅ Fully local</td>
					<td style="text-align: center">❌ Cloud-dependent</td>
					<td style="text-align: center">⚠️ Cloud for management</td>
			</tr>
			<tr>
					<td style="text-align: left">Hardware cost</td>
					<td style="text-align: center">$55-80 (Pi 4/5) or $399</td>
					<td style="text-align: center">$50-200</td>
					<td style="text-align: center">$179-589</td>
			</tr>
	</tbody>
</table>
<p>Still, the Multi-PSK WPA3 feature alone sets SPR apart. Each device gets its own unique WiFi passphrase. So if a guest leaves or a device is compromised, you revoke just one passphrase — not the whole network. That&rsquo;s something no consumer mesh system offers today.</p>
<h2 id="hands-on-with-spr-v117">Hands-On With SPR v1.1.7</h2>
<p>Setting up SPR on a Raspberry Pi 5 was straightforward. The README documents two paths: building from source with <code>./build_docker_compose.sh --load</code> or pulling prebuilt Docker images. I took the prebuilt route — <code>docker-compose pull &amp;&amp; docker-compose up -d</code> — and it was running in about 15 minutes.</p>
<p>Now, the React UI is clean and responsive. You add devices, assign policies, and watch traffic in real time. The per-device DNS controls are granular: you can set ad-block lists per device, route specific devices through DoH, or bypass filtering for trusted services.</p>
<p>But here&rsquo;s the honest part — SPR is not plug-and-play. If you&rsquo;re used to an Eero app where you click &ldquo;Add Device&rdquo; and you&rsquo;re done, SPR will feel like work. You need Docker. You need to understand subnets. You need to think about firewall rules in terms of device groups and policies. This is a tool for people who know what they&rsquo;re doing.</p>
<h2 id="built-in-wireguard-vpn">Built-In WireGuard VPN</h2>
<p>SPR includes WireGuard natively for remote access to your home network — no separate VPN server needed. Each remote device gets a WireGuard public key as its identity, the same zero-trust model as WiFi clients. For a deeper look at WireGuard itself, our <a href="/posts/wireguard-setup-guide-2026-06-11/">setup guide</a> covers the manual approach.</p>
<h2 id="where-spr-super-falls-short">Where SPR Super Falls Short</h2>
<p>Still, SPR has real limitations worth noting:</p>
<p><strong>First, the learning curve.</strong> The documentation is thorough but assumes networking knowledge. If you don&rsquo;t know what a /30 subnet is, you&rsquo;ll struggle.</p>
<p><strong>Second, the paid tier.</strong> SPR PLUS unlocks mesh backhaul, event-triggered rules, and DNAT rewriting. But the pricing isn&rsquo;t visible on GitHub — you have to visit their website. For an open-source project, that&rsquo;s frustrating.</p>
<p><strong>Third, the Pi 5&rsquo;s built-in WiFi isn&rsquo;t great for this.</strong> You&rsquo;ll want a dedicated access point or their $399 Compute Board — which puts it in Firewalla Purple territory ($359). And Firewalla&rsquo;s app is much more polished.</p>
<h2 id="bottom-line">Bottom Line</h2>
<p>SPR Super is one of the only open-source router OS options that delivers per-device WPA3 isolation out of the box. If you&rsquo;re willing to invest the time — and you care about device-level zero-trust on your home network — it&rsquo;s a genuinely different approach. No consumer router does what SPR does.</p>
<p>But it&rsquo;s not for everyone. If you want something that works after a 5-minute setup, stick with Eero, TP-Link Deco, or Firewalla. Still, SPR serves the self-hosted crowd well — people who run Docker on a Pi, manage their own DNS (check out our <a href="/posts/netbird-self-hosted-wireguard-mesh-vpn-review-2026/">NetBird self-hosted WireGuard mesh review</a> for a similar DIY approach), and understand why a flat home network is a privacy risk.</p>
<p>To try it, you&rsquo;ll need a <strong>Raspberry Pi 5</strong> ($55-80) and a high-endurance <strong>SD card</strong> — both available on Amazon if you&rsquo;re buying Pi hardware. No cloud subscription required.</p>
]]></content:encoded>
    </item>
  </channel>
</rss>
