LOADING ENCRYPTED TUNNEL NOTES...
STATUS: READY
VPN :: ENCRYPTED TUNNEL
> Useful to protect a connection, reach a remote network, or reduce exposure of your public IP address.
WHAT IS A VPN?
A VPN, or Virtual Private Network, is an encrypted network tunnel. When it is active, part or all of your traffic goes through this tunnel before reaching its destination.
The website or service you access usually sees the VPN server IP address, not directly your home or local network IP. However, the VPN provider, or the server you administer, can see that a connection exists.
Securing a connection from public Wi-Fi, accessing a company or lab network, hiding your original IP from some services, or linking several sites together.
A VPN does not make you anonymous by magic. It does not replace good security habits, does not block every tracker, and does not protect you if your device is compromised.
COMMON USE CASES
Connecting a remote user to a private network: company, homelab, NAS, monitoring, GLPI, etc.
Permanent tunnel between two networks: headquarters and branch office, two remote VLANs, or two firewalls.
Reduces exposure of your real IP address on the destination side, especially on public or untrusted networks.
COMMON PROTOCOLS
Modern, fast, simple to configure, and a very good choice for a homelab or clean remote access setup.
Older, very compatible, and often used in companies or by VPN providers.
Widely used for site-to-site tunnels, especially between firewalls, routers, and professional network devices.
Common on enterprise firewalls. Convenient for users, but heavily dependent on the vendor implementation.
FULL TUNNEL VS SPLIT TUNNEL
FULL TUNNEL
All traffic goes through the VPN.
+ Easy to understand
+ Better protection on public Wi-Fi
- Can be slower
- Everything depends on the VPN server
SPLIT TUNNEL
Only selected networks go through the VPN.
+ Faster
+ Ideal to access a remote LAN
- Less protective for normal internet traffic
SIMPLE MENTAL MODEL
Your PC ---> Encrypted tunnel ---> VPN server ---> Internet
The local network sees a VPN connection.
The final service sees the VPN server IP.
The VPN server becomes a trust point.
THINGS TO WATCH
- Choose a trusted server or provider.
- Enable the kill switch when possible.
- Avoid shady free VPNs.
- Check for DNS leaks.
- Keep the VPN client and server updated.
- Protect private keys and configuration files.
PRIVACY-RESPECTING VPN PROVIDERS
No VPN provider should be trusted only because of marketing. A privacy-oriented VPN should minimize collected data, support modern protocols, publish clear policies, accept privacy-friendly payment methods when possible, and have public audits.
Strong privacy-first approach: no email required, numbered accounts, cash and Monero payments, WireGuard/OpenVPN support, and a strict no-activity-logs policy. Good choice when account anonymity matters.
Good privacy-focused option with open-source apps, WireGuard/OpenVPN support, a strict no-logs policy, and recurring independent no-logs audits. Good choice if you already use Proton services.
Minimal-account model, no email required, WireGuard/OpenVPN support, kill switch, tracker blocking, cash and crypto payments, and a clear no-logs position. Good choice for a simple privacy-focused setup.
HOW TO CHOOSE A VPN FOR PRIVACY
[ ] No activity logs
[ ] Independent audits available
[ ] WireGuard and OpenVPN supported
[ ] Kill switch available
[ ] DNS leak protection
[ ] Clear company ownership
[ ] Anonymous or minimal signup
[ ] Cash / Monero / privacy-friendly payment possible
[ ] No fake "100% anonymous" marketing
VPN AND TOR
VPNs and Tor do not serve exactly the same purpose. A VPN is useful to secure network access or hide your IP from some services. Tor is designed to better separate identity, IP address, and destination.
MINI CHECKLIST
[ ] Modern protocol selected
[ ] Strong authentication
[ ] Private keys protected
[ ] Automatic updates enabled
[ ] DNS under control
[ ] Kill switch tested
[ ] Logs understood
[ ] Access limited to what is strictly necessary