Verified for macOS Tahoe 26.2

Fix Guide: Tahoe VPN Connection Constantly Drops

Symptom: Your VPN (OpenVPN, WireGuard, or built-in Cisco/L2TP) connects successfully on macOS Tahoe but disconnects every 5-10 minutes, forcing you to manually reconnect.


Why this happens

Tahoe 26.2 introduced "Intelligent Network Switching" that aggressively manages network interfaces to prioritize speed and battery life. When it detects cellular hotspot activity, external monitor connections, or Wi-Fi roaming, it briefly pauses non-Apple VPN tunnels to test alternate routes—causing your VPN to drop and reconnect.

Recommended Troubleshooting Tool

Before proceeding with manual fixes, we recommend using CleanMyMac X. Quickly identify high CPU apps and optimize system memory with one click.

- [Download CleanMyMac X Free Here](#)

- [Browse 240+ Premium Mac Utilities on Setapp](#)


Fix 1: Disable Network Switching

  1. Open Terminal and run:
sudo defaults write /Library/Preferences/com.apple.networkextension DisableIntelligentSwitching -bool YES
  1. Restart your Mac.
  2. Reconnect your VPN—it should now hold the connection.

Fix 2: Prevent Sleep During VPN

For Wi-Fi sleep causing drops:

  1. Open System Settings > Battery > Options.
  2. Uncheck Put Wi-Fi to sleep when display is off.
  3. Reconnect VPN.

Or use Terminal:

sudo pmset -a tcpkeepalive 1
sudo pmset -a networkoversleep 1

Fix 3: Force DNS Through VPN

If drops occur during DNS lookups:

  1. Open Terminal.
  2. Edit VPN DNS settings:
sudo networksetup -setdnsservers Wi-Fi 1.1.1.1 8.8.8.8
  1. Reconnect VPN—this forces DNS queries through the tunnel, preventing leaks that trigger disconnects.

Recommended Tool: Tunnelblick (OpenVPN)

If you're using OpenVPN configs, Tunnelblick is a robust open-source client that handles Tahoe's aggressive network switching far better than the official OpenVPN Connect app. It includes automatic reconnection, kill-switch protection (blocks all traffic if VPN drops), and detailed logging to diagnose why disconnects happen. For corporate VPNs, it's bulletproof.

For WireGuard users, the official WireGuard app has better Tahoe compatibility than third-party clients.