← ip-tracker.eu
Privacy & Security Guide

What is a VPN?

8 min read  ·  How VPNs work, change your IP & what they can't protect

// Introduction

A VPN (Virtual Private Network) creates an encrypted tunnel between your device and a server operated by the VPN provider. All your internet traffic is routed through this tunnel — websites and services see the VPN server's IP address instead of your own.

Originally designed for businesses to give remote employees secure access to internal networks, VPNs are now widely used by individuals for privacy, bypassing geo-restrictions, and securing traffic on public Wi-Fi.

The global VPN market exceeded $44 billion in 2022 and is growing rapidly. Understanding how VPNs actually work — and what they cannot do — is essential for making informed privacy decisions.

// How a VPN Changes Your IP Address

Without a VPN, every website you visit sees your real public IP address (assigned by your ISP). With a VPN:

  1. Your device establishes an encrypted connection to a VPN server in a location you choose
  2. All your traffic is encrypted and sent through this tunnel to the VPN server
  3. The VPN server decrypts your traffic and forwards it to the destination website
  4. The website sees the VPN server's IP address, not yours
  5. Responses travel back through the tunnel, encrypted, to your device

You can verify your current IP address (with or without VPN) using ip-tracker.eu. If the VPN is working, the displayed IP, location, and ISP should match the VPN server, not your actual connection.

💡 VPN providers operate servers in dozens of countries, letting you appear to be browsing from any of those locations.

// VPN Protocols

The protocol determines how the VPN encrypts your traffic and establishes the secure tunnel. Different protocols offer different trade-offs between speed, security, and compatibility.

ProtocolSpeedSecurityNotes
WireGuardVery fastExcellentModern, lean codebase (4000 lines vs 400,000 for OpenVPN). Recommended default.
OpenVPNModerateExcellentMature, widely audited. TCP mode works through firewalls. Slower than WireGuard.
IKEv2/IPSecFastVery goodNative on iOS/macOS. Handles network changes well (good for mobile).
L2TP/IPSecModerateGoodOlder, built into most OSes. Avoid if alternatives exist.
PPTPFastWeakKnown vulnerabilities. Do not use for privacy.

Most modern VPN providers default to WireGuard for its combination of speed and security.

// What a VPN Protects

// What a VPN Does NOT Protect

⚠ VPNs are widely misunderstood. Here is what they do not do:

// VPN Logging Policies

The most critical factor in choosing a VPN is its logging policy. A VPN that logs your activity provides much weaker privacy protection.

No-log VPNs

Reputable VPN providers publish audited no-log policies, verified by independent security firms. Look for providers that have had their claims validated through a real incident — for example, when law enforcement requested logs and the provider had nothing to hand over.

What logs to watch for

Providers operating under certain jurisdictions (14 Eyes countries) may be compelled to log and share data. Jurisdiction matters when choosing a provider for sensitive use cases.

// VPN Kill Switch

A kill switch blocks all internet traffic if the VPN connection drops unexpectedly. Without a kill switch, your device falls back to your real IP if the VPN tunnel breaks — temporarily exposing your identity.

Most reputable VPN clients include a kill switch. Enable it if privacy is your primary concern.

// Split Tunneling

Split tunneling lets you choose which apps use the VPN and which connect directly. For example: route your browser through the VPN for privacy, but let your video streaming app connect directly for better performance.

This is useful when a VPN slows down local network access (e.g. network printers) or when you need local and remote resources simultaneously.

// Corporate VPNs vs Consumer VPNs

Corporate VPN

Used by businesses to give employees secure remote access to internal resources. Traffic is tunnelled to the company's own servers. The company can see all traffic through the VPN — privacy from the employer is not the goal. Common solutions: Cisco AnyConnect, GlobalProtect, OpenVPN Access Server.

Consumer VPN

Used by individuals for privacy and geo-unblocking. Traffic is tunnelled to the provider's servers. The provider should not log your traffic. Common services: Mullvad, ProtonVPN, NordVPN, ExpressVPN.

// How to Check if Your VPN is Working

After connecting to a VPN:

  1. Visit ip-tracker.eu and click "What is my IP?"
  2. The displayed IP address should be the VPN server's IP, not your home IP
  3. The displayed country and city should match the VPN server location you chose
  4. The ISP field should show the VPN provider's name (e.g. "Mullvad" or "NordVPN"), not your actual ISP

If your real IP or ISP appears, the VPN is not routing your traffic correctly — check for DNS leaks or try reconnecting.

Check your current IP address

See your public IP, location, and ISP — verify your VPN is working correctly.

Check My IP →

// Related Articles