Uninstall instructions. Uses an uninstaller app that removes more than just the application.
Month: July 2015
Homebrew (and VPN)
http://brew.sh/. It’s great.
Installed version is 0.9.5
More with VPN…
brew install Caskroom/cask/tuntap
brew install openvpn
Attempting to use the openvpn command will result in ‘command not found’. brew doctor
reveals that I need to update my PATH.
echo 'export PATH="/usr/local/sbin:$PATH"' >> ~/.bash_profile
. ~/.bash_profile
Now I can use the openvpn command. To run properly will require sudo.
Updates
Tunnelblick
Install Tunnelblick.
Follow basic install procedure, nothing special.
Copy over VPN configuration files to /etc/openvpn/keys. In Finder, double-click on the .ovpn to install configuration. Connect.
[currently troubleshooting a “successful” connection that blocks internet access]
Uninstall GlobalProtect
sudo /Applications/GlobalProtect.app/Contents/Resources/uninstall_gp.sh
Need to test some VPN configs, hopefully this will remove any conflicts.