<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Vpn on The Home Lab</title><link>https://adamazl.github.io/homelab/tags/vpn/</link><description>Recent content in Vpn on The Home Lab</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Sun, 15 Mar 2026 00:37:20 +1300</lastBuildDate><atom:link href="https://adamazl.github.io/homelab/tags/vpn/index.xml" rel="self" type="application/rss+xml"/><item><title>Zero-Config Remote Access with Tailscale</title><link>https://adamazl.github.io/homelab/posts/tailscale-remote-access/</link><pubDate>Sat, 29 Nov 2025 00:00:00 +0000</pubDate><guid>https://adamazl.github.io/homelab/posts/tailscale-remote-access/</guid><description>&lt;h2 id="the-problem-with-traditional-remote-access"&gt;The Problem with Traditional Remote Access&lt;/h2&gt;
&lt;p&gt;Setting up WireGuard or OpenVPN yourself works, but it has requirements:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;A public IP (harder to get on CGNAT/IPv6-only connections)&lt;/li&gt;
&lt;li&gt;Port forwarding on your router&lt;/li&gt;
&lt;li&gt;Dynamic DNS if your IP changes&lt;/li&gt;
&lt;li&gt;Key management for each client&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Tailscale removes all of these requirements. It creates an encrypted peer-to-peer mesh network between your devices without any port forwarding, and works through CGNAT, firewalls, and double-NAT.&lt;/p&gt;
&lt;h2 id="how-tailscale-works"&gt;How Tailscale Works&lt;/h2&gt;
&lt;p&gt;Tailscale is built on WireGuard. Each device gets a WireGuard key pair. Tailscale&amp;rsquo;s coordination server (not a relay server) shares public keys between devices so they can establish direct encrypted connections.&lt;/p&gt;</description></item><item><title>Self-Hosted VPN with WireGuard</title><link>https://adamazl.github.io/homelab/posts/wireguard-vpn-server/</link><pubDate>Sat, 01 Nov 2025 00:00:00 +0000</pubDate><guid>https://adamazl.github.io/homelab/posts/wireguard-vpn-server/</guid><description>&lt;h2 id="why-self-host-a-vpn"&gt;Why Self-Host a VPN?&lt;/h2&gt;
&lt;p&gt;A self-hosted VPN gives you a secure tunnel back into your home network when you&amp;rsquo;re away. Unlike commercial VPN services (which are for hiding traffic from your ISP), this is about remote access — connecting to your NAS, home automation, internal dashboards, or development environment from a coffee shop or hotel.&lt;/p&gt;
&lt;p&gt;WireGuard is the right choice today. It&amp;rsquo;s built into the Linux kernel, uses modern cryptography (ChaCha20, Curve25519), and has a drastically smaller codebase than OpenVPN (~4,000 lines vs ~400,000). Handshakes complete in milliseconds. Battery drain on mobile is noticeably lower.&lt;/p&gt;</description></item></channel></rss>