<?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>ThePizzy.net/blog &#187; client</title>
	<atom:link href="http://thepizzy.net/blog/tag/client/feed/" rel="self" type="application/rss+xml" />
	<link>http://thepizzy.net/blog</link>
	<description>Solving the complex in 140 characters or less...</description>
	<lastBuildDate>Mon, 02 Jan 2012 15:55:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4-alpha-19719</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>POC: OpenVPN + Internet + MS Exchange Active Directory + Windows/Linux Mobile Client</title>
		<link>http://thepizzy.net/blog/2008/01/poc-openvpn-internet-ms-exchange-active-directory-windowslinux-mobile-client/</link>
		<comments>http://thepizzy.net/blog/2008/01/poc-openvpn-internet-ms-exchange-active-directory-windowslinux-mobile-client/#comments</comments>
		<pubDate>Sat, 19 Jan 2008 04:42:09 +0000</pubDate>
		<dc:creator>[[Neo]]</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Thought Experiments]]></category>
		<category><![CDATA[active directory]]></category>
		<category><![CDATA[aircard]]></category>
		<category><![CDATA[client]]></category>
		<category><![CDATA[computer]]></category>
		<category><![CDATA[desktop password]]></category>
		<category><![CDATA[directory domain]]></category>
		<category><![CDATA[Domain]]></category>
		<category><![CDATA[drive mappings]]></category>
		<category><![CDATA[group]]></category>
		<category><![CDATA[group policies]]></category>
		<category><![CDATA[high speed internet]]></category>
		<category><![CDATA[laptop]]></category>
		<category><![CDATA[ldap]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[network traffic]]></category>
		<category><![CDATA[openvpn]]></category>
		<category><![CDATA[passwords]]></category>
		<category><![CDATA[personal settings]]></category>
		<category><![CDATA[PSK]]></category>
		<category><![CDATA[scripts]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[security policy]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[University]]></category>
		<category><![CDATA[user]]></category>
		<category><![CDATA[vpn connection]]></category>
		<category><![CDATA[WAN]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://thepizzy.net/blog/?p=99</guid>
		<description><![CDATA[I have this idea, ok? What I noticed while migrating some of the users from the Admissions Department at the University for which I work, was that it was tough...]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-thumbnail wp-image-1187" title="Outlook 2007 Logo" src="http://thepizzy.net/blog/wp-content/uploads/2008/01/outlook_2007_logo1-150x146.jpg" alt="" width="150" height="146" />I have this idea, ok? What I noticed while migrating some of the users from the Admissions Department at the University for which I work, was that it was tough to explain to them sufficiently that:</p>
<ul>
<li>Their passwords are going to have to change at some point, due to security policy.</li>
<li>When they change it on their desktop, it&#8217;s not automatically done on their laptop.</li>
<li>After changing the desktop password, they need to connect the laptop to the network and then login with that new password for it to be cached.</li>
</ul>
<p>Now, it&#8217;s easy to write out, and easy for a tech to understand the scenario &#8211; but it&#8217;s not that easy for a 45yr old Hispanic guy who hates his laptop anyway to grasp. But what if they didn&#8217;t have to grasp anything? What if no matter where you were, the login process and the features available were as seamless in Wisconsin as if you were sitting at your desk in Texas?</p>
<p>What I&#8217;m proposing is this:<span id="more-99"></span></p>
<ul>
<li>Internet is gained through the use of a mobile AirCard, that is set to automatically connect once plugged in. If no AirCard, some other form of high-speed internet would suffice, and possibly be preferred.</li>
<li>Use OpenVPN as a system service that runs when Windows boots. It makes its connection to the Main Network with a PSK (pre-shared key), authenticates, and then routes all internet and network traffic through that connection.</li>
<li>A Windows or Linux client that has been previously joined to the Active Directory Domain on campus.</li>
</ul>
<p>Upon boot, the computer connects to the internet, and then sets up the VPN connection to the main campus. This is done as a Windows or Linux service. When the login prompt appears, the user enters their most recent credentials for the main campus, and logs in. These credentials are then passed through the secured VPN to the main campus, authenticated against LDAP or AD, and their group policies, logon scripts, and other drive mappings are passed back down to the client. After the personal settings have loaded, their laptop experience is just as it would be if they were on the main campus LAN &#8211; but all their traffic is secured, and over a WAN.</p>
<p>Can it be done? Has it been done? Is there a step I&#8217;m missing &#8211; or some important brick preventing it?</p>
<p style="text-align: right; font-size: 8px;">Blogged with <a title="Flock" href="http://www.flock.com/blogged-with-flock" target="_new">Flock</a></p>
<p><!-- technorati tags begin --></p>
<p style="font-size: 10px; text-align: right;">Tags: <a rel="tag" href="http://technorati.com/tag/openvpn">openvpn</a>, <a rel="tag" href="http://technorati.com/tag/network">network</a>, <a rel="tag" href="http://technorati.com/tag/%20windows"> windows</a>, <a rel="tag" href="http://technorati.com/tag/%20linux"> linux</a>, <a rel="tag" href="http://technorati.com/tag/%20authentication"> authentication</a>, <a rel="tag" href="http://technorati.com/tag/%20active%20directory"> active directory</a>, <a rel="tag" href="http://technorati.com/tag/%20PSK"> PSK</a>, <a rel="tag" href="http://technorati.com/tag/%20WAN"> WAN</a>, <a rel="tag" href="http://technorati.com/tag/%20LAN"> LAN</a>, <a rel="tag" href="http://technorati.com/tag/%20mobile"> mobile</a>, <a rel="tag" href="http://technorati.com/tag/%20laptop"> laptop</a>, <a rel="tag" href="http://technorati.com/tag/%20connection"> connection</a>, <a rel="tag" href="http://technorati.com/tag/%20internet"> internet</a>, <a rel="tag" href="http://technorati.com/tag/%20security"> security</a>, <a rel="tag" href="http://technorati.com/tag/%20group%20policy"> group policy</a></p>
<p><!-- technorati tags end --></p>

<!-- start wp-tags-to-technorati 1.02 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/active+directory' rel='tag' target='_blank'>active directory</a>, <a class='technorati-link' href='http://technorati.com/tag/aircard' rel='tag' target='_blank'>aircard</a>, <a class='technorati-link' href='http://technorati.com/tag/client' rel='tag' target='_blank'>client</a>, <a class='technorati-link' href='http://technorati.com/tag/computer' rel='tag' target='_blank'>computer</a>, <a class='technorati-link' href='http://technorati.com/tag/desktop+password' rel='tag' target='_blank'>desktop password</a>, <a class='technorati-link' href='http://technorati.com/tag/directory+domain' rel='tag' target='_blank'>directory domain</a>, <a class='technorati-link' href='http://technorati.com/tag/Domain' rel='tag' target='_blank'>Domain</a>, <a class='technorati-link' href='http://technorati.com/tag/drive+mappings' rel='tag' target='_blank'>drive mappings</a>, <a class='technorati-link' href='http://technorati.com/tag/group' rel='tag' target='_blank'>group</a>, <a class='technorati-link' href='http://technorati.com/tag/group+policies' rel='tag' target='_blank'>group policies</a>, <a class='technorati-link' href='http://technorati.com/tag/high+speed+internet' rel='tag' target='_blank'>high speed internet</a>, <a class='technorati-link' href='http://technorati.com/tag/laptop' rel='tag' target='_blank'>laptop</a>, <a class='technorati-link' href='http://technorati.com/tag/ldap' rel='tag' target='_blank'>ldap</a>, <a class='technorati-link' href='http://technorati.com/tag/Linux' rel='tag' target='_blank'>Linux</a>, <a class='technorati-link' href='http://technorati.com/tag/network' rel='tag' target='_blank'>network</a>, <a class='technorati-link' href='http://technorati.com/tag/network+traffic' rel='tag' target='_blank'>network traffic</a>, <a class='technorati-link' href='http://technorati.com/tag/openvpn' rel='tag' target='_blank'>openvpn</a>, <a class='technorati-link' href='http://technorati.com/tag/passwords' rel='tag' target='_blank'>passwords</a>, <a class='technorati-link' href='http://technorati.com/tag/personal+settings' rel='tag' target='_blank'>personal settings</a>, <a class='technorati-link' href='http://technorati.com/tag/PSK' rel='tag' target='_blank'>PSK</a>, <a class='technorati-link' href='http://technorati.com/tag/scripts' rel='tag' target='_blank'>scripts</a>, <a class='technorati-link' href='http://technorati.com/tag/security' rel='tag' target='_blank'>security</a>, <a class='technorati-link' href='http://technorati.com/tag/security+policy' rel='tag' target='_blank'>security policy</a>, <a class='technorati-link' href='http://technorati.com/tag/technology' rel='tag' target='_blank'>technology</a>, <a class='technorati-link' href='http://technorati.com/tag/University' rel='tag' target='_blank'>University</a>, <a class='technorati-link' href='http://technorati.com/tag/user' rel='tag' target='_blank'>user</a>, <a class='technorati-link' href='http://technorati.com/tag/vpn+connection' rel='tag' target='_blank'>vpn connection</a>, <a class='technorati-link' href='http://technorati.com/tag/WAN' rel='tag' target='_blank'>WAN</a>, <a class='technorati-link' href='http://technorati.com/tag/Windows' rel='tag' target='_blank'>Windows</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://thepizzy.net/blog/2008/01/poc-openvpn-internet-ms-exchange-active-directory-windowslinux-mobile-client/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[[Oracle]] Reborn, tsnlocal goes up beta</title>
		<link>http://thepizzy.net/blog/2006/09/oracle-reborn-tsnlocal-goes-up-beta/</link>
		<comments>http://thepizzy.net/blog/2006/09/oracle-reborn-tsnlocal-goes-up-beta/#comments</comments>
		<pubDate>Mon, 11 Sep 2006 13:16:29 +0000</pubDate>
		<dc:creator>[[Neo]]</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[the-spot.net]]></category>
		<category><![CDATA[tsnLocal.net]]></category>
		<category><![CDATA[Updates]]></category>
		<category><![CDATA[[m3rlin]]]></category>
		<category><![CDATA[[[Oracle]]]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[apache mysql]]></category>
		<category><![CDATA[client]]></category>
		<category><![CDATA[computer oracle]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[game server]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[hamachi]]></category>
		<category><![CDATA[IRC]]></category>
		<category><![CDATA[irc bot]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[network connections]]></category>
		<category><![CDATA[network shares]]></category>
		<category><![CDATA[oracle hosting]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[search page]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[TeamSpeak]]></category>
		<category><![CDATA[teamspeak server]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[WAMP]]></category>
		<category><![CDATA[webserver]]></category>
		<category><![CDATA[website]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://thepizzy.net/blog/?p=71</guid>
		<description><![CDATA[This weekend, I hung out with [wizard] and we worked on our servers. He created his [m3rlin] server, and I created my [[Oracle]] server. Originally, as you might recall from...]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-thumbnail wp-image-1191" title="oracle" src="http://thepizzy.net/blog/wp-content/uploads/2007/10/oracle-150x150.png" alt="" width="150" height="150" />This weekend, I hung out with [wizard] and we worked on our servers. He created his [m3rlin] server, and I created my [[Oracle]] server.</p>
<p>Originally, as you might recall from <a title="Project: [[Oracle]].Server" href="http://thepizzy.net/blog/2006/03/project-oracleserver/">previous</a> <a title="Update: [[Oracle]].Server" href="http://thepizzy.net/blog/2006/04/project-oracleserver-updated/">posts</a>, [[Oracle]] is an IRC bot that we use for auto responding and chanserv purposes. Our bots are still the same in function so far, but they each have their own computer.</p>
<p>[[Oracle]] is now the webserver for tsnlocal.net, and runs the tsn.lcl project. It&#8217;s hosting a hamachi client, and serveral tsnlocal network connections. It&#8217;s also using Google Desktop those network shares, so that I can make them web-searchable, and the files downloadable for those connected to the tsnlocal network. I&#8217;m still working on the technology to provide the search page to the outside world (though the files will only be accessible to those who are connected and authenticated to the hamachi network.</p>
<p>To do this, I have installed WAMP (Apache, MySQL, and PHP for Windows) and put it on an XP Professional box. There is a main webpage up right now that shows the online status of [[Oracle]] and [[Oracle]].1 (a secondary server, of which there is also an [[Oracle]].2 which will be used later). The webpage also shows the online status of those involved with the tsnlocal project. The design of the webpage is still under construction though, at the moment.</p>
<p>[[Oracle]] is also hosting some other services for tsn&#8230;things that aren&#8217;t directly tied to the website, per se&#8230;like a TeamSpeak server, Blockland game server, and some other stuff that I haven&#8217;t gotten to set up yet.</p>
<p>It&#8217;s also been brought to my attention that there is a security exploit in Apache for windows, and [[Oracle]] will be the test-bed for solving that exploit. I have a solution in mind that would work, but might be a bit difficult to set up &#8211; though it would solve the problem until a patch is fixed. I&#8217;ll post more on that when I get some time to test it.</p>

<!-- start wp-tags-to-technorati 1.02 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/Apache' rel='tag' target='_blank'>Apache</a>, <a class='technorati-link' href='http://technorati.com/tag/apache+mysql' rel='tag' target='_blank'>apache mysql</a>, <a class='technorati-link' href='http://technorati.com/tag/client' rel='tag' target='_blank'>client</a>, <a class='technorati-link' href='http://technorati.com/tag/computer+oracle' rel='tag' target='_blank'>computer oracle</a>, <a class='technorati-link' href='http://technorati.com/tag/design' rel='tag' target='_blank'>design</a>, <a class='technorati-link' href='http://technorati.com/tag/game+server' rel='tag' target='_blank'>game server</a>, <a class='technorati-link' href='http://technorati.com/tag/google' rel='tag' target='_blank'>google</a>, <a class='technorati-link' href='http://technorati.com/tag/hamachi' rel='tag' target='_blank'>hamachi</a>, <a class='technorati-link' href='http://technorati.com/tag/IRC' rel='tag' target='_blank'>IRC</a>, <a class='technorati-link' href='http://technorati.com/tag/irc+bot' rel='tag' target='_blank'>irc bot</a>, <a class='technorati-link' href='http://technorati.com/tag/MySQL' rel='tag' target='_blank'>MySQL</a>, <a class='technorati-link' href='http://technorati.com/tag/network+connections' rel='tag' target='_blank'>network connections</a>, <a class='technorati-link' href='http://technorati.com/tag/network+shares' rel='tag' target='_blank'>network shares</a>, <a class='technorati-link' href='http://technorati.com/tag/oracle+hosting' rel='tag' target='_blank'>oracle hosting</a>, <a class='technorati-link' href='http://technorati.com/tag/PHP' rel='tag' target='_blank'>PHP</a>, <a class='technorati-link' href='http://technorati.com/tag/search+page' rel='tag' target='_blank'>search page</a>, <a class='technorati-link' href='http://technorati.com/tag/Servers' rel='tag' target='_blank'>Servers</a>, <a class='technorati-link' href='http://technorati.com/tag/TeamSpeak' rel='tag' target='_blank'>TeamSpeak</a>, <a class='technorati-link' href='http://technorati.com/tag/teamspeak+server' rel='tag' target='_blank'>teamspeak server</a>, <a class='technorati-link' href='http://technorati.com/tag/technology' rel='tag' target='_blank'>technology</a>, <a class='technorati-link' href='http://technorati.com/tag/the-spot.net' rel='tag' target='_blank'>the-spot.net</a>, <a class='technorati-link' href='http://technorati.com/tag/tsnLocal.net' rel='tag' target='_blank'>tsnLocal.net</a>, <a class='technorati-link' href='http://technorati.com/tag/WAMP' rel='tag' target='_blank'>WAMP</a>, <a class='technorati-link' href='http://technorati.com/tag/webserver' rel='tag' target='_blank'>webserver</a>, <a class='technorati-link' href='http://technorati.com/tag/website' rel='tag' target='_blank'>website</a>, <a class='technorati-link' href='http://technorati.com/tag/Windows' rel='tag' target='_blank'>Windows</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://thepizzy.net/blog/2006/09/oracle-reborn-tsnlocal-goes-up-beta/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

