Strategic Sovereignist  ·  Alberta, Canada
The Shield · Digital Pillar

Setting Up a VPN.

A structured guide to VPN deployment — from single-device protection to whole-home encryption to hybrid split configurations. Because digital sovereignty starts with controlling your own traffic.

Why a VPN Matters.

Every time you connect to the internet, your Internet Service Provider sees every website you visit, every service you connect to, and your physical location. A VPN — a Virtual Private Network — creates an encrypted tunnel between your device and a remote server. Your ISP sees only that you are sending encrypted data to a single destination. The contents, the destinations, and the patterns of your browsing become invisible to them.

For Canadians on satellite connections like Starlink, this matters even more. Starlink uses Carrier-Grade NAT and has visibility into your traffic metadata. A VPN is the most practical tool available to reclaim that ground. This guide covers three deployment strategies: single device, whole-home router, and hybrid split — so you can choose the architecture that fits your situation.


Choosing Your VPN Provider.

Not all VPN services are built the same. The two providers that consistently earn the highest marks for privacy, transparency, and technical rigour are Proton VPN and Mullvad VPN. Both are open-source, independently audited, and operate under strong privacy jurisdictions.

Proton VPN — The Ecosystem Builder

Proton VPN is headquartered in Switzerland, outside the 14-Eyes surveillance alliance. It integrates with the broader Proton ecosystem — encrypted mail, cloud storage, and password management. With over 15,000 servers across 120+ countries, it offers the widest network of any privacy-focused provider. Key features include Secure Core (multi-hop routing through hardened servers in Switzerland, Iceland, and Sweden), NetShield (DNS-level ad and tracker blocking), and native apps for every major platform including Android TV and Linux.

Proton Plans: The Free plan offers unlimited data across servers in 10 countries on a single device. The Plus plan unlocks all 15,000+ servers, 10 simultaneous connections, streaming support, Secure Core, and NetShield. Proton Unlimited bundles VPN with Mail, Drive, and Pass.

Mullvad VPN — The Privacy Purist

Mullvad is based in Sweden and takes a radically different approach to identity. There is no email, no username, and no password. You generate a random account number and can pay with cash or cryptocurrency. At €5 per month (flat, no discounts, no upsells), it is the most transparent pricing model in the industry. Mullvad has moved exclusively to WireGuard as of January 2026, dropping OpenVPN entirely. It was the first major provider to enable post-quantum WireGuard by default across all platforms, and offers DAITA — Defense Against AI-guided Traffic Analysis — a feature that obfuscates traffic patterns to defeat machine-learning-based surveillance.

Provider Comparison

Feature Proton VPN Mullvad VPN
JurisdictionSwitzerlandSweden
Servers15,000+ in 120+ countries700+ in 49 countries
ProtocolWireGuard + OpenVPNWireGuard only (as of Jan 2026)
Post-QuantumAvailableDefault on all platforms
Account RequiredEmail addressNone — random number only
PaymentCard, PayPal, cryptoCard, crypto, cash in envelope
Router SupportExcellentExcellent
StreamingStrongLimited
Simultaneous Devices10 (Plus plan)5
Best ForDaily driver, ecosystem integrationMaximum anonymity

Strategy One: Single Device Setup.

This is the simplest deployment. You install the VPN application directly on the device you want to protect — your phone, laptop, or desktop. Only that device is encrypted. Everything else on your network remains exposed.

This approach is ideal for people who are just getting started, who travel frequently, or who need VPN protection on a specific device without modifying their home network.

How It Works

The VPN app creates an encrypted tunnel from your device to the VPN server. Your ISP (or Starlink) sees encrypted traffic going to one IP address. The VPN server then forwards your requests to the open internet on your behalf, masking your real IP and location.

Step 1 — Create an Account

For Proton VPN, visit protonvpn.com and select a plan. For Mullvad, visit mullvad.net and generate an account number — no email required.

Step 2 — Download the App

Install the native app for your platform. Proton and Mullvad both offer apps for Windows, macOS, Linux, Android, iOS, and Android TV. On Linux, Proton provides both a GUI and CLI app; Mullvad offers the same.

Step 3 — Configure Core Settings

Enable the Kill Switch (blocks all internet if the VPN drops). Set protocol to WireGuard for the best speed-to-security ratio. Enable NetShield (Proton) or the content blocker (Mullvad) for DNS-level ad and tracker blocking.

Step 4 — Connect

Use Quick Connect for the fastest nearby server, or manually select a country. For Canadians wanting to keep a local IP, choose a server in Calgary or Vancouver.

Step 5 — Verify

Visit a site like icanhazip.com to confirm your IP has changed. Run dnsleaktest.com to ensure your DNS queries are not leaking to your ISP.

