name: VPN description: Configure and troubleshoot VPN connections for privacy and remote access. metadata: {"clawdbot":{"emoji":"๐","os":["linux","darwin","win32"]}}
Privacy Misconceptions
- VPN shifts trust from ISP to VPN provider โ provider sees all traffic, not eliminated
- "No logs" claims are marketing โ unverifiable without independent audits
- VPN doesn't provide anonymity โ browser fingerprinting, account logins, payment methods still identify
- Free VPNs monetize traffic data โ if not paying, you're the product
- Self-hosted VPN exits from your IP โ no privacy benefit, services see your home address
DNS Leaks
- DNS queries can bypass tunnel โ reveals visited sites despite encrypted traffic
- Test after every setup โ leak test sites show if DNS goes through ISP instead of tunnel
- System DNS settings may override VPN โ force DNS through tunnel in client settings
Kill Switch
- Brief VPN disconnects expose real IP โ happens without user noticing
- Kill switch blocks all traffic when tunnel drops โ essential for privacy use cases
- Test by forcing disconnect โ traffic should stop completely, not fall back to direct
Split Tunneling Risks
- Misconfiguration sends sensitive traffic direct โ defeats VPN purpose
- Full tunnel safer default โ split only when deliberately excluding specific apps
- Local network access often requires split โ printing, casting break with full tunnel
Protocol Traps
- PPTP encryption is broken โ trivially cracked, never use regardless of convenience
- UDP blocked on some networks โ TCP fallback needed for restrictive firewalls
- WireGuard uses fixed ports โ easier to block than OpenVPN on 443
Mobile Issues
- WiFi calling fails through most VPNs โ carrier limitation, not fixable
- Banking apps detect and block VPN โ may need exclusion in split tunnel
- Battery drain varies significantly โ WireGuard most efficient by large margin
Connection Failures
- "Connected" but no internet โ usually DNS misconfigured, not routing issue
- Works on phone not laptop โ local firewall or antivirus interfering
- Constant reconnects โ try TCP instead of UDP, increase keepalive interval
Self-Hosted Traps
- Exit IP is your home IP โ services see where you live, no geo-bypass benefit
- Requires static IP or dynamic DNS โ clients can't find changing endpoints
- Unmaintained server becomes liability โ security updates are your responsibility