<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Jared Heinrichs &#187; Adito Web SSL VPN</title>
	<atom:link href="http://jaredheinrichs.com/category/operating-system/ubuntu-linux/adito-web-ssl-vpn/feed" rel="self" type="application/rss+xml" />
	<link>http://jaredheinrichs.com</link>
	<description>A Winnipeg &#34;How to&#34; Blog on Software and Technology</description>
	<lastBuildDate>Thu, 09 Feb 2012 15:35:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to get Active Directory working with Adito SSL VPN</title>
		<link>http://jaredheinrichs.com/how-to-get-active-directory-working-with-adito-ssl-vpn.html</link>
		<comments>http://jaredheinrichs.com/how-to-get-active-directory-working-with-adito-ssl-vpn.html#comments</comments>
		<pubDate>Mon, 20 Apr 2009 23:22:45 +0000</pubDate>
		<dc:creator>Jared Heinrichs</dc:creator>
				<category><![CDATA[Adito Web SSL VPN]]></category>

		<guid isPermaLink="false">http://jaredheinrichs.com/?p=391</guid>
		<description><![CDATA[Sync time * NOTE * Adito has been renamed and changed to OpenVPN-ALS. Please check out my new tutorial &#8211; How to install OpenVPN-ALS on Ubuntu Linux. You are going to need to make sure time is synced with your &#8230; <a href="http://jaredheinrichs.com/how-to-get-active-directory-working-with-adito-ssl-vpn.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<h3>Sync time</h3>
<p>* NOTE * Adito has been renamed and changed to OpenVPN-ALS. Please check out my new tutorial &#8211; <a href="http://jaredheinrichs.com/how-to-install-openvpn-als-on-ubuntu-linux-ssl-vpn.html" target="_self">How to install OpenVPN-ALS on Ubuntu Linux</a>.</p>
<p>You are going to need to make sure time is synced with your Active Directory Controller. To sync the time from the ubuntu command line you must type:</p>
<pre>ntpdate server.ip.address</pre>
<h3>Make sure that you have a static IP address.</h3>
<pre>sudo pico /etc/network/interfaces</pre>
<p>Your interfaces file should look like this when you are done.</p>
<pre># This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

# The loopback network interface
auto lo
iface lo inet loopback

# This is a list of hotpluggable network interfaces.
# They will be activated automatically by the hotplug subsystem.
mapping hotplug
        script grep
        map eth0

# The primary network interface
auto eth0
iface eth0 inet static
        address 192.168.0.100
        netmask 255.255.255.0
        network 192.168.0.0
        broadcast 192.168.0.255
        gateway 192.168.0.1</pre>
<h3>Add Active Directory Server to Hosts file</h3>
<pre>sudo pico /etc/hosts</pre>
<p>Add this to your hosts file:</p>
<pre>dc.domain.local ip.address.of.dc</pre>
]]></content:encoded>
			<wfw:commentRss>http://jaredheinrichs.com/how-to-get-active-directory-working-with-adito-ssl-vpn.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to setup Adito Web SSL VPN</title>
		<link>http://jaredheinrichs.com/how-to-setup-adito-web-ssl-vpn.html</link>
		<comments>http://jaredheinrichs.com/how-to-setup-adito-web-ssl-vpn.html#comments</comments>
		<pubDate>Sat, 28 Feb 2009 06:04:35 +0000</pubDate>
		<dc:creator>Jared Heinrichs</dc:creator>
				<category><![CDATA[Adito Web SSL VPN]]></category>

		<guid isPermaLink="false">http://jaredheinrichs.com/?p=265</guid>
		<description><![CDATA[It’s setup time. *NOTE* Adito has been rename to OpenVPN-ALS. You can also check out my guide &#8211; How to install OpenVPN-ALS on Ubuntu Linux. This article assumes you&#8217;ve already setup and install Adito. If you haven&#8217;t you might want &#8230; <a href="http://jaredheinrichs.com/how-to-setup-adito-web-ssl-vpn.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<h3>It’s setup time.</h3>
<p>*NOTE* Adito has been rename to OpenVPN-ALS. You can also check out my guide &#8211; <a href="http://jaredheinrichs.com/how-to-install-openvpn-als-on-ubuntu-linux-ssl-vpn.html" target="_self">How to install OpenVPN-ALS on Ubuntu Linux</a>.</p>
<p>This article assumes you&#8217;ve already setup and install Adito. If you haven&#8217;t you might want to learn <a title="How to install Adito on Ubuntu Linux" href="http://jaredheinrichs.com/how-to-install-adito-on-ubuntu-linux.html" target="_self">How to install Adito on Ubuntu Linux</a>.</p>
<p>All items I will be talking about will be able to find in the &#8220;Management Console&#8221;. This is the Blue task bar on the left hand side of the web interface. I will also be assuming you will have logged in as super user.</p>
<h3>How to install and use a web Remote Desktop</h3>
<p>1.) Go to the &#8220;Management Console&#8221; and click on &#8220;Extension Manager&#8221;.</p>
<p>2.) In the &#8220;Extention Store&#8221; click on &#8220;Remote Access&#8221;</p>
<p>3.) Click the icon on the far right hand side for &#8220;ProperJavaRDP&#8221;. This will make Adito download/install the software.</p>
]]></content:encoded>
			<wfw:commentRss>http://jaredheinrichs.com/how-to-setup-adito-web-ssl-vpn.html/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>How to build an SSL VPN appliance using Ubuntu and Hyper-V</title>
		<link>http://jaredheinrichs.com/how-to-build-an-ssl-vpn-appliance-using-ubuntu.html</link>
		<comments>http://jaredheinrichs.com/how-to-build-an-ssl-vpn-appliance-using-ubuntu.html#comments</comments>
		<pubDate>Thu, 19 Feb 2009 20:58:20 +0000</pubDate>
		<dc:creator>Jared Heinrichs</dc:creator>
				<category><![CDATA[Adito Web SSL VPN]]></category>

		<guid isPermaLink="false">http://jaredheinrichs.com/?p=241</guid>
		<description><![CDATA[I am going to be going over a lot of info I&#8217;ve already talked about in a previous post called : How to build an SSL VPN appliance using Ubuntu. In this post I am going to be covering installing &#8230; <a href="http://jaredheinrichs.com/how-to-build-an-ssl-vpn-appliance-using-ubuntu.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I am going to be going over a lot of info I&#8217;ve already talked about in a previous post called : <a title="How to install Adito on Ubuntu L" href="http://jaredheinrichs.com/how-to-install-adito-on-ubuntu-linux.html" target="_self">How to build an SSL VPN appliance using Ubuntu</a>.</p>
<p>In this post I am going to be covering installing ubuntu server 8.10 on a Microsoft Hyper-V Box. Since virtualization is such a hot topic right now I figured I&#8217;d kill two birds with one stone.</p>
<p>another Nice benifit of having a virtual machine with Adito installed on it&#8230; You could just bring the VHD to another company and you&#8217;d have a pre-setup SSL VPN setup out of the box. You&#8217;d only have to change a few setting! <img src='http://jaredheinrichs.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Here We go:</p>
]]></content:encoded>
			<wfw:commentRss>http://jaredheinrichs.com/how-to-build-an-ssl-vpn-appliance-using-ubuntu.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