Limitation: Only the device running the VPN app is protected. Every other device on your Wi-Fi — smart TVs, tablets, IoT devices — remains visible to your ISP. If the app crashes or you forget to connect, you are exposed.

Strategy Two: Whole-Home Router Setup.

This is the highest-security deployment. Instead of installing a VPN on each device, you configure the VPN directly on your router. Every device that connects to your Wi-Fi is automatically encrypted — phones, laptops, smart TVs, security cameras, IoT devices. No app required on any endpoint.

This approach treats the router as the privacy perimeter. Everything inside the perimeter is protected. Everything outside is not your concern.

Hardware Requirements

You need a router that supports WireGuard as a client. ISP-provided routers almost never support this. Recommended hardware includes ASUS routers running AsusWRT or AsusWRT-Merlin firmware, GL.iNet travel routers, or any router running OpenWrt or DD-WRT. If you are on Starlink, you will also need the Starlink Ethernet Adapter (Gen 2 dishes) or can plug directly into the built-in port (Gen 3 dishes).

Starlink Integration

The Starlink dish has a built-in router, but it does not support VPN configuration, custom DNS, or advanced security features. To take control, you place your own router between the Starlink dish and your devices.

Step 1 — Physical Connection

Connect the Starlink dish (via Ethernet adapter if Gen 2) to the WAN port on your ASUS or third-party router. Your router is now receiving the internet feed.

Step 2 — Enable Bypass Mode

Open the Starlink app. Go to Settings > Network > Bypass Mode. This disables the Starlink's built-in Wi-Fi and router functions. Your ASUS router now controls all networking.

Step 3 — Update Router Firmware

Log into your router at 192.168.1.1 (or router.asus.com). Navigate to Administration > Firmware Upgrade. Ensure you are running the latest firmware with WireGuard support.

Step 4 — Download VPN Configuration

Log into your Proton or Mullvad account. Navigate to the WireGuard configuration generator. Select your desired server location and download the .conf file.

Step 5 — Configure VPN on Router

In the router admin panel, go to VPN > VPN Fusion (ASUS) or the equivalent WireGuard client section. Upload the .conf file. Enable "Block internet if VPN drops" as your kill switch.

Step 6 — Configure DNS

Navigate to WAN > Internet Connection. Set DNS Server 1 to 9.9.9.9 (Quad9 — privacy-focused, Switzerland-based). Set DNS Server 2 to 1.1.1.2 (Cloudflare — malware blocking). If available, enable DNS-over-TLS and add dns.quad9.net to encrypt your DNS queries.

Step 7 — Verify

From any device on the network, visit icanhazip.com — it should show your VPN server's IP, not your Starlink IP. Visit dnsleaktest.com — you should see Quad9 or your VPN provider, not SpaceX.

BenefitDetails
Every device is protectedPhones, laptops, smart TVs, IoT sensors, and guest devices are encrypted the moment they join your Wi-Fi.
No per-device apps requiredDevices that do not support VPN apps (smart speakers, cameras, thermostats) are still covered.
Hardware kill switchIf the VPN tunnel drops, the router blocks all traffic instantly. No accidental leaks.
Counts as one connectionA router uses a single VPN connection regardless of how many devices are behind it.
Consideration: Changing your VPN server location requires logging into the router admin panel and swapping the WireGuard configuration. This is less convenient than a phone app if you frequently switch countries for streaming or geo-restricted content.

Strategy Three: The Hybrid Split.

This is the most practical architecture for households that need both security and flexibility. You maintain two separate Wi-Fi networks — one hardened through your VPN router, and one direct through Starlink — and assign devices to each based on their purpose.

The Architecture

