Wireguard

Most of these posts are simply my internal notes turned into something I can share with others. I definitely don’t claim to be an expert on every topic I write about, but I hope they can serve as a useful starting point, reference, or outline for someone working on a similar problem. If you spot anything that could be improved, corrected, or explained better, I’d really appreciate your feedback. Always happy to learn and improve!

Overlay Mesh Networks - NetBird

In the previous posts, I introduced overlay mesh networks and demonstrated how I set up my first Tailscale VPN account, connected devices to my Tailnet, and tested connectivity between peers including troubleshooting direct versus relayed connections. You can find links to the previous posts at the …

Overlay Mesh Networks - Tailscale

In the previous post, I wrote an introduction about overlay mesh networks, covered traditional and mesh VPN technologies, described the high-level working procedure of mesh VPNs, and compared the two major mesh VPN technology providers. You can find the link to the pervious post at the end of this …

Overlay Mesh Networks - Introduction

In order for devices to communicate with each other, they need some sort of: Direct connectivity (being in the same L2 LAN), Routed network (a properly defined route between the different LANs), or VPN connectivity (different LANs connected using some sort of VPN technology). Same LAN connectivity …