< Previous | Contents | Next >
1.7.2. OpenVPN with GUI for Mac OS X: Tunnelblick
Tunnelblick is an excellent free, open source implementation of a GUI for OpenVPN for OS X. The project's homepage is at http://code.google.com/p/tunnelblick/. Download the latest OS X installer from there and install it. Then put your client.ovpn config file together with the certificates and keys in /Users/username/ Library/Application Support/Tunnelblick/Configurations/ and lauch Tunnelblick from your Application folder.
# sample client.ovpn for Tunnelblick client
remote blue.example.com port 1194
proto udp dev tun
dev-type tun
ns-cert-type server reneg-sec 86400 auth-user-pass
auth-nocache
auth-retry interact comp-lzo yes
verb 3
ca ca.crt
cert client.crt key client.key