Skip to content
_CORE
AI & Agentic Systems Core Information Systems Cloud & Platform Engineering Data Platform & Integration Security & Compliance QA, Testing & Observability IoT, Automation & Robotics Mobile & Digital Banking & Finance Insurance Public Administration Defense & Security Healthcare Energy & Utilities Telco & Media Manufacturing Logistics & E-commerce Retail & Loyalty
References Technologies Blog Know-how Tools
About Collaboration Careers
CS EN DE
Let's talk

VPN: When and Why to Use One

12. 10. 2021 1 min read intermediate

A VPN is not magic protection. Here is when you actually need one.

When VPN YES

  • Public Wi-Fi (cafes, hotels, airports)
  • Access to a corporate network
  • Access to your home lab from outside
  • Bypassing geo-restrictions (legal)
  • Protection from ISP tracking

When VPN NO

  • “Complete anonymity” — the VPN provider sees your traffic
  • Protection from malware — that’s what antivirus is for
  • Faster internet — a VPN slows it down

Commercial vs Self-Hosted

  • Commercial (Mullvad, ProtonVPN): easy, servers worldwide
  • Self-hosted (WireGuard on a VPS): full control, cheaper

WireGuard Setup

VPN: When and Why to Use One

apt install wireguard wg genkey | tee privatekey | wg pubkey > publickey

wg0.conf

[Interface] PrivateKey = Address = 10.0.0.1/24 ListenPort = 51820

[Peer] PublicKey = AllowedIPs = 10.0.0.2/32

Recommendations

For personal use: Mullvad ($5/month, no logs). For a home lab: self-hosted WireGuard.

vpnsecurityprivacy
Share:

CORE SYSTEMS team

We build core systems and AI agents that keep operations running. 15 years of experience with enterprise IT.