Changes

From Amahi Wiki
Jump to: navigation, search
2,283 bytes added ,  21:31, 1 September 2008
New page: == Mac VPN Client - Tunnelblick == Tunnelblick is an open source client for the mac. It currently has some issues with Leopard, however, it works well with Tiger. For Leopard, version 3....
== Mac VPN Client - Tunnelblick ==

Tunnelblick is an open source client for the mac.

It currently has some issues with Leopard, however, it works well with Tiger. For Leopard, version 3.0b9 seems to work best, although periodic disconnections happen, which is quite annoying.

Visit the [http://www.tunnelblick.net/ Tunnelblick] download page.

* Download and install [http://tunnelblick.googlecode.com/files/Tunnelblick_3.0b9.dmg Tunnelblick 3.0(B9)] for Mac OS X.
* There are some .ctr/.key files needed (make sure you follow the links to these in dis wiki properly):
** [[:Image:AmahiHDAClient.crt|AmahiHDAClient.crt]]
** [[:Image:AmahiHDAClient.key|AmahiHDAClient.key]]
** [[:Image:ca-cert.crt|ca-cert.crt]]
* Download the .ctr/.key files and save them in the /Users/'''username'''/Library/openvpn folder, where '''username''' is the home directory of the current user.
* Go to the configuration for Tunnelblick and edit the config file.
* Click on the Tunnelblick icon in the upper right corner of the display, then click '''''Details...'''''<br />[[Image:tunnelblick-pulldown.png]]
* "OpenVPN Log Output" window should appear, click on '''''Edit Configuration'''''. Make sure the ''Set Nameserver (Experimental)'' option is ''checked.''<br />[[Image:tunnelblick-editconfig.png]]
* Delete the default sample configuration<br />[[Image:openvpn_conf1.png]]
* Copy and paste the configuration below into the OpenVPN.conf file, replacing XYZ for your HDA's nickname:
<pre><nowiki>
remote XYZ.yourhda.com 1194
client
dev tun
proto udp
resolv-retry infinite
nobind
persist-key
persist-tun
ca ca-cert.crt
cert AmahiHDAClient.crt
key AmahiHDAClient.key
comp-lzo
verb 3
auth-user-pass
</nowiki></pre>


* Any time you want to connect '''from outside of your home network''' and '''into your home network''', simply click on '''Connect'''
* Don't forget to click on the DNS option.
* Input your username and password
* It is possible to use keyrings. Will link here the details when available.

Note:
* The procedure above has been tested with an Intel-based Mac.
* If the latest does not work, try the Beta 3 of Tunneblick: [http://www.tunnelblick.net/Tunnelblick_3.0_rc3.zip Tunnelblick_3.0_rc3.zip]
Trusted, Bots, Bureaucrats, emailconfirmed, Administrators
3,789

edits