All Articles

Dive into articles, tutorials and expert insights covering modern development, architecture, design and infrastructure.

Secure Site-to-Site VPN with WireGuard on VyOS 1.5 for Inter-Site Connectivity

October 29, 2025

by Lachlan Roche

Secure Site-to-Site VPN with WireGuard on VyOS 1.5 for Inter-Site Connectivity

Connecting multiple office sites or datacenters securely and efficiently is a critical challenge for modern businesses. Traditional VPN solutions like IPsec or OpenVPN can be complex to configure and maintain, especially in multi-site environments. WireGuard offers a lightweight, fast alternative that's easier to set up. VyOS 1.5 fully supports WireGuard, making it an excellent choice for organizations looking to interconnect multiple datacenters or sites. In this guide, we'll show you how to set up a site-to-site WireGuard tunnel on VyOS 1.5. We'll cover routing, firewall configuration, and best practices. By the end, your sites will be securely connected over the internet with traffic routed effectively between LANs.

Networking

Read more

Self-Hosting Headscale on a Dedicated Server: Step-by-Step

August 12, 2026

by Jesse Schokker

Self-Hosting Headscale on a Dedicated Server: Step-by-Step

Headscale gives you the half of Tailscale that isn't open source: the coordination server. Run it yourself and the official Tailscale clients (with their excellent NAT traversal and platform support) connect to infrastructure you control, with no per-user pricing and no third party holding your network's keys. This guide is the practical walkthrough: install from the official packages, TLS done the simple way, users and ACLs, the embedded DERP relay on your own network, and the honest operational limits of a deliberately small project.

Networking

Read more

WireGuard vs Tailscale vs Headscale vs NetBird: The Self-Hosted Mesh VPN Decision

July 29, 2026

by Jesse Schokker

WireGuard vs Tailscale vs Headscale vs NetBird: The Self-Hosted Mesh VPN Decision

WireGuard is the protocol all three products are built on, so "WireGuard vs Tailscale" is the wrong framing. The real question is who runs your control plane: Tailscale's SaaS, a self-hosted Headscale, NetBird's fully open stack, or nobody (raw WireGuard). This guide draws the protocol-vs-control-plane-vs-relay map cleanly, compares the four on the dimensions you actually decide on, explains why kernel and userspace WireGuard perform differently, and gives an infrastructure operator's verdict, including the angle the vendor-written SERP ignores: mesh access into management and out-of-band networks.

Networking

Read more