Tailscale: VPN That Just Works (No Port Forwarding Required)

TL;DR Summary Tailscale builds a private mesh network between your devices using WireGuard. Once installed, every device on your network is reachable from any other, anywhere in the world, as if they were on the same LAN. No router ports opened, no dynamic DNS to maintain, no central server to manage. I’ve been using it for 6 months and haven’t touched my router settings since. The Core Problem: Accessing Devices Across Networks Say you’re at a coffee shop and need to SSH into your home server. Or you’re traveling and need a file from your NAS. Or you’re at work and want to access your Home Assistant instance. ...

April 14, 2026 · 6 min · 1214 words · Jefferson Santander

Why I Switched to Cloudflare Tunnel (And Never Looked Back)

TL;DR Summary Cloudflare Tunnel (formerly Argo Tunnel) eliminates the need to open ports on your router or deal with dynamic DNS services. One small daemon runs on your server, creates an outbound connection to Cloudflare’s edge, and your services are accessible via HTTPS — no router configuration needed. I’ve been running it for 8 months across 6 services with zero maintenance. The Problem with Traditional Remote Access Most guides for accessing your homelab from outside your house go like this: set up port forwarding on your router, configure dynamic DNS because your ISP gives you a dynamic IP, cross your fingers that your IP doesn’t change while you’re away, and pray that your router’s firewall is solid enough. ...

April 13, 2026 · 6 min · 1212 words · Jefferson Santander

Homelab Networking: VLANs, Segmentation, and Why It Matters

TL;DR Summary VLANs (Virtual LANs) let you segment network traffic without running separate physical cables. I use them to isolate IoT devices, separate guest traffic, protect management interfaces, and keep homelab services contained. Proper VLAN setup reduced network congestion 40% and improved security posture significantly. This guide covers the basics and my exact implementation. Why VLANs Matter for Homelabs When everything is on one network: IoT devices can probe your computers Guests can access your servers Smart TVs phone home to unknown servers Network problems cascade across all devices VLANs fix this by creating virtual isolation. One router, multiple isolated networks. ...

April 10, 2026 · 3 min · 638 words · Jefferson Santander

Privacy Tools That Actually Work in 2026

TL;DR Summary Most privacy tools either don’t work or are so inconvenient you won’t use them. These do both: they actually protect your privacy AND are practical for daily use. This covers my complete privacy stack—private search (SearXNG), encrypted email (Proton + Tuta), DNS filtering (AdGuard Home), private messaging (Signal), and secure browsing (Brave + uBlock). No tinfoil hat required. Private Search: SearXNG Google tracks everything. SearXNG is an open-source metasearch engine that aggregates results without tracking you. ...

April 9, 2026 · 4 min · 701 words · Jefferson Santander