Instead of enabling Bypass Mode (which kills Starlink's Wi-Fi), you keep both networks active. The Starlink dish feeds internet to both its own built-in Wi-Fi and to your ASUS router via Ethernet. The result is two distinct networks with completely different security profiles.

Hybrid Network Map

Device Wi-Fi Network Protection Level Best For
ThinkPad / DesktopASUS RouterHardened Router-level VPN + encrypted DNSBanking, email, privacy work
Phone (GrapheneOS / iOS)ASUS RouterHardened Router-level VPN + encrypted DNSDaily communications, browsing
Smart TVStarlink DirectApp-Level VPN app on TV onlyStreaming, sports, geo-shifting
Gaming ConsoleStarlink DirectMinimal No VPN unless app availableLow-latency gaming

How to Configure It

Step 1 — Keep Starlink in Normal Mode

Do not enable Bypass Mode. Both the Starlink Wi-Fi and your ASUS router will operate simultaneously.

Step 2 — Resolve the IP Conflict

Both Starlink and ASUS routers default to 192.168.1.1. Log into your ASUS router and change its LAN IP to 192.168.50.1 to prevent a Double NAT collision.

Step 3 — Configure VPN on ASUS

Follow the same WireGuard setup from Strategy Two. All devices on the ASUS network are encrypted.

Step 4 — Install VPN App on Smart TV

On your Smart TV connected to Starlink Wi-Fi, install the Proton VPN app (or Mullvad). Set protocol to WireGuard for best streaming performance on satellite latency. You can now change VPN countries on the TV freely without affecting your hardened network.

Step 5 — Forget Starlink on Secure Devices

On your phone and laptop, forget the Starlink Wi-Fi password. This prevents accidental reconnection to the unprotected network if the ASUS signal drops momentarily.

The Trade-off: Running two networks means you operate in a Double NAT environment. This is fine for browsing and streaming but can increase latency for hosting services or real-time applications. The advantage is full flexibility — your security-critical devices stay hardened, and your entertainment devices stay nimble.

Essential Features to Enable.

Regardless of which deployment strategy you choose, these settings should be enabled on every VPN installation — whether on a device app or a router.

SettingDetails
Kill SwitchIf the VPN tunnel drops, all internet traffic is blocked instantly. This prevents your real IP from leaking during a momentary disconnection. On routers, this is often labelled “Block internet if VPN drops.”
WireGuard ProtocolFaster, lighter, and more secure than OpenVPN. Critical for satellite connections like Starlink where latency is already elevated. Both Proton and Mullvad support WireGuard natively. Mullvad now uses it exclusively.
DNS Leak ProtectionEnsure your DNS queries route through the VPN tunnel or through an encrypted DNS provider (Quad9, Cloudflare, or your VPN’s built-in DNS). If DNS leaks, your ISP can still see which websites you visit even while the VPN is active.
NetShield / Content BlockerProton’s NetShield and Mullvad’s built-in blocker filter ads, trackers, and known malware domains at the DNS level. This provides a layer of protection that operates independently of your browser.
Secure Core / Multi-HopFor high-sensitivity operations, route your traffic through two VPN servers. Proton’s Secure Core routes through hardened servers in Switzerland, Iceland, or Sweden before the exit node. Mullvad offers multi-hop with its own infrastructure.

Platform-Specific Setup Notes.

Windows / macOS

Download the native installer from your VPN provider's website. Installation is straightforward — run the .exe (Windows) or .dmg (macOS), sign in, enable Kill Switch and WireGuard, and connect. Both Proton and Mullvad offer system tray apps for quick connect/disconnect without opening the full application.

Linux

Proton VPN provides both a GUI application (officially supported on Ubuntu, Debian, and Fedora with GNOME) and a command-line interface. Mullvad offers a lightweight GUI and CLI for all major distributions. For manual configuration, download a WireGuard .conf file from your provider, install the wireguard package, place the config in /etc/wireguard/, and manage it with wg-quick up ProtonVPN or systemctl.

Android / iOS

Both providers have native apps in the Google Play Store and Apple App Store. On Android, enable Always-On VPN in system settings to ensure the VPN reconnects automatically. On GrapheneOS, Proton and Mullvad apps work without Google Play Services.

Smart TVs & Streaming Devices

Proton VPN has a native Android TV app. For Fire TV, sideload or install from the Amazon Appstore. Mullvad also supports Android TV. If your TV does not support VPN apps, the whole-home router approach is your only option for protecting it.

ASUS Routers

Proton provides official step-by-step guides for AsusWRT, AsusWRT-Merlin, and newer ASUS models with WireGuard support (VPN Fusion). Models like the RT-AX55, RT-AX3000, and RT-AX86U all support WireGuard client configuration through the admin panel. Higher-end models with Merlin firmware offer more granular control including per-device VPN policies.


Verifying Your Setup.

A VPN is only useful if it is actually working. After any configuration, run these checks from every protected device.

Post-Setup Checklist

Test URL Expected Result
IP Addressicanhazip.comShows VPN server IP, not your Starlink/ISP IP
DNS Leakdnsleaktest.comShows Quad9, Cloudflare, or VPN provider — not SpaceX/Telus/Shaw
WebRTC Leakbrowserleaks.com/webrtcNo local IP addresses exposed
Kill SwitchDisconnect VPN, try to browseAll traffic should be blocked — no pages load

Sovereignty Starts with the Tunnel.

A VPN is not a silver bullet. It does not make you invisible, and it does not replace good operational security habits. But it does remove your ISP from the equation — and in a landscape where ISPs monetize your browsing data and comply with warrantless metadata requests, that is a meaningful step.

Start with a single device if you are new to this. Move to a whole-home router setup when you are ready to protect your perimeter. Use the hybrid split when you need both security and flexibility. The tools exist. The guides are published. The only variable is whether you deploy them.

The Shield Pillar: Digital sovereignty is the second pillar of the Strategic Sovereignist framework. Your ability to control your own communications, browsing, and data flow is as fundamental as growing your own food. The infrastructure is available. Build it.