Changes

From Amahi Wiki
Jump to: navigation, search
3,612 bytes added ,  00:28, 28 March 2017
[[Category:Apps]]
[http://www.amahi.org/apps/openvpn-als OpenVPN Application Layer Software (ALS)], formerly know as Adito, is a web-based SSL VPN server written in Java. It has a browser-based AJAX UI which allows easy access to intranet services. Once installed and configured correctly, you will be able to access all your server files and the HDA (to include applications) using the FREE dynamic DNS provided by Amahi.
OpenVPN Application Layer Software (ALS), formerly know as [http://adito.wiki.sourceforge.net Adito], is a web-based SSL VPN server written in Java. It has a browser-based AJAX UI which allows easy access to intranet services. Once installed and configured correctly, you will be able to access all your server files and the HDA (to include applications) using '''<nowiki>https://user.yourhda.com</nowiki>''' (tested with Firefox and Internet Explorer).
'''NOTE: ''' This [http://filesdl.getdropboxamahi.com/u/1380867org/SSL-Explorer_Administrators_Guide.zip SSL-Explorer Administrators Guide] may come in handy for those interested in more documentation. Although this not specifically updated for OpenVPN ALS, it is fairly accurate.
There is an [http://zhoupenghust.web.officelive.com/project.aspx Adito standalone agent client] for Windows.
=== Troubleshooting === If you see "This Connection is Untrusted" in FireFox or "There is a problem with this website's security certificate." in Internet Explorer, follow guidance [http://wiki.amahi.org/index.php/Browser_Tip here]. If you reboot your server anytime after installing Adito and the application does not start automatically. enter the following in terminal as '''root''' user:  ant -f /var/hda/web-apps/adito/server/build.xml start Once it says "Adito started successfully" give it a a minute or so before trying to access it with your web browser. If you are running Fedora 10 64-bit and Adito is not working for you, we are looking into a potential fix.  *If you receive this error message "/lib/ld-linux.so.2: bad ELF interpreter: No such file or directory" then do the following:  yum install libXaw.i386 This will add several libraries but seems to correct the problem with the missing file.  If you are running Fedora 12 64-bit and Adito is not working for you, we are looking into a potential fix.  *If you receive this error message "/lib/ld-linux.so.2: bad ELF interpreter: No such file or directory" then do the following:  yum install glibc.i686 This may add several libraries but seems to correct the problem with the missing file.  *If you have a issue with a error message that says "Invalid Credentials" then follow the fix below. # Open terminal# nano /var/hda/web-apps/adito/server/conf/wrapper.conf.base# find the line that says: #wrapper.java.additional.2=-Dfile.encoding=UTF-8# uncomment that line# type in ant start (ant stop then ant start if its already running)  === Configuration Options: ===
<u>Router (Settings)</u><br>
In order to use '''<nowiki>https://user.yourhda.com</nowiki>''' (substitute your user name for user) 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 4443 private to the HDA server IP address using TCP traffic type.
 
<u>Map HDA folders (Network Places)</u>
* Select Finish and select Exit Wizard
'''NOTE:''' You can add any folder on the server using the steps above. The default Amahi folders (Music, Docs, etc) have already been added.
 
<u>Map HDA Apps Option 1 (Web Forwards Tunneled Web)</u>
* This method makes use of Adito Agent (java web agent)
* Each time the agent is executed, the SSL tunnel uses a random port (may not work with firewalled client network)
 
<u>Map HDA Apps Option 2 (Web Forwards Replacement Proxy)</u>
* The Adito Agent is not used, so the SSL tunnel uses only port 443.
==Remote Desktop (RDP) Through OpenVPN ALS (Adito) ==Download the RDP extension from [http://lars.werner.no/adito-application-advancednativerdpwin32.zip here] and leave it as a .zip file to upload the extension.=== Credit Due ===Nearly all of these instructions are taken from [http://lars.werner.no/?p=640 the work of Lars Werner]. His website has images as well and may be a better source of instruction. These notes are included here so that this hard-to-come-by information is not lost. If you go there, start on "Step 2." = Applications Tested with == Installing the RDP extension ===The Adito client can publish software to download and execute.Typical portable software is preferred, since clients does not always have registry write access. The RDP Extension uses the RDPsso.exe command from Microsoft and is based on the old less secure RDP. But you are connecting through a SSL encrypted tunnel, so it is considered “safe”. If you are not in managementconsole press the changebutton now (Third icon from the left located in the upper right of the Adito Web Forwardscreen. If it says "Management Console" when you mouse over it, you need to click it to change into Management mode.) * Press “Extensions” in the “Configuration” tab (Left side menu)* Then press the “Upload Extension”. (Upper Right menu)* Press the Browse-button and select the adito-application-advancednativerdpwin32.zip file, press “Upload”  '''NOTE: ''' The upload may take some time. Be patient. You should now have the Microsoft RDP client installed ===Creating an Application === * Select “Application” under the Resources section of the Left Menu.* Press the “Create Application shortcut” (Upper Right corner)* <u>Step 1: Application Extension.</u> Select the RDP application. Press "Next."* <u>Step 2: Application Details.</u> Input the name for the client computer to which I wanted to connect and give it a short description.* <u>Step 3: Application Options.</u> Input the local ip address for that client under "hostname" (e.g. 192.168.1.x or whatever it is in your network) and leave everything else the same. The default RDP port is 3389 and is usally left alone.::(Note: You aren’t restricted to local-ips or -hosts here, you can also use internet hosts. Some people use the Adito server as the only entrypoint on their firewall)* Press next* <u>Step 4: Application Shortcut Policy Selection.</u> Click on "Everyone" in the left list and then click on the "Add" button. This gives permission to use the application to all users in the Everyone group.* Press next and look over the summary, then press Finish.  You have tested several now published an app called whatever you called it in Step 2 to the group “Everyone”.That means that every user that you have, will gain access to this app.You can create as many applications using both options as you need, just repeat the wizard === Java Security Considerations for RDP ===Before connecting to the RDP from a remote pc, you will need to add an exception to the remote pc's Java's URL Exception List to get passed the errors. Here is how in windows: * Go to the Java Control Panel (On Windows Click Start and then Configure Java)* Click on the Security tab* Click on the Edit Site List button* Click Add in the Exception Site List window  Add url to Exception Site listClick in the empty field under the Location field to enter the URLThe url to be added is the dns domain (whatever.yourhda.com) === Another RDP Extension (Cross-Platform) ===Here is another collection of RDP extensions that may fit your preferences better. Once can upload and configure these extensions almost exactly like the above. http://waldemar.schlackow.de/node/10 == Troubleshooting: ==* "This Connection is Untrusted" in FireFox or "There is a problem with this website's security certificate." in Internet Explorer, there is no cause for alarm. Follow the guidance [http://wiki.amahi.org/index.php/Browser_Tip here]. * Application does not start automatically. enter the following in terminal as '''root''' user:  ant -f /var/hda/web-apps/adito/server/build.xml start Once it says "Adito started successfully" give it a a minute or so before trying to access it with your web browser.  '''Reference:''' [http://www.howtoforge.com/installing-adito-openvpn-als-on-centos Installing Adito (Open VPN ALS) on CentOS]<!--* Enable application autostart on boot, enter the following in terminal as '''root''' user: cd /var/hda/web forwards-apps/adito/server/ ant install-service service adito start This will create a service that will start upon reboot. I used To remove the service, change the second line to read:  ant uninstall-service This will be necessary if you uninstall the standard port 80application. * Fedora 12 64-bit error message "/lib/ld-linux.so. 2: bad ELF interpreter: No such file or directory" then do the following:  You yum install glibc.i686 This may have experience different resultsadd several libraries but seems to correct the problem with the missing file.  * Error message "Invalid Credentials" then follow the fix below. # Open terminal# vi /var/hda/web-apps/adito/server/conf/wrapper.conf.base# Locate the line that reads '''#wrapper.java.additional.2=-Dfile.encoding=UTF-8'''# Remove the # and save# Enter ant -f /var/hda/web-apps/adito/server/build.xml start  * http://hda/ it redirects to https://hda.server.home:4443/showLogon.do and presents me an Adito vpn login screen. They are listed belowOpen terminal and become root user, the do the following:
<u>Successful<# ant -f /var/hda/web-apps/adito/server/u>build.xml stop* Webmin# service httpd restart* OpenDB* TheAddressBook* PBA (Status screen only)* AjaXplorer* LinPHA* vnStat* WikkaWiki* Phplist* Home Inventory* VCD# ant -f /var/hda/web-db* php Address Book* phpMyAdmin* Slideshow* Horde* vTiger* phpBBapps/adito/server/build.xml start
<uThis issue occurs infrequently. Once it can be narrowed down to a cause, a fix will be implemented.-->Unsuccessful</u>* Ajaxterm* phpSysInfo* AmahiTunes* Recipes* MediaWiki* Weightwatcher* Blog* Piwik* Gallery 2* Coolsmile* portaNEO
12,424

edits