<?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=Alvin+Petitt</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=Alvin+Petitt"/>
	<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php/Special:Contributions/Alvin_Petitt"/>
	<updated>2026-04-11T17:02:20Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.34.2</generator>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=NeoRouter&amp;diff=91661</id>
		<title>NeoRouter</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=NeoRouter&amp;diff=91661"/>
		<updated>2015-02-19T12:22:30Z</updated>

		<summary type="html">&lt;p&gt;Alvin Petitt: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;To install '''NeoRouter''' (http://neorouter.com) VPN solution to your HDA (following instructions are for Amahi v7 CentOS):&lt;br /&gt;
&lt;br /&gt;
# Visit http://www.neorouter.com/Downloads.html#_page_nrfree_Linux  and download the current version of NeoRouter Server for your Linux distribution. Mine was for RedHat/CentOS 64-bit server. Or from the command line: wget -c http://download.neorouter.com/Downloads/NRFree/&amp;lt;UpdateVersion&amp;gt;/Linux/&amp;lt;distro&amp;gt;/nrserver-&amp;lt;version&amp;gt;-&amp;lt;release&amp;gt;-&amp;lt;Arch&amp;gt;.&amp;lt;ext&amp;gt;. Example: http://download.neorouter.com/Downloads/NRFree/Update_2.1.2.4326/Linux/CentOS/nrserver-2.1.2.4326-free-centos-x86_64.rpm&lt;br /&gt;
# Install: sudo rpm -i nrserver-&amp;lt;version&amp;gt;-&amp;lt;release&amp;gt;-&amp;lt;arch&amp;gt;.rpm&lt;br /&gt;
# If firewall is running, configure your firewall: In a terminal, run command &amp;quot;sudo nano /etc/sysconfig/iptables&amp;quot;, add &amp;quot;-A INPUT -m state --state NEW -m tcp -p tcp --dport 32976 -j ACCEPT&amp;quot; before &amp;quot;COMMIT&amp;quot;.&lt;br /&gt;
# After install, configure your server: &lt;br /&gt;
## nrserver -showsettings&lt;br /&gt;
## nrserver -setdomain myPrivateNetwork myDomainPassword&lt;br /&gt;
## '''Optional step to change VPN network IP range:''' nrserver -dhcp 10.1.1.0 255.255.255.0&lt;br /&gt;
## nrserver -showsettings&lt;br /&gt;
## nrserver -showusers&lt;br /&gt;
## nrserver -adduser serverbox password admin (substitute &amp;quot;serverbox&amp;quot; and &amp;quot;password&amp;quot; for whatever you want to use)&lt;br /&gt;
## nrserver -adduser jdoe password admin (substitute &amp;quot;jdoe&amp;quot; and &amp;quot;password&amp;quot; for whatever you want to use)&lt;br /&gt;
## nrserver -adduser bsmith password user (ditto)&lt;br /&gt;
## nrserver -showusers&lt;br /&gt;
# '''Restart''' your HDA.&lt;br /&gt;
# Install the appropriate NeoRouter client package on a workstation and attempt to log into the network via one of the users previously created. For more details on client installation, go here: http://www.neorouter.com/wiki/index.php/NeoRouterWiki:ClientSetup&lt;br /&gt;
# Optionally, install the NeoRouter client package on the same machine running the NeoRouter server package. This allows VPN users to connect with other services hosted by the same computer as the NeoRouter server. For example, VNC to remotely access the desktop of the HDA.&lt;/div&gt;</summary>
		<author><name>Alvin Petitt</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=NeoRouter&amp;diff=91656</id>
		<title>NeoRouter</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=NeoRouter&amp;diff=91656"/>
		<updated>2015-02-19T12:20:51Z</updated>

		<summary type="html">&lt;p&gt;Alvin Petitt: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;To install '''NeoRouter''' (http://neorouter.com) VPN solution to your HDA (following instructions are for Amahi v7 CentOS):&lt;br /&gt;
&lt;br /&gt;
# Visit http://www.neorouter.com/Downloads.html#_page_nrfree_Linux  and download the current version of NeoRouter Server for your Linux distribution. Mine was for RedHat/CentOS 64-bit server. Or from the command line: wget -c http://download.neorouter.com/Downloads/NRFree/&amp;lt;UpdateVersion&amp;gt;/Linux/&amp;lt;distro&amp;gt;/nrserver-&amp;lt;version&amp;gt;-&amp;lt;release&amp;gt;-&amp;lt;Arch&amp;gt;.&amp;lt;ext&amp;gt;. Example: http://download.neorouter.com/Downloads/NRFree/Update_2.1.2.4326/Linux/CentOS/nrserver-2.1.2.4326-free-centos-x86_64.rpm&lt;br /&gt;
# Install: sudo rpm -i nrserver-&amp;lt;version&amp;gt;-&amp;lt;release&amp;gt;-&amp;lt;arch&amp;gt;.rpm&lt;br /&gt;
# If firewall is running, configure your firewall: In a terminal, run command &amp;quot;sudo nano /etc/sysconfig/iptables&amp;quot;, add &amp;quot;-A INPUT -m state --state NEW -m tcp -p tcp --dport 32976 -j ACCEPT&amp;quot; before &amp;quot;COMMIT&amp;quot;.&lt;br /&gt;
# After install, configure your server: &lt;br /&gt;
## nrserver -showsettings&lt;br /&gt;
## nrserver -setdomain myPrivateNetwork myDomainPassword&lt;br /&gt;
## '''Optional step to change VPN network IP range:''' nrserver -dhcp 10.1.1.0 255.255.255.0&lt;br /&gt;
## nrserver -showsettings&lt;br /&gt;
## nrserver -showusers&lt;br /&gt;
## nrserver -adduser serverbox password admin (substitute &amp;quot;serverbox&amp;quot; and &amp;quot;password&amp;quot; for whatever you want to use)&lt;br /&gt;
## nrserver -adduser jdoe password admin (substitute &amp;quot;jdoe&amp;quot; and &amp;quot;password&amp;quot; for whatever you want to use)&lt;br /&gt;
## nrserver -adduser bsmith password user (ditto)&lt;br /&gt;
## nrserver -showusers&lt;br /&gt;
# Install the appropriate NeoRouter client package on a workstation and attempt to log into the network via one of the users previously created. For more details on client installation, go here: http://www.neorouter.com/wiki/index.php/NeoRouterWiki:ClientSetup&lt;br /&gt;
# Optionally, install the NeoRouter client package on the same machine running the NeoRouter server package. This allows VPN users to connect with other services hosted by the same computer as the NeoRouter server. For example, VNC to remotely access the desktop of the HDA.&lt;/div&gt;</summary>
		<author><name>Alvin Petitt</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=NeoRouter&amp;diff=91651</id>
		<title>NeoRouter</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=NeoRouter&amp;diff=91651"/>
		<updated>2015-02-19T12:18:21Z</updated>

		<summary type="html">&lt;p&gt;Alvin Petitt: Install and Configure NeoRouter Server on Amahi HDA (CentOS)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;To install '''NeoRouter''' (http://neorouter.com) VPN solution to your HDA (following instructions are for Amahi v7 CentOS):&lt;br /&gt;
&lt;br /&gt;
# Visit http://www.neorouter.com/Downloads.html#_page_nrfree_Linux  and download the current version of NeoRouter Server for your Linux distribution. Mine was for RedHat/CentOS 64-bit server. Or from the command line: wget -c http://download.neorouter.com/Downloads/NRFree/&amp;lt;UpdateVersion&amp;gt;/Linux/&amp;lt;distro&amp;gt;/nrserver-&amp;lt;version&amp;gt;-&amp;lt;release&amp;gt;-&amp;lt;Arch&amp;gt;.&amp;lt;ext&amp;gt;. Example: http://download.neorouter.com/Downloads/NRFree/Update_2.1.2.4326/Linux/CentOS/nrserver-2.1.2.4326-free-centos-x86_64.rpm&lt;br /&gt;
# Install: sudo rpm -i nrserver-&amp;lt;version&amp;gt;-&amp;lt;release&amp;gt;.i386.rpm&lt;br /&gt;
# If firewall is running, configure your firewall: In a terminal, run command &amp;quot;sudo nano /etc/sysconfig/iptables&amp;quot;, add &amp;quot;-A INPUT -m state --state NEW -m tcp -p tcp --dport 32976 -j ACCEPT&amp;quot; before &amp;quot;COMMIT&amp;quot;.&lt;br /&gt;
# After install, configure your server: &lt;br /&gt;
## nrserver -showsettings&lt;br /&gt;
## nrserver -setdomain myPrivateNetwork myDomainPassword&lt;br /&gt;
## '''Optional step to change VPN network IP range:''' nrserver -dhcp 10.1.1.0 255.255.255.0&lt;br /&gt;
## nrserver -showsettings&lt;br /&gt;
## nrserver -showusers&lt;br /&gt;
## nrserver -adduser serverbox password admin (substitute &amp;quot;serverbox&amp;quot; and &amp;quot;password&amp;quot; for whatever you want to use)&lt;br /&gt;
## nrserver -adduser jdoe password admin (substitute &amp;quot;jdoe&amp;quot; and &amp;quot;password&amp;quot; for whatever you want to use)&lt;br /&gt;
## nrserver -adduser bsmith password user (ditto)&lt;br /&gt;
## nrserver -showusers&lt;br /&gt;
# Install the appropriate NeoRouter client package on a workstation and attempt to log into the network via one of the users previously created. For more details on client installation, go here: http://www.neorouter.com/wiki/index.php/NeoRouterWiki:ClientSetup&lt;br /&gt;
# Optionally, install the NeoRouter client package on the same machine running the NeoRouter server package. This allows VPN users to connect with other services hosted by the same computer as the NeoRouter server. For example, VNC to remotely access the desktop of the HDA.&lt;/div&gt;</summary>
		<author><name>Alvin Petitt</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=Storage_and_file_sharing&amp;diff=90141</id>
		<title>Storage and file sharing</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=Storage_and_file_sharing&amp;diff=90141"/>
		<updated>2015-01-20T12:15:38Z</updated>

		<summary type="html">&lt;p&gt;Alvin Petitt: /* Accessing your Shares */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;All file sharing functionality in the Amahi HDA is now managed through the web browser interface found at http://setup&lt;br /&gt;
&lt;br /&gt;
The first step is to create &amp;quot;users&amp;quot; who will be accessing the file shares. For example, one user for the wife and one for each of the kids. &lt;br /&gt;
&lt;br /&gt;
The second step is to create the shares (another term for filing folders) to put the files.&lt;br /&gt;
&lt;br /&gt;
The third step is to &amp;quot;Match the Shares with Users,&amp;quot; that is, say which users save files or read from which shares.&lt;br /&gt;
&lt;br /&gt;
Actually accessing your shares is the last step.&lt;br /&gt;
&lt;br /&gt;
To get started goto your HDA setup pages at http://setup&lt;br /&gt;
You will be using the two menus highlighted below:&lt;br /&gt;
&lt;br /&gt;
[[Image:User_share.gif|frameless]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Step 1: Create Users =&lt;br /&gt;
* Click on the Users Tab&lt;br /&gt;
* At the bottom of the page click the &amp;quot;New User&amp;quot;&lt;br /&gt;
* Enter the information for the new user and click the &amp;quot;Create&amp;quot; button&lt;br /&gt;
&lt;br /&gt;
You can always edit a user by clicking on their row in the Users table.&lt;br /&gt;
&lt;br /&gt;
= Step 2: Create Shares =&lt;br /&gt;
* Click on the Shares Tab&lt;br /&gt;
Note: by default, the system creates some common shares when it is installed (Books, Docs, Music, Pictures)&lt;br /&gt;
* At the bottom of the page click &amp;quot;New Share&amp;quot;&lt;br /&gt;
** '''Share Name'' is the name that you will see to access the share&lt;br /&gt;
** '''Path Name''' is actually where the files will be stored (no need to change this manually unless you are 'hacking')&lt;br /&gt;
** '''Visible''' indicates if users can see the share (if not checked the share is hidden)&lt;br /&gt;
** '''Read Only'' means that users cannot save things in the share&lt;br /&gt;
* Click the &amp;quot;Create&amp;quot; to create the share&lt;br /&gt;
&lt;br /&gt;
= Step 3: Match Shares with Users =&lt;br /&gt;
* Click on the share you want to match with users (I will use the Docs share for this example)&lt;br /&gt;
* Visible defines if the share can be seen (without users having to manually enter its name)&lt;br /&gt;
* By default the share is accessible by all users - I want it to be accessible to just one user. I uncheck the &amp;quot;All Users&amp;quot; check box. Now I can see the access rules for each user on the HDA.&lt;br /&gt;
&lt;br /&gt;
[[Image:User_rghts.gif]]&lt;br /&gt;
&lt;br /&gt;
* Simply mark the &amp;quot;Access&amp;quot; column next to each user you want to be able to access the share&lt;br /&gt;
* Mark the &amp;quot;Write&amp;quot; column for those user you want to be able to save files in the share.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Accessing your Shares =&lt;br /&gt;
&lt;br /&gt;
Your HDA shares files on your local network. Access to the shared files is through the share  &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;\\hda&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
Note that you have to input &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;\\hda&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; in the file browser or other places where files are requested, not in the Internet browser. This is what you should see when using the default settings and there are two users in the system:&lt;br /&gt;
&lt;br /&gt;
[[Image:file-sharing.png|frameless]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= How to Remove Stored Network Passwords =&lt;br /&gt;
&lt;br /&gt;
If you have a need to remove the stored network password used to automatically log into your shares from a Windows client, here's how:&lt;br /&gt;
&lt;br /&gt;
Windows XP: http://support.microsoft.com/kb/306992&lt;br /&gt;
&lt;br /&gt;
Windows Vista: http://windows.microsoft.com/en-us/windows-vista/remove-stored-passwords&lt;br /&gt;
&lt;br /&gt;
Windows 7: http://www.petenetlive.com/KB/Article/0000556.htm&lt;br /&gt;
&lt;br /&gt;
Windows 8: http://www.jholjhaal.com/manage-stored-passwords-in-windows-8/&lt;/div&gt;</summary>
		<author><name>Alvin Petitt</name></author>
		
	</entry>
</feed>