Difference between revisions of "Adito"

From Amahi Wiki
Jump to: navigation, search
Line 30: Line 30:
  
 
=== Optional Settings: ===
 
=== Optional Settings: ===
* Router (Settings)
+
* <u>Router (Settings)</u>
 
** In order to use https://user.yourhda.com to access Adito VPN from any computer using the web browser, create a Port Forward or Virtual Server rule.  This is a required step for the Map HDA Folders and Apps options to work from outside your network.
 
** In order to use https://user.yourhda.com to access Adito VPN from any computer using the web browser, create a Port Forward or Virtual Server rule.  This is a required step for the Map HDA Folders and Apps options to work from outside your network.
 
** On a D-LINK WBR-2310 router, set a Virtual Server setting to forward port 443 (public and private) to the HDA server IP address using TCP traffic type.   
 
** On a D-LINK WBR-2310 router, set a Virtual Server setting to forward port 443 (public and private) to the HDA server IP address using TCP traffic type.   
  
* Map HDA folders (Network Places)
+
* <u>Map HDA folders (Network Places)</u>
 
** Login as administrator
 
** Login as administrator
 
** Select Network Places (middle left menu)
 
** Select Network Places (middle left menu)
Line 47: Line 47:
 
** You can add any folder on the server using the steps above.
 
** You can add any folder on the server using the steps above.
  
* Map HDA Apps Option 1 (Web Forwards Tunneled Web)
+
* <u>Map HDA Apps Option 1 (Web Forwards Tunneled Web)</u>
 
** Login as administrator
 
** Login as administrator
 
** Select Web Forwards (middle left menu)
 
** Select Web Forwards (middle left menu)
Line 61: Line 61:
 
** Each time the agent is executed, a random port is tunneled (may not work  with firewalled client network)  
 
** Each time the agent is executed, a random port is tunneled (may not work  with firewalled client network)  
  
* Map HDA Apps Option 2 (Web Forwards Replacement Proxy)
+
* <u>Map HDA Apps Option 2 (Web Forwards Replacement Proxy)</u>
 
** Login as administrator
 
** Login as administrator
 
** Select Web Forwards (middle left menu)
 
** Select Web Forwards (middle left menu)

Revision as of 22:18, 13 June 2009


NOTE: This application is still in testing and not available to users.

To install OpenVPN ALS (project Adito):

  • Choose Openvpn ALS one-click install from the applications section. Please be patient as it may take a while to complete.
  • When the install is finished, open a terminal window and become root user. Execute the following commands (paste them all at once):
echo "export JAVA_HOME=/usr/lib/jvm/jre-1.6.0-openjdk"  >> /etc/profile.d/java.sh
echo "export PATH=\$JAVA_HOME/bin:\$PATH" >> /etc/profile.d/java.sh
source /etc/profile.d/java.sh
cd /var/hda/web-apps/adito/html
ant install
ant install-service
ant start
service adito stop 
sed -i 's/wrapper.working.dir=./wrapper.working.dir=\/var\/hda\/web-apps\/adito\/html/' /var/hda/web-apps/adito/html/conf/wrapper.conf
sed -i 's/#wrapper.java.additional.2=-Dfile.encoding=UTF-8/wrapper.java.additional.2=-Dfile.encoding=UTF-8/' /var/hda/web-apps/adito/html/conf/wrapper.conf
service adito start 
  • Once everything is finished and Adito has been started, you can access it via https://adito (it will not work as http).




Optional Settings:

  • Router (Settings)
    • In order to use https://user.yourhda.com to access Adito VPN from any computer using the web browser, create a Port Forward or Virtual Server rule. This is a required step for the Map HDA Folders and Apps options to work from outside your network.
    • On a D-LINK WBR-2310 router, set a Virtual Server setting to forward port 443 (public and private) to the HDA server IP address using TCP traffic type.
  • Map HDA folders (Network Places)
    • Login as administrator
    • Select Network Places (middle left menu)
    • Select Create Network Places (upper right menu)
    • Enter Music for Name and Description.
    • Check Add to Favorites and select Next
    • Choose Local File from drop down
    • Enter path /var/hda/files/music and select next
    • Select Everyone, select Add, and select Next
    • Select Finish and select Exit Wizard
    • Repeat this process for all HDA folders (books, pictures, movies, docs)
    • You can add any folder on the server using the steps above.
  • Map HDA Apps Option 1 (Web Forwards Tunneled Web)
    • Login as administrator
    • Select Web Forwards (middle left menu)
    • Select Create Web Forward
    • Select Tunneled Web and select Next
    • Enter HDA for Name and Description.
    • Check Add to Favorites and select Next
    • Enter http://hda for Destination URL and select Next
    • Select Everyone, select Add, and select Next
    • Select Finish and select Exit Wizard
    • Not all HDA apps will work (i.e. phpsysinfo)
    • This method makes use of Adito Agent (java web agent)
    • Each time the agent is executed, a random port is tunneled (may not work with firewalled client network)
  • Map HDA Apps Option 2 (Web Forwards Replacement Proxy)
    • Login as administrator
    • Select Web Forwards (middle left menu)
    • Select Create Web Forward
    • Select Create Replacement Proxy and select Next
    • Enter HDA for Name and Description.
    • Check Add to Favorites and select Next
    • Enter http://hda for Destination URL and select Next
    • Select Next
    • Select Everyone, select Add, and select Next
    • Select Finish and select Exit Wizard
    • Not all HDA apps will work (i.e. phpsysinfo)
    • There is no port restriction (uses 443).


Additional guidance will be added as it becomes available.