<?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>HR Geeks &#187; networking</title>
	<atom:link href="http://www.hrgeeks.com/category/networking/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.hrgeeks.com</link>
	<description>Hampton Roads Geek community</description>
	<lastBuildDate>Wed, 14 Jul 2010 11:49:30 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Privacy Fail</title>
		<link>http://www.hrgeeks.com/2008/11/20/privacy-fail/</link>
		<comments>http://www.hrgeeks.com/2008/11/20/privacy-fail/#comments</comments>
		<pubDate>Fri, 21 Nov 2008 02:47:28 +0000</pubDate>
		<dc:creator>adam</dc:creator>
				<category><![CDATA[computers]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://www.hrgeeks.com/?p=106</guid>
		<description><![CDATA[ 

After the recent Apple update, which included &#8217;security fixes&#8217; for Safari, Little Snitch popped up a warning message when I attempted to visit my banks website.  A process called ocspd wanted to visit &#8220;EVSecure-ocsp.verisign.com&#8221;.  Needless to say, I was instantly curious as to what in the world ocspd was, and why it was trying to talk [...]]]></description>
			<content:encoded><![CDATA[<p> </p>
<p><a href="http://flickr.com/photos/cs___/140864246/"><img class="alignright" title="image (c) by spanaut" src="http://farm1.static.flickr.com/56/140864246_86dbdfc657_m.jpg" align="right" alt="image (c) by spanaut" width="192" height="108" /></a></p>
<p>After the recent Apple update, which included &#8217;security fixes&#8217; for Safari, <a href="http://www.obdev.at/products/littlesnitch/index.html">Little Snitch</a> popped up a warning message when I attempted to visit my banks website.  A process called <em>ocspd </em>wanted to visit &#8220;EVSecure-ocsp.verisign.com&#8221;.  Needless to say, I was instantly curious as to what in the world <em>ocspd</em> was, and why it was trying to talk to Verisign when I was visiting my banks webpage.</p>
<p>It turns out, <em>ocspd</em> is part of Apples new &#8217;safe surfing&#8217; update to Safari.  <a href="http://en.wikipedia.org/wiki/Online_Certificate_Status_Protocol">Online Certificate Status Protocol</a> (OCSP) is the functional replacement for the old school PKI <a href="http://en.wikipedia.org/wiki/Certificate_revocation_list">Certificate Revocation List</a> (CRL).  It allows the Certificate Authority (CA) (in this case, Verisign) who signed the websites certificate, to authenticate the presented certificate in real time.  This is a much more &#8216;elegant&#8217; solution than the old, crummy CRL, which had to be manually updated (or pushed down with OS patches, etc) and did not allow certificates to be rejected in anywhere near realtime if they were deemed fradulent.</p>
<p>Despite being a more elegant solution, it also creates a number of new problems.  </p>
<p>First, it places a big new load CAs, who went from being trusted certificate issuers to being real time certificate verifiers.</p>
<p>Secondly (and more importantly), it seriously breaches the privacy of every user using the service.</p>
<p><span id="more-106"></span></p>
<p>By requesting verification of every SSL certificate, the signing CAs now receive notification (and potentially tracking identification) every[1] time someone browses to a site utilizing an SSL certificate signed by that CA.  If that&#8217;s not bad enough, at least for Verisign, the server name is POSTed via plaintext HTTP!  Your formerly encrypted, secure connection to the remote server is now compromised by a plaintext referral to a 3rd party, who also gets to track your visits.</p>
<p>The entire contents of the SSL session isn&#8217;t posted, only the name of the site you attempting to access, but even that would have normally been encrypted, and most definitely not available to 3rd parties.  </p>
<p>So, Safari, by default, will now violate it&#8217;s users privacy in an attempt to prevent stupid users from mistaking an SSL certificate for being invalid.</p>
<p>Luckily, Firefox 3 (all versions of FF support OCSP, v3 turns it on by default), Opera and IE7 (only on Vista) do the exact same thing!  With IE and Firefox, however, the <em>ocsp</em> provider is apparently in-process to the browser, so it didn&#8217;t flag on firewalls and app monitors like Little Snitch.</p>
<p>On FF3 and Safari, it is simple enough to disable &#8211; in &#8216;Security Settings&#8217;, simply uncheck the &#8216;Safe Surfing&#8217; or &#8216;Fraudulent Site&#8217; protection buttons.  I don&#8217;t have Vista or Opera, so I don&#8217;t know if it can be disabled there or not.</p>
<p>The protocol doesn&#8217;t appear to allow cookies or specific tracking tokens to be exchanges, but IP addresses and the like most definitely are exposed.  I have to wonder what the privacy policy of the CAs is on information like this &#8211; there is definitely monetary value in knowing which IPs are hitting which encrypted sites.  I can&#8217;t find (after a bit of googling) any real reference to privacy policies or other tracking information policy on the part of any CA.  </p>
<p> </p>
<p>[1] Technically, <em>ocspd</em> supports session &#8216;<a href="http://en.wikipedia.org/wiki/OCSP_Stapling">stapling</a>&#8216;, allowing the server serving the credentials that are being verified to cache a short-duration &#8217;stamp&#8217; from the <em>ocsp</em> responder at the CA, and providing them as a cached object during TLS session negotiation.  This definitely does not negate the need to take a better look at the privacy implications of <em>ocsp </em>in the first place.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hrgeeks.com/2008/11/20/privacy-fail/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>HRGeeks on LinkedIn &amp; Connect321</title>
		<link>http://www.hrgeeks.com/2008/10/17/hrgeeks-on-linkedin-connect321/</link>
		<comments>http://www.hrgeeks.com/2008/10/17/hrgeeks-on-linkedin-connect321/#comments</comments>
		<pubDate>Fri, 17 Oct 2008 15:26:57 +0000</pubDate>
		<dc:creator>Ethan</dc:creator>
				<category><![CDATA[business]]></category>
		<category><![CDATA[links]]></category>
		<category><![CDATA[networking]]></category>

		<guid isPermaLink="false">http://www.hrgeeks.com/?p=95</guid>
		<description><![CDATA[HRGeeks has a group started by Sean on LinkedIn (needs a logo!). For those un-aware (I hope everyone knows what LinkedIn is by now), LinkedIn is a social network site for business. Plaxo was first, but LinkedIn grew to great popularity recently, after activity has slowed for a year or two. Now Plaxo is making [...]]]></description>
			<content:encoded><![CDATA[<p>HRGeeks has a group started by Sean on LinkedIn (needs a logo!). For those un-aware (I hope everyone knows what LinkedIn is by now), LinkedIn is a social network site for business. Plaxo was first, but LinkedIn grew to great popularity recently, after activity has slowed for a year or two. Now Plaxo is making a comeback. If you did not know, <a href="http://www.linkedin.com">www.linkedin.com</a> and <A href="http://www.plaxo.com">www.plaxo.com</A>.</p>
<p>HRGeeks also has a group profile on the new local directory site Connect321. Go to <A href="http://www.connect321.com">www.connect321.com</A>, search for HRgeeks group (or browse). Feel free to join the group there. Also feel free to add businesses or reviews! Take note that unlike LinkedIn and Plaxo, Connect321 is a local company so let&#8217;s show them some love!</p>
<p>In addition to this marketing, t-shirts are in the works (hopefully by Thanksgiving).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hrgeeks.com/2008/10/17/hrgeeks-on-linkedin-connect321/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Local company Wasabi Systems, Inc. expands</title>
		<link>http://www.hrgeeks.com/2008/05/06/local-company-wasabi-systems-inc-expands/</link>
		<comments>http://www.hrgeeks.com/2008/05/06/local-company-wasabi-systems-inc-expands/#comments</comments>
		<pubDate>Tue, 06 May 2008 15:18:51 +0000</pubDate>
		<dc:creator>Ethan</dc:creator>
				<category><![CDATA[business]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[wasabi systems norfolk virginia iscsi NAS embedded]]></category>

		<guid isPermaLink="false">http://www.hrgeeks.com/?p=80</guid>
		<description><![CDATA[Job listings have been appearing in mass for local company Wasabi Systems. While I figured they would be gone by now, it appears they are indeed growing. Wasabi once employed a number of the people behind the awesome NetBSD project, not bad for a company in Norfolk Virginia! Wasabi makes iSCSI target &#38; NAS solutions [...]]]></description>
			<content:encoded><![CDATA[<p>Job listings have been appearing in mass for local company Wasabi Systems. While I figured they would be gone by now, it appears they are indeed growing. Wasabi once employed a number of the people behind the awesome NetBSD project, not bad for a company in Norfolk Virginia! Wasabi makes iSCSI target &amp; NAS solutions (Similar to the open source OpenFiler project, but a much smaller tighter package). Wasabi also performed coding work for a number of major companies in the embedded space. I&#8217;m not sure what the expansion is for, but if anyone knows it would be great to hear what is going on!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hrgeeks.com/2008/05/06/local-company-wasabi-systems-inc-expands/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Securely Deploying TOR Hidden Services</title>
		<link>http://www.hrgeeks.com/2008/04/09/securely-deploying-tor-hidden-services/</link>
		<comments>http://www.hrgeeks.com/2008/04/09/securely-deploying-tor-hidden-services/#comments</comments>
		<pubDate>Wed, 09 Apr 2008 19:21:26 +0000</pubDate>
		<dc:creator>stugs</dc:creator>
				<category><![CDATA[networking]]></category>
		<category><![CDATA[anonymous browsing]]></category>
		<category><![CDATA[anonymous internet]]></category>
		<category><![CDATA[hidden services]]></category>
		<category><![CDATA[tor]]></category>

		<guid isPermaLink="false">http://www.hrgeeks.com/?p=71</guid>
		<description><![CDATA[
I have always been a fan of the underlying concepts of TOR.  I frequently utilize it in my scripts to simulate traffic from all over the globe.  From a programming prospective, I&#8217;ve used it for anything from testing a web service to rigging an online poll&#8230;  OK, I&#8217;m just as guilty of [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img src="http://stugs.com/tornetwork.png" alt="" width="490" /></p>
<p>I have always been a fan of the underlying concepts of <a href="http://www.torproject.org/" target="_blank">TOR</a>.  I frequently utilize it in my scripts to simulate traffic from all over the globe.  From a programming prospective, I&#8217;ve used it for anything from testing a web service to rigging an online poll&#8230;  OK, I&#8217;m just as guilty of using TOR for its unintended purposes as anyone <img src='http://www.hrgeeks.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Recently I decided to try setting up a <a href="http://www.torproject.org/docs/tor-hidden-service.html.en" target="_blank">TOR hidden service</a>.  While &#8220;anonymous&#8221; browsing via TOR is fairly well known, the ability to setup anonymous servers is often overlooked.  When you setup a hidden service, you can host applications on a server whose location is completely unknown.  All traffic to and from the service is encrypted and comes &#8220;anonymously&#8221; over the TOR network.  Sounds neat!  What&#8217;s the catch!?</p>
<p><strong>The Catch</strong>:  If the server hosting your hidden service is ever compromised, so is the IP of the server and most likely its owner.  If you setup a anti-<a href="http://www.scientology.org/" target="_blank">scientology </a>forum using PHPBB and it gets exploited (that never happens), any anonymity provided by the TOR hidden service can be stripped away.  If this happens, expect to hear from their lawyers</p>
<p>I had the idea to setup an anonymous bittorrent tracker on the TOR network.  With all the good trackers getting shut down, why not setup an &#8220;untrackable&#8221; tracker that couldn&#8217;t get shutdown.</p>
<p>VMWare is really handy for setting up a secure hidden service.  Without VMWare you would need two dedicated workstations.  The diagram below shows my take on setting up a secure hidden node.</p>
<p style="text-align: center;"><img src="http://stugs.com/tornode.png" alt="TOR Hidden Service" width="490" /></p>
<p>The concept of this network is fairly straight forward.  Your application server (in this example Apache) needs to be isolated from any networks that have internet connectivity.  If your hidden service is exploited, the attacker must not be able to determine where your application server is located.</p>
<p>In this example, my application server (10.0.1.2) can only talk to the TOR proxy node on its secondary address on the 10.0.1.0/24 network.  Firewalls running on both servers prevent any traffic that is not HTTP traffic requested from the TOR network.  If someone exploits my tracker and runs unauthorized code, they only have access to the local box.  They can not originate any traffic that was not requested by the TOR proxy running on 10.0.1.1.</p>
<p>The TOR node has a secondary interface on the SOHO LAN.  This interface is used only for encrypted TOR traffic coming to/from the internet.  This server should only be permitted to reach the TOR network over its encrypted connection and not have full NAT access to reach the internet.  We&#8217;re putting a lot of trust in the TOR daemon.  If it were exploited, you&#8217;re hidden service location would also be visible to the attacker.</p>
<p>I wasn&#8217;t super paranoid in my testing and used iptables on the hidden service and TOR node.  If you&#8217;re really nervous, you&#8217;d need hardware firewalls to prevent the box from being exploited and having someone strip down your ruleset.</p>
<p>Is this a lot of work just to setup a hidden service?  <strong>Yes, yes it is!</strong> For those wondering, my experiment was a total failure.   While it worked technically, it was so slow no one would ever use it.</p>
<p>If you&#8217;re wondering, most hidden services are crap.  The good ones are, well, hidden!  The only real exception to the public hidden services is <a href="http://www.wikileaks.org/wiki/Wikileaks" target="_blank">WikiLeaks</a>.  WikiLeaks is an excellent example of a site that was facing censorship and turned to the TOR network to ensure they could continue to make their information public.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hrgeeks.com/2008/04/09/securely-deploying-tor-hidden-services/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>DoS! April Fools!</title>
		<link>http://www.hrgeeks.com/2008/04/02/dos-april-fools/</link>
		<comments>http://www.hrgeeks.com/2008/04/02/dos-april-fools/#comments</comments>
		<pubDate>Wed, 02 Apr 2008 23:15:08 +0000</pubDate>
		<dc:creator>meltphace</dc:creator>
				<category><![CDATA[networking]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://www.hrgeeks.com/2008/04/02/dos-april-fools/</guid>
		<description><![CDATA[So for those of you who may have had strange Cox outage issues in the HR area this fine Wednesday (04/02/08) morning, I have some good news. I think I know what was going on. At about 9:30 it would appear my network at work was on the painful end of a DoS attack from [...]]]></description>
			<content:encoded><![CDATA[<p>So for those of you who may have had strange Cox outage issues in the HR area this fine Wednesday (04/02/08) morning, I have some good news. I think I know what was going on. At about 9:30 it would appear my network at work was on the painful end of a DoS attack from somewhere on the internet. At the peak we were getting about 40,000 packets/sec through one provider and 70,000 through the other, bringing our router to it&#8217;s knees (normal load for us is about 3000/sec). It would appear that this attack caused some pretty major problems for Cox as well. It just stopped all on it&#8217;s own at about 11:00 and neither provider has any reliable information about where it came from. It was still Apr 1 in China at 9:00 AM right?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hrgeeks.com/2008/04/02/dos-april-fools/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>give me back my botnet!</title>
		<link>http://www.hrgeeks.com/2008/03/19/give-me-back-my-botnet/</link>
		<comments>http://www.hrgeeks.com/2008/03/19/give-me-back-my-botnet/#comments</comments>
		<pubDate>Wed, 19 Mar 2008 23:18:00 +0000</pubDate>
		<dc:creator>stugs</dc:creator>
				<category><![CDATA[lulz]]></category>
		<category><![CDATA[networking]]></category>

		<guid isPermaLink="false">http://www.hrgeeks.com/2008/03/19/give-me-back-my-botnet/</guid>
		<description><![CDATA[This morning oreo and I were looking into a SSH issue with one of our cpanel servers (yes, yes I know) when we discovered a hacked web hosting account running a ventrillo server.  When we went to kill the users&#8217; other processes we noticed something else running that was a little more interesting&#8230;
/home/&#60;removed&#62;/public_html/drivers/CVC/src/ircd
Our hosting [...]]]></description>
			<content:encoded><![CDATA[<p>This morning <a href="http://0re0.org/blog/" target="_blank">oreo</a> and I were looking into a SSH issue with one of our cpanel servers (yes, yes I know) when we discovered a hacked web hosting account running a ventrillo server.  When we went to kill the users&#8217; other processes we noticed something else running that was a little more interesting&#8230;</p>
<p><em>/home/&lt;removed&gt;/public_html/drivers/CVC/src/ircd</em></p>
<p>Our hosting box was also running an IRC daemon optimized for controlling botnets.  Neato!</p>
<p><a href="http://stugs.com/lolbotnet.png" target="_blank"><img src="http://stugs.com/lolbotnet.png" align="middle" width="400" /></a></p>
<p>After fiddling for a bit we now had the IRC connection password and the IRC OP login.  When we logged in we were quite surprised to find 800 exploited computers happily connected and awaiting orders.  We tried a few commands but couldn&#8217;t figure out exactly how to control the botnet.</p>
<p>That was until we discovered the brilliant botnet operator had turned on debug logging.  All that work setting up a server designed to hide who was connected and what was going on, only to turn on debugging.  Whoops!</p>
<p>Not only did we now have full logs of how to control the bots, we were able to lock the operator out of his network by changing all his passwords.</p>
<p>As you might expect, the botnet owner was pretty upset.  We contacted him via IRC and received a friendly response&#8230;</p>
<p><em> if you not give me back my bots i&#8217;ll destorys you<br />
remmber that<br />
i got your computer and your box<br />
and alot more<br />
i known you</em></p>
<p>I&#8217;m sure the stress of losing all the nodes he worked so hard to exploit had him a little upset <img src='http://www.hrgeeks.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.hrgeeks.com/2008/03/19/give-me-back-my-botnet/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Apple Time Capsule</title>
		<link>http://www.hrgeeks.com/2008/03/17/apple-time-capsule/</link>
		<comments>http://www.hrgeeks.com/2008/03/17/apple-time-capsule/#comments</comments>
		<pubDate>Mon, 17 Mar 2008 05:07:34 +0000</pubDate>
		<dc:creator>adam</dc:creator>
				<category><![CDATA[apple]]></category>
		<category><![CDATA[networking]]></category>

		<guid isPermaLink="false">http://www.hrgeeks.com/2008/03/17/apple-time-capsule/</guid>
		<description><![CDATA[I bought a 1TB Apple Time Capsule today.  I plan on replacing my Linksys WRT54G and a Dell Linux Samba server I have.
As usual, Apple nails the out-of-box experience.  Pop the CD in, run the utility, follow the directions presented, and the Time Capsule was up and running in about 5 minutes (3 [...]]]></description>
			<content:encoded><![CDATA[<p>I bought a <a href="http://www.apple.com/timecapsule/">1TB Apple Time Capsule</a> today.  I plan on replacing my Linksys WRT54G and a Dell Linux Samba server I have.</p>
<p>As usual, Apple nails the out-of-box experience.  Pop the CD in, run the utility, follow the directions presented, and the Time Capsule was up and running in about 5 minutes (3 of which were spent rearranging cables to accommodate the new machine).</p>
<blockquote><p><img src="http://www.hrgeeks.com/wp-content/uploads/2008/03/backup_withdata_20080115.jpg" alt="backup_withdata_20080115.jpg" /></p></blockquote>
<p>The utility software picked up the un-configured Time Capsule and walked me through the configuration in just a few simple steps.  After confirming that my cable modem used DHCP, entering a password for disk access, and entering a WPA2 password, everything was up and online.A nice little touch, the utility software that configured the Time Capsule&#8217;s wireless network automatically reconfigured my Airport card to connect to the WPA2 secured <a href="http://en.wikipedia.org/wiki/IEEE_802.11">802.11N</a> network on the Time Capsule.</p>
<p>After getting online, I opened up the <a href="http://www.apple.com/macosx/features/timemachine.html">Time Machine </a>configuration setting pane, selected &#8216;Change Disk&#8217;, picked the Time Capsule out of the list, and that was it &#8211; it&#8217;s now doing DHCP, Wifi, NAS, TimeMachine hosting (for both Macbooks), and routing/NAT&#8217;ing my cable modem, with a grand total of 5 minutes of configuration and maybe half a dozen clicks.  Fairly impressive!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hrgeeks.com/2008/03/17/apple-time-capsule/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Windows 2008 Server Core&#8230; not exactly Linux</title>
		<link>http://www.hrgeeks.com/2008/03/11/windows-2008-server-core-not-exactly-linux/</link>
		<comments>http://www.hrgeeks.com/2008/03/11/windows-2008-server-core-not-exactly-linux/#comments</comments>
		<pubDate>Tue, 11 Mar 2008 21:35:16 +0000</pubDate>
		<dc:creator>stugs</dc:creator>
				<category><![CDATA[networking]]></category>

		<guid isPermaLink="false">http://www.hrgeeks.com/2008/03/11/windows-2008-server-core-not-exactly-linux/</guid>
		<description><![CDATA[I attended a Win2k8 Server launch &#8220;party&#8221; a few weeks ago and one of the big new features is the ability to opt to run server core.  I believe the quote was:  Now here&#8217;s something you UNIX guys are really going to enjoy!

If you&#8217;re not up on your Windows tech, core is basically [...]]]></description>
			<content:encoded><![CDATA[<p>I attended a Win2k8 Server launch &#8220;party&#8221; a few weeks ago and one of the big new features is the ability to opt to run server core.  I believe the quote was:  <strong>Now here&#8217;s something you UNIX guys are really going to enjoy!</strong></p>
<p><a href="http://stugs.com/servercore.png"><img src="http://stugs.com/servercore.png" alt="lolwut" width="400" /></a></p>
<p>If you&#8217;re not up on your Windows tech, core is basically just a stripped down version of Windows Server 2008 w/no GUI.  The screenshot above is all you get&#8230; just a command prompt.  Everything is done from a command line.  You can click all you want, but all it&#8217;s going to do is close the black window.</p>
<p>After demo&#8217;ing the stripped down OS to my peers it became clear why Microsoft has decided to offer the core version&#8230; <strong>sell more books and training classes</strong>.  None of the other Windows only admins in my office get it.  Not even a little.  They think it&#8217;s great that they get a &#8220;more secure operating system,&#8221; but basic items like changing the IP address or installing a NIC driver have already resulted in endless scribbles on notepads and post-its on cube walls.</p>
<p>This next screenshot might be a little confusing to you.  It&#8217;s server core running Hyper-V running server core running Notepad&#8230;</p>
<p>Normally on a GUI-less UNIX install I can&#8217;t bring up xemacs&#8230; I do love the Windows 3.11 style file browser.  Good to see they&#8217;re reusing quality code <img src='http://www.hrgeeks.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p><a href="http://stugs.com/servercore2.png"><img src="http://stugs.com/servercore2.png" width="400" /></a></p>
<p>For the record, I am using it.  It&#8217;s been great for the our VM boxes as it uses &lt;300MB of RAM and has incredibly low overhead for Windows.  Not core Linux install low, but decent.  I&#8217;ve already come to the realization that anytime there are issues with these boxes I&#8217;m going to be the one getting paged =\</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hrgeeks.com/2008/03/11/windows-2008-server-core-not-exactly-linux/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>VMs, iSCSI, and Clusters OH My!</title>
		<link>http://www.hrgeeks.com/2008/03/06/vms-iscsi-and-clusters-oh-my/</link>
		<comments>http://www.hrgeeks.com/2008/03/06/vms-iscsi-and-clusters-oh-my/#comments</comments>
		<pubDate>Thu, 06 Mar 2008 15:36:40 +0000</pubDate>
		<dc:creator>stugs</dc:creator>
				<category><![CDATA[networking]]></category>
		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://www.hrgeeks.com/2008/03/06/vms-iscsi-and-clusters-oh-my/</guid>
		<description><![CDATA[One of my big tasks at work is rolling out a completely new platform for our internal production and development networks.  The goal is to move all of the servers that support these networks to VMs running in Hyper-V under Win2k8 (Yes I&#8217;ve sold out my UNIX roots).
As all of our applications are web [...]]]></description>
			<content:encoded><![CDATA[<p>One of my big tasks at work is rolling out a completely new platform for our internal production and development networks.  The goal is to move all of the servers that support these networks to VMs running in Hyper-V under Win2k8 (Yes I&#8217;ve sold out my UNIX roots).</p>
<p>As all of our applications are web based, I&#8217;m also been given the task of setting up a new SQL 2k5 database cluster that will utilize a portion of the new SAN.  This DB cluster will be an active-active setup with a total of three servers.</p>
<p>I setup a couple VMs on my notebook to experiment with different SQL disaster and Win2k8 server failover scenarios.  As I wanted my test network to completely standalone on my notebook, I needed to find a way to bring my SAN home with me.  I found a really neat app from <a href="http://www.rocketdivision.com/wind.html">Rocket Division</a> that would allow me to create a virtual iSCSI SAN on the host OS share virtual disks to my VMs.</p>
<p>For this experiment the 30 day demo works just dandy.  There is also a free personal edition but it is limited to only one host connection.  The app has an incredibly small footprint and runs quite happily on my notebook with my other VMs.  I only have 3GB of RAM on my c2d notebook and am able to run 4 Windows VMs, the iSCSI emulator, and iTunes with really decent speeds.</p>
<p>For my disks, I choose to creates virtual image files on your host PC must like VMware.  I&#8217;ve never needed more than about 1GB of storage for per LUN for my testing, but it will go all the way up to a terabyte.  The options to use physical disks, RAID1 of image files, and snapshots makes for a pretty feature rich test environment.</p>
<p>There is an alternative iSCSI target application called <a href="http://www.stringbeansoftware.com/">WinTarget</a> that&#8217;s worth checking out.  I  really dig Starwind because of it&#8217;s incredible ease of use and small footprint.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hrgeeks.com/2008/03/06/vms-iscsi-and-clusters-oh-my/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
