Applicable for: Mac
This problem can happen if the remnants of a previously installed VPN service are still present on your Mac. Make sure that you completely uninstall and remove other VPN software if they are still installed.
If the problem persists, manually remove the TUN or TAP kexts (device drivers) that are no longer needed.
On the Apple menu bar, click Go > Utilities.
In the Utilities window, double-click Terminal.
In the Terminal window, type the following and hit enter:
sudo kextstat | grep -i tun
Type your administrator password and hit enter.
In the Terminal window, kext details are displayed. Make a note of the TUN or TAP kexts found on your Mac.
For example, in the following details, 'foo.tun' is the kext name.
115 0 0xffffff7f81968000 0x6000 0x6000 foo.tun (1.0) <7 5 4 1>
Following are a few common TAP or TUN kexts:
net.tunnelblick.tun and net.tunnelblick.tap
foo.tun and foo.tap
com.cisco.cscotun
com.viscosityvpn.Viscosity.tun and com.viscosityvpn.Viscosity.tap
com.pogoplug.xcetun
In the Terminal window, type the following and hit enter:
sudo kextunload -b foo.tun
Replace 'foo.tun' in the above command with the kext found on your Mac in line 4.
Exit Terminal, and restart your Mac.
Was this article helpful?