<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.amahi.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Banjeed</id>
	<title>Amahi Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.amahi.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Banjeed"/>
	<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php/Special:Contributions/Banjeed"/>
	<updated>2026-05-01T11:45:00Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.34.2</generator>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=VPNMacTunnelBlick&amp;diff=3587</id>
		<title>VPNMacTunnelBlick</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=VPNMacTunnelBlick&amp;diff=3587"/>
		<updated>2009-07-16T22:20:18Z</updated>

		<summary type="html">&lt;p&gt;Banjeed: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Mac VPN Client - Tunnelblick ==&lt;br /&gt;
&lt;br /&gt;
Tunnelblick is an open source client for Mac OSX.&lt;br /&gt;
&lt;br /&gt;
Visit the [http://www.tunnelblick.net/ Tunnelblick] download page for all details.&lt;br /&gt;
&lt;br /&gt;
* Download and install [http://tunnelblick.googlecode.com/files/Tunnelblick_3.0b10.dmg Tunnelblick 3.0(B10)] for Mac OS X (''NEW as of Nov 20, 2008'').&lt;br /&gt;
* There are some .ctr/.key files needed (make sure you follow the links to these in this wiki properly):&lt;br /&gt;
** [[:Image:AmahiHDAClient.crt|AmahiHDAClient.crt]]&lt;br /&gt;
** [[:Image:AmahiHDAClient.key|AmahiHDAClient.key]]&lt;br /&gt;
** [[:Image:ca-cert.crt|ca-cert.crt]]&lt;br /&gt;
* 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.&lt;br /&gt;
* Go to the configuration for Tunnelblick and edit the config file.&lt;br /&gt;
* Click on the Tunnelblick icon in the upper right corner of the display, then click '''''Details...'''''&amp;lt;br /&amp;gt;[[Image:tunnelblick-pulldown.png]]&lt;br /&gt;
* &amp;quot;OpenVPN Log Output&amp;quot; window should appear, click on '''''Edit Configuration'''''. Make sure the ''Set Nameserver (Experimental)'' option is ''checked.''&amp;lt;br /&amp;gt;[[Image:tunnelblick-editconfig.png]]&lt;br /&gt;
* Delete the default sample configuration&amp;lt;br /&amp;gt;[[Image:openvpn_conf1.png]]&lt;br /&gt;
* Copy and paste the configuration below into the OpenVPN.conf file, replacing XYZ for your HDA's nickname:&lt;br /&gt;
 &amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
      remote XYZ.yourhda.com 1194&lt;br /&gt;
      client&lt;br /&gt;
      dev tun&lt;br /&gt;
      proto udp&lt;br /&gt;
      resolv-retry infinite&lt;br /&gt;
      nobind&lt;br /&gt;
      persist-key&lt;br /&gt;
      persist-tun&lt;br /&gt;
      ca ca-cert.crt&lt;br /&gt;
      cert AmahiHDAClient.crt&lt;br /&gt;
      key AmahiHDAClient.key&lt;br /&gt;
      comp-lzo&lt;br /&gt;
      verb 3&lt;br /&gt;
      auth-user-pass&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Any time you want to connect '''from outside of your home network''' and '''into your home network''', simply click on '''Connect'''&lt;br /&gt;
* Don't forget to click on the DNS option.&lt;br /&gt;
* Input your username and password&lt;br /&gt;
* It is possible to use keyrings. Will link here the details when available.&lt;br /&gt;
&lt;br /&gt;
Note:&lt;br /&gt;
* The procedure above has been tested with an Intel-based Mac.&lt;br /&gt;
* 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]&lt;br /&gt;
&lt;br /&gt;
Acessing Shares:&lt;br /&gt;
* Once connected, in Finder, go to &amp;quot;Go&amp;quot; &amp;gt; &amp;quot;Connect to Server&amp;quot;.  You'll be prompted to type in your HDA address (smb://hda)&lt;br /&gt;
* There have been cases in which the hda name did not work due to DNS issues.  If this is the case, you can connect via ip address of your HDA (smb://192.168.X.X)&lt;br /&gt;
[[Category: VPN]]&lt;/div&gt;</summary>
		<author><name>Banjeed</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=VPNMacTunnelBlick&amp;diff=3585</id>
		<title>VPNMacTunnelBlick</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=VPNMacTunnelBlick&amp;diff=3585"/>
		<updated>2009-07-16T22:20:02Z</updated>

		<summary type="html">&lt;p&gt;Banjeed: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Mac VPN Client - Tunnelblick ==&lt;br /&gt;
&lt;br /&gt;
Tunnelblick is an open source client for Mac OSX.&lt;br /&gt;
&lt;br /&gt;
Visit the [http://www.tunnelblick.net/ Tunnelblick] download page for all details.&lt;br /&gt;
&lt;br /&gt;
* Download and install [http://tunnelblick.googlecode.com/files/Tunnelblick_3.0b10.dmg Tunnelblick 3.0(B10)] for Mac OS X (''NEW as of Nov 20, 2008'').&lt;br /&gt;
* There are some .ctr/.key files needed (make sure you follow the links to these in this wiki properly):&lt;br /&gt;
** [[:Image:AmahiHDAClient.crt|AmahiHDAClient.crt]]&lt;br /&gt;
** [[:Image:AmahiHDAClient.key|AmahiHDAClient.key]]&lt;br /&gt;
** [[:Image:ca-cert.crt|ca-cert.crt]]&lt;br /&gt;
* 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.&lt;br /&gt;
* Go to the configuration for Tunnelblick and edit the config file.&lt;br /&gt;
* Click on the Tunnelblick icon in the upper right corner of the display, then click '''''Details...'''''&amp;lt;br /&amp;gt;[[Image:tunnelblick-pulldown.png]]&lt;br /&gt;
* &amp;quot;OpenVPN Log Output&amp;quot; window should appear, click on '''''Edit Configuration'''''. Make sure the ''Set Nameserver (Experimental)'' option is ''checked.''&amp;lt;br /&amp;gt;[[Image:tunnelblick-editconfig.png]]&lt;br /&gt;
* Delete the default sample configuration&amp;lt;br /&amp;gt;[[Image:openvpn_conf1.png]]&lt;br /&gt;
* Copy and paste the configuration below into the OpenVPN.conf file, replacing XYZ for your HDA's nickname:&lt;br /&gt;
 &amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
      remote XYZ.yourhda.com 1194&lt;br /&gt;
      client&lt;br /&gt;
      dev tun&lt;br /&gt;
      proto udp&lt;br /&gt;
      resolv-retry infinite&lt;br /&gt;
      nobind&lt;br /&gt;
      persist-key&lt;br /&gt;
      persist-tun&lt;br /&gt;
      ca ca-cert.crt&lt;br /&gt;
      cert AmahiHDAClient.crt&lt;br /&gt;
      key AmahiHDAClient.key&lt;br /&gt;
      comp-lzo&lt;br /&gt;
      verb 3&lt;br /&gt;
      auth-user-pass&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Any time you want to connect '''from outside of your home network''' and '''into your home network''', simply click on '''Connect'''&lt;br /&gt;
* Don't forget to click on the DNS option.&lt;br /&gt;
* Input your username and password&lt;br /&gt;
* It is possible to use keyrings. Will link here the details when available.&lt;br /&gt;
&lt;br /&gt;
Note:&lt;br /&gt;
* The procedure above has been tested with an Intel-based Mac.&lt;br /&gt;
* 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]&lt;br /&gt;
&lt;br /&gt;
Acessing Shares:&lt;br /&gt;
* Once connected, in Finder, go to &amp;quot;Go&amp;quot; &amp;gt; &amp;quot;Connect to Server&amp;quot;.  You'll be prompted to type in your HDA address (smb://hda)&lt;br /&gt;
* There have been cases in which the hda name did not work due to DNS issues.  If this is the case, you can connect via ip address of your HDA (smb://102.168.X.X)&lt;br /&gt;
[[Category: VPN]]&lt;/div&gt;</summary>
		<author><name>Banjeed</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=VPN&amp;diff=2107</id>
		<title>VPN</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=VPN&amp;diff=2107"/>
		<updated>2009-05-11T19:27:14Z</updated>

		<summary type="html">&lt;p&gt;Banjeed: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Remote access to your Amahi HDA comes pre-configured out of the box.&lt;br /&gt;
&lt;br /&gt;
The VPN solution is implemented through the very popular [http://openvpn.net/ OpenVPN] software VPN.&lt;br /&gt;
&lt;br /&gt;
Each HDA comes pre-configured with a remote access server. Once connected, your computer becomes virtually a computer in your home network. All your files and services are as easily accessible as when you are at home.&lt;br /&gt;
&lt;br /&gt;
'''You need to forward one port in your router''' to enable the VPN.&lt;br /&gt;
&lt;br /&gt;
= Requirements =&lt;br /&gt;
&lt;br /&gt;
There are two requirements for Remote Access to work:&lt;br /&gt;
&lt;br /&gt;
* On the client side, you need to be running an OpenVPN client. We provide one for Windows, preconfigured and we recommend one for the Mac, which requires some manual configuration, which are the same settings for the Linux client.&lt;br /&gt;
* Your router needs to provide acces to '''UDP port 1194'''. The way to open is through port forwarding. Forward UDP port 1194 from your router to the IP address of your HDA.&lt;br /&gt;
&lt;br /&gt;
On to the clients:&lt;br /&gt;
&lt;br /&gt;
* [[VPNWindows|Windows Client]]&lt;br /&gt;
* Mac: [[VPNMacTunnelBlick|TunnelBlick]] (open source) or [[VPNMacViscosity|Viscosity]] (shareware)&lt;br /&gt;
* [[VPNLinux|Linux]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Resources on Port Forwarding =&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* [http://www.portforward.com/english/routers/port_forwarding/routerindex.htm Massive database of port forwarding information by router]&lt;br /&gt;
* YouTube Video on Port Forwarding for Linksys Routers: http://www.youtube.com/watch?v=GWPUdW1kIJA&lt;br /&gt;
&lt;br /&gt;
[[Category: Services]]&lt;br /&gt;
[[Category: VPN]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Troubleshooting =&lt;br /&gt;
* Make sure your HDA's network IP range is different than that of the remote network. (e.g. if your HDA's IP address is 192.168.1.X, you cannot connect to it on a remote network also using 192.168.1.X)&lt;br /&gt;
&lt;br /&gt;
* If you are running your HDA from a Verizon FiOS connection, you may experience strange disconnections.  This may be due to the Actiontec router's small NAT table.  Please see guides here http://www.verizonfioswiki.com/index.php/Using_Your_Own_Router for instructions on how to use your own router.&lt;/div&gt;</summary>
		<author><name>Banjeed</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=Fwbackups&amp;diff=1729</id>
		<title>Fwbackups</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=Fwbackups&amp;diff=1729"/>
		<updated>2009-04-09T20:27:49Z</updated>

		<summary type="html">&lt;p&gt;Banjeed: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[http://www.diffingo.com/oss/fwbackups fwbackups] is a recommended desktop program to do backups of your Fedora system.&lt;br /&gt;
&lt;br /&gt;
To install fwbackups from the fedora repositories, in terminal type&lt;br /&gt;
&lt;br /&gt;
yum install fwbackups&lt;br /&gt;
&lt;br /&gt;
when done you can run the program by typing fwbackups into a terminal.&lt;br /&gt;
&lt;br /&gt;
You can add it your startup programs by going to&lt;br /&gt;
System &amp;gt; Preferences &amp;gt; Personal &amp;gt; Sessions &amp;gt; Startup Programs&lt;br /&gt;
Click Add and enter fwbackups to Name and Command.  &lt;br /&gt;
(I was unable to add it to my startup programs using a login created through Amahi...I created a login through Fedora and I was then able to add it.)&lt;br /&gt;
You can then specify within the program which folders (var/hda/files/...) you'd like to be backed up to whichever destination directory you'd like. The destination directories can be externally mounted drives&lt;/div&gt;</summary>
		<author><name>Banjeed</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=Fwbackups&amp;diff=1727</id>
		<title>Fwbackups</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=Fwbackups&amp;diff=1727"/>
		<updated>2009-04-09T20:27:26Z</updated>

		<summary type="html">&lt;p&gt;Banjeed: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[http://www.diffingo.com/oss/fwbackups fwbackups] is a recommended desktop program to do backups of your Fedora system.&lt;br /&gt;
&lt;br /&gt;
To install fwbackups from the fedora repositories, type&lt;br /&gt;
&lt;br /&gt;
yum install fwbackups&lt;br /&gt;
&lt;br /&gt;
when done you can run the program by typing fwbackups into a terminal.&lt;br /&gt;
&lt;br /&gt;
You can add it your startup programs by going to&lt;br /&gt;
System &amp;gt; Preferences &amp;gt; Personal &amp;gt; Sessions &amp;gt; Startup Programs&lt;br /&gt;
Click Add and enter fwbackups to Name and Command.  &lt;br /&gt;
(I was unable to add it to my startup programs using a login created through Amahi...I created a login through Fedora and I was then able to add it.)&lt;br /&gt;
You can then specify within the program which folders (var/hda/files/...) you'd like to be backed up to whichever destination directory you'd like. The destination directories can be externally mounted drives&lt;/div&gt;</summary>
		<author><name>Banjeed</name></author>
		
	</entry>
</feed>