<?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>Max Clark</title>
	<atom:link href="http://www.clarksys.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.clarksys.com</link>
	<description>Rants and Raves!</description>
	<lastBuildDate>Thu, 19 Aug 2010 23:44:56 +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>PowerDNS vs tinydns Load Testing</title>
		<link>http://www.clarksys.com/blog/2010/08/19/powerdns-vs-tinydns-load-testing/</link>
		<comments>http://www.clarksys.com/blog/2010/08/19/powerdns-vs-tinydns-load-testing/#comments</comments>
		<pubDate>Thu, 19 Aug 2010 23:44:56 +0000</pubDate>
		<dc:creator>Max</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[benchmark]]></category>
		<category><![CDATA[dns]]></category>

		<guid isPermaLink="false">http://www.clarksys.com/?p=466</guid>
		<description><![CDATA[I just finished some basic load testing/benchmarks of DNS servers for Phyber. The results are suprising and available on Phyber&#8217;s Blog here:
PowerDNS vs tinydns Load Testing
]]></description>
			<content:encoded><![CDATA[<p>I just finished some basic load testing/benchmarks of DNS servers for <a href="http://www.phyber.com">Phyber</a>. The results are suprising and available on <a href="http://blog.phyber.com">Phyber&#8217;s Blog</a> here:</p>
<p><a href="http://blog.phyber.com/powerdns-vs-tinydns-load-test">PowerDNS vs tinydns Load Testing</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.clarksys.com/blog/2010/08/19/powerdns-vs-tinydns-load-testing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HOWTO Subnet IPv6 for Network Links</title>
		<link>http://www.clarksys.com/blog/2010/08/18/howto-subnet-ipv6-for-network-links/</link>
		<comments>http://www.clarksys.com/blog/2010/08/18/howto-subnet-ipv6-for-network-links/#comments</comments>
		<pubDate>Wed, 18 Aug 2010 20:49:41 +0000</pubDate>
		<dc:creator>Max</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.clarksys.com/blog/2010/08/18/howto-subnet-ipv6-for-network-links/</guid>
		<description><![CDATA[
I&#8217;ve previously posted some information on IPv6 subnetting on my personal blog http://www.clarksys.com/blog/2009/03/12/howto-subnet-ipv6/. With Phyber&#8217;s recent expansion into our One Wilshire Annex space the opportunity presented itself to update and correct some of the initial IPv6 allocation and configuration that was done.
First some background&#8230; an IPv6 address is comprised of eight (8) blocks of four [...]]]></description>
			<content:encoded><![CDATA[<div class='posterous_autopost'>
<p>I&#8217;ve previously posted some information on IPv6 subnetting on my personal blog <a href="http://www.clarksys.com/blog/2009/03/12/howto-subnet-ipv6/">http://www.clarksys.com/blog/2009/03/12/howto-subnet-ipv6/</a>. With Phyber&#8217;s recent expansion into our One Wilshire Annex space the opportunity presented itself to update and correct some of the initial IPv6 allocation and configuration that was done.</p>
<p>First some background&#8230; an IPv6 address is comprised of eight (8) blocks of four hexadecimal digits separated with a colon &#8220;:&#8221;. Each digit can be either a number [0-9] or a letter [a-f] for a total of 16 possible combinations per digit. 16^4 (yes this should be written 2^16) gives 65,536 possible combinations per block. The double colon &#8220;::&#8221; abbreviation is commonly used in place of all zeros. This double colon can only be used once while specifying and address.</p>
<p>The default IPv6 allocation from a RIR for an ISP is a /32. For reference Phyber&#8217;s subnet is 2607:f238::/32 and will be used in this post. Sipcalc (a very cool utility) spits out this information on the Phyber subnet:</p>
<p style="padding-left: 30px;">&nbsp;</p>
<blockquote><p>MaxMini:~ mclark$ sipcalc 2607:f238:0:0::/32</p>
<p>-[ipv6 : 2607:f238::/32] &#8211; 0</p>
<p>&nbsp;</p>
<p>[IPV6 INFO]</p>
<p>Expanded Address<span style=""> </span>- 2607:f238:0000:0000:0000:0000:0000:0000</p>
<p>Compressed address<span style=""> </span>- 2607:f238::</p>
<p>Subnet prefix (masked)<span style=""> </span>- 2607:f238:0:0:0:0:0:0/32</p>
<p>Address ID (masked)<span style=""> </span>- 0:0:0:0:0:0:0:0/32</p>
<p>Prefix address<span style=""> </span>- ffff:ffff:0:0:0:0:0:0</p>
<p>Prefix length<span style=""> </span>- 32</p>
<p>Address type<span style=""> </span>- Aggregatable Global Unicast Addresses</p>
<p>Network range<span style=""> </span>- 2607:f238:0000:0000:0000:0000:0000:0000 -</p>
<p><span style=""> </span> &nbsp;2607:f238:ffff:ffff:ffff:ffff:ffff:ffff</p>
<p>&nbsp;</p>
<p>-</p>
</blockquote>
<p>&nbsp;</p>
<p>Notice the Expanded and Compressed addresses above.</p>
<p>The next thing to point out is the major IPv6 subnet boundaries. For example:</p>
<p style="padding-left: 30px;">&nbsp;</p>
<blockquote><p>2607:f238:0000:0000:0000:0000:0000:0000</p>
<p>&nbsp;&nbsp; &nbsp;| &nbsp; &nbsp;| &nbsp; &nbsp;| &nbsp; &nbsp;| &nbsp; &nbsp;| &nbsp; &nbsp;| &nbsp; &nbsp;|</p>
<p>&nbsp;&nbsp; &nbsp;| &nbsp; &nbsp;| &nbsp; &nbsp;| &nbsp; &nbsp;| &nbsp; &nbsp;| &nbsp; &nbsp;| &nbsp; &nbsp;- /112 Subnet</p>
<p>&nbsp;&nbsp; &nbsp;| &nbsp; &nbsp;| &nbsp; &nbsp;| &nbsp; &nbsp;| &nbsp; &nbsp;| &nbsp; &nbsp;|</p>
<p>&nbsp;&nbsp; &nbsp;| &nbsp; &nbsp;| &nbsp; &nbsp;| &nbsp; &nbsp;| &nbsp; &nbsp;| &nbsp; &nbsp;- /96 Subnet</p>
<p>&nbsp;&nbsp; &nbsp;| &nbsp; &nbsp;| &nbsp; &nbsp;| &nbsp; &nbsp;| &nbsp; &nbsp;|</p>
<p>&nbsp;&nbsp; &nbsp;| &nbsp; &nbsp;| &nbsp; &nbsp;| &nbsp; &nbsp;| &nbsp; &nbsp;- /80 Subnet</p>
<p>&nbsp;&nbsp; &nbsp;| &nbsp; &nbsp;| &nbsp; &nbsp;| &nbsp; &nbsp;|</p>
<p>&nbsp;&nbsp; &nbsp;| &nbsp; &nbsp;| &nbsp; &nbsp;| &nbsp; &nbsp;- /64 Subnet</p>
<p>&nbsp;&nbsp; &nbsp;| &nbsp; &nbsp;| &nbsp; &nbsp;|</p>
<p>&nbsp;&nbsp; &nbsp;| &nbsp; &nbsp;| &nbsp; &nbsp;- /48 Subnet</p>
<p>&nbsp;&nbsp; &nbsp;| &nbsp; &nbsp;|</p>
<p>&nbsp;&nbsp; &nbsp;| &nbsp; &nbsp;- /32 Subnet</p>
<p>&nbsp;&nbsp; &nbsp;|</p>
<p>&nbsp;&nbsp; &nbsp;- /16 Subnet</p>
</blockquote>
<p>&nbsp;</p>
<p>I&#8217;ve included /80, /96 and /112 for reference but I am going to tell you to completely ignore them and I will explain why.</p>
<p>In my initial IPv6 subnetting I was faced with two initial issues a) what do I do about our router loopback addresses, and b) what do we do about the point to point links. The first was easy, in IPv6 a single host is represented as a /32 this maps directly to an IPv6 /128. The second not so much. With IPv4 we have specific space constraints and as such have been conditioned and use /30 subnets for links (two hosts, with a network and broadcast address = four IPs). A /30 would be a /127 in IPv6 parlance, however a quick Internet search will point out all of the potential evils of using /127s and tell you to use /126s instead. And at the same time tell you to always, and I stress ALWAYS use /64s when assigning a network.</p>
<p>Now a /64 is a huge amount of IP space. It&#8217;s 2^64 or 18,446,744,073,709,551,616 IPs to be exact. That&#8217;s a crazy huge number, in fact I had to look up how to pronounce it. 18 sextillion, 446 quintillion, 744 quadrillion, 73 trillion&#8230; IPs. The idea of using a network with 18 sextillion IPs in it for a router to router link seemed a little crazy to me. And then I found this presentation by Matsuzaki &#8216;maz&#8217; Yoshinobu:</p>
<p><a href="http://archive.apnic.net/meetings/26/program/apops/matsuzaki-ipv6-p2p.pdf" title="IPv6 address architecture on point-to-point link" target="_blank">IPv6 address architecture on point-to-point link</a></p>
<p>The presentation is a quick read and spells out the technical difference between a /127 and a /126 and reinforces the concept use of a /64 for all networks.</p>
<p>This was the eureka! moment for me, and the following points became crystal clear:</p>
<ol>
<li>An ISP is allocated a /32</li>
<li>The ISP is supposed to break this into /48s for customers (there are 65,536 /48s in a /32)</li>
<li>The /48s should be subnetted into /64s (- )there are 65,536 /64s in a /48)</li>
<li>Always us /64 subnet boundaries for everything</li>
</ol>
<p>Even &#8220;wasting&#8221; IPv6 addresses, how many networks have more than 65,536 network links? If you do, you can always allocate another of your 2^16 /48s available.</p>
<p>So for Phyber this resulted in the following network plan:</p>
<blockquote class="posterous_medium_quote">
<p>2607:f238:0000::/48 allocated for internal use</p>
<p>2607:f238:0000:0000::/64 allocated for loopback addresses</p>
<p>2607:f238:0000:0001::/64 allocated for internal server segment</p>
<p>2607:f238:0000:0002::/64 link #1</p>
<p>2607:f238:0000:0003::/64 link #2</p>
<p>2607:f238:0000:0004::/64 link #3</p>
<p>2607:f238:0000:0005::/64 link #4</p>
<p>&nbsp;</p>
<p>2607:f238:0001::/48 first customer</p>
<p>2607:f238:0002::/48 second customer</p>
<p>2607:f238:0003::/48 third customer</p>
</blockquote>
<p>and so on and so on.</p>
<p>If you refer back to the presentation I mentioned earlier there&#8217;s notes about the potential dangers of /64s on network links and why people intuitively want to subnet to a /127 or a /126. We ended up splitting the difference and actually subnetting the /64 for the network link to a /126.</p>
<p>IPv6 is a very large pool of IP space &#8211; to paraphrase my favorite quote so far &#8220;IPv6 has 340 undecillion unique addresses (that&#8217;s a 39-digit number). If IPv4 is a golf ball IPv6 is the sun.&#8221; Trust me, don&#8217;t try to over think this. Just follow what all the RFCs say and use /64s for your network links.</p>
<p>If you want to read more I found the following links to be very helpful in understanding how to properly subnet IPv6:</p>
<ul>
<li><a href="http://www.getipv6.info/index.php/IPv6_Addressing_Plans" target="_blank">http://www.getipv6.info/index.php/IPv6_Addressing_Plans</a></li>
<li><a href="http://en.wikipedia.org/wiki/IPv6_subnetting#IPv6_subnetting" target="_blank">http://en.wikipedia.org/wiki/IPv6_subnetting#IPv6_subnetting</a></li>
<li><a href="http://www.ripe.net/info/info-services/addressing.html" target="_blank">http://www.ripe.net/info/info-services/addressing.html</a></li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.clarksys.com/blog/2010/08/18/howto-subnet-ipv6-for-network-links/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pass a PCI Compliance Scan in 5 Steps</title>
		<link>http://www.clarksys.com/blog/2009/09/03/pass-a-pci-compliance-scan-in-5-steps/</link>
		<comments>http://www.clarksys.com/blog/2009/09/03/pass-a-pci-compliance-scan-in-5-steps/#comments</comments>
		<pubDate>Thu, 03 Sep 2009 00:25:49 +0000</pubDate>
		<dc:creator>Max</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[iptables]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[pci]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://www.clarksys.com/?p=456</guid>
		<description><![CDATA[PCI (Payment Card Industry) Compliance/Standards were originally created to standardize on a set of rules and guidelines to help protect credit card holders from theft &#8211; specifically theft from a website being hacked and their information compromised. At what point PCI Compliance was bastardized I do not know &#8211; but today it&#8217;s really a joke.
In [...]]]></description>
			<content:encoded><![CDATA[<p>PCI (Payment Card Industry) Compliance/Standards were originally created to standardize on a set of rules and guidelines to help protect credit card holders from theft &#8211; specifically theft from a website being hacked and their information compromised. At what point PCI Compliance was bastardized I do not know &#8211; but today it&#8217;s really a joke.</p>
<p>In order to maintain a merchant account and process credit cards, most vendors will require a passing score on a compliance scan. There&#8217;s nothing quite like a little regulation to create a new industry &#8211; today a search on Google for &#8220;PCI Compliance Scan&#8221; returns almost 3/4 mil results. Don&#8217;t get me wrong, I am a firm believer in the standards put forth by PCI, but the requirement to pass an automated scan is nonsense. Almost all companies offering PCI compliance are using the <a href="http://www.nessus.org/nessus/">Nessus</a> security scanner which connects to your machine, runs through an automated scan and spits out a report with a score.</p>
<p>What kind of things should you expect to find on the results? Gems like:</p>
<blockquote><p>Synopsis : It is possible to determine the exact time set on the remote host. Description : The remote host answers to an ICMP timestamp request. This allows an attacker to know the date which is set on your machine. This may help him to defeat all your time based authentication protocols. Solution: filter out the ICMP timestamp requests (13), and the outgoing ICMP timestamp replies (14). Risk Factor: Low / CVSS Base Score : 0 (AV:R/AC:L/Au:NR/C:N/A:N/I:N/B:N) CVE : CVE-1999-0524</p></blockquote>
<p>And:</p>
<blockquote><p>Your computer appears to be running http software that allows others to view its web pages. If you don&#8217;t intend this computer to allow others to view its web pages then turn this service off. There are many potential security vulnerabilities in http software.</p></blockquote>
<p>My general advice to computer security applies here. If you don&#8217;t need/use a service/application then turn it off, and keep your computer up to date with the latest security patches from the vendor. Fedora and CentOS users can just run &#8220;yum update&#8221;.</p>
<p>Anyways, back to the scan&#8230;</p>
<p>1. Run the initial scan against your site &#8211; you will probably fail. Open your web server logs and find the IP address of the machine that scanned you. Save this IP for later.</p>
<p>2. If you are running PHP you will have lot&#8217;s of security warnings, add this line to your /etc/php.ini (or wherever it may be):</p>
<p><code>expose_php = Off</code></p>
<p>3. Disable Trace, Track, Server Signatures and Server Tokens in Apache (/etc/httpd/conf/httpd.conf):</p>
<p><code>TraceEnable off<br />
ServerSignature Off<br />
ServerTokens ProductOnly</code></p>
<p>4. Now the fun part, using the IP address you found in step one block the entire Class C (/24) IP Netblock range from connecting to your server on ports other than 80 and 443 (http and https). In /etc/sysconfig/iptables immediately after this line:</p>
<p><code>-A RH-Firewall-1-INPUT -i lo -j ACCEPT</code></p>
<p>Add these entries:</p>
<p><code># Filters for PCI Scan<br />
-A RH-Firewall-1-INPUT -s x.x.x.0/24 -m state --state NEW -m tcp -p tcp --dport 80 -j ACCEPT<br />
-A RH-Firewall-1-INPUT -s x.x.x.0/24 -m state --state NEW -m tcp -p tcp --dport 443 -j ACCEPT<br />
-A RH-Firewall-1-INPUT -s x.x.x.0/24 -j REJECT --reject-with icmp-host-prohibited</code></p>
<p><em>What this does is allow the scanning system to connect to the web server via http and https only &#8211; everything else will be denied.</em></p>
<p>5. Reload IP Tables (service iptables restart) and Apache (service httpd restart) &#8211; and rescan your site.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.clarksys.com/blog/2009/09/03/pass-a-pci-compliance-scan-in-5-steps/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Using IRR with Level3</title>
		<link>http://www.clarksys.com/blog/2009/09/02/using-irr-with-level3/</link>
		<comments>http://www.clarksys.com/blog/2009/09/02/using-irr-with-level3/#comments</comments>
		<pubDate>Wed, 02 Sep 2009 22:33:55 +0000</pubDate>
		<dc:creator>Max</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[bgp]]></category>
		<category><![CDATA[irr]]></category>
		<category><![CDATA[level3]]></category>
		<category><![CDATA[router]]></category>
		<category><![CDATA[rpsl]]></category>
		<category><![CDATA[tool]]></category>

		<guid isPermaLink="false">http://www.clarksys.com/?p=454</guid>
		<description><![CDATA[
Level3 has a very specific/finicky RPSL based router configuration tool. So specific in fact if you have your route objects in RADB and include customer objects from ALTDB the ALTDB objects will be filtered. If you are having this problem &#8211; here&#8217;s the secret, Level3 needs to add additional sources to their search path, enable [...]]]></description>
			<content:encoded><![CDATA[<div>
<p>Level3 has a very specific/finicky RPSL based router configuration tool. So specific in fact if you have your route objects in RADB and include customer objects from ALTDB the ALTDB objects will be filtered. If you are having this problem &#8211; here&#8217;s the secret, Level3 needs to add additional sources to their search path, enable recurseok and warnonly. Example below:</p>
<p><code>import policy:-le=32 RADB::AS-PHYBER -searchpath=RADB;ALTDB -recurseok -warnonly</code></div>
]]></content:encoded>
			<wfw:commentRss>http://www.clarksys.com/blog/2009/09/02/using-irr-with-level3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Set the time zone on a per user basis</title>
		<link>http://www.clarksys.com/blog/2009/09/01/set-the-time-zone-on-a-per-user-basis/</link>
		<comments>http://www.clarksys.com/blog/2009/09/01/set-the-time-zone-on-a-per-user-basis/#comments</comments>
		<pubDate>Tue, 01 Sep 2009 21:24:31 +0000</pubDate>
		<dc:creator>Max</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[tip]]></category>

		<guid isPermaLink="false">http://www.clarksys.com/?p=449</guid>
		<description><![CDATA[Continuing on my general rant that all computer systems should use UTC/GMT for their system clocks the question is often posed by users that want to see their own local time when they log into a remote computer.
Procedure &#8211; set the time zone on a per user basis
Open user ~/.bashrc or ~/.bash_profile file using vi text editor [...]]]></description>
			<content:encoded><![CDATA[<p>Continuing on my general rant that all computer systems should use UTC/GMT for their system clocks the question is often posed by users that want to see their own local time when they log into a remote computer.</p>
<p><strong>Procedure &#8211; set the time zone on a per user basis</strong></p>
<p>Open user <strong>~/.bashrc </strong>or <strong>~/.bash_profile</strong> file using vi text editor and set up TZ environment variable. Append or SET TZ as follows:</p>
<p><strong>export TZ=&#8221;/usr/share/zoneinfo/{TIMEZONE-DIRECTORY}/{TIMEZONE_FILE}&gt;&#8221;</strong></p>
<p>If your username is foo and you would like to set TZ to Asia/Calcutta (INDIA IST) type command:</p>
<p><code># vi /home/foo/.bashrc</code></p>
<p>Append following:</p>
<p><code>export TZ="/usr/share/zoneinfo/Asia/Calcutta"</code></p>
<p>Save and close the file.</p>
<p>(via <a href="http://www.cyberciti.biz/faq/howto-linux-set-time-zone-per-user-basis/" target="_blank">http://www.cyberciti.biz/faq/howto-linux-set-time-zone-per-user-basis/</a>)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.clarksys.com/blog/2009/09/01/set-the-time-zone-on-a-per-user-basis/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>One Less Email Account?</title>
		<link>http://www.clarksys.com/blog/2009/06/19/one-less-email-account/</link>
		<comments>http://www.clarksys.com/blog/2009/06/19/one-less-email-account/#comments</comments>
		<pubDate>Fri, 19 Jun 2009 16:06:01 +0000</pubDate>
		<dc:creator>Max</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[gmail]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[gtd]]></category>

		<guid isPermaLink="false">http://www.clarksys.com/?p=446</guid>
		<description><![CDATA[Like many on the interweb, over the years I have collected one or two email accounts. Most of them come free with registration to a service or site that I use for some piece of functionality (think schools, flickr, instant messenger, storefronts, etc&#8230;) &#8211; others are just part of registering a domain and publishing a [...]]]></description>
			<content:encoded><![CDATA[<p>Like many on the interweb, over the years I have collected one or two email accounts. Most of them come free with registration to a service or site that I use for some piece of functionality (think schools, flickr, instant messenger, storefronts, etc&#8230;) &#8211; others are just part of registering a domain and publishing a site.</p>
<p>Managing this mess of accounts has always proved to be a challenge typically solved (I use solved loosely here) with the use of Sendmail/Qmail/Postfix virtual hosting + Thunderbird and IMAP/POP3 aggregating into a single set of folders on my desktop. In the past couple of years I have found myself using and preferring Google Mail for my personal accounts, both with their @gmail brand for mailing lists and newsgroups and also with the Google Apps for my custom domain hosting. While this has given me simple care free hosting it hasn&#8217;t solved the underlying issue of just too many accounts to manage and filter through and the time drain involved.</p>
<p>So today in an attempt at efficiency I have reshaped my inbound email to simplified email forwarding modeled after pobox.com (I thought about using their service but it literally costs me $0 to host on one of our many existing email servers). For the time being I will use my @gmail account as my primary personal inbox while maintaining my @clarksys account for permanency.</p>
<p>If you&#8217;d like to send me an email (<a title="Reveal this e-mail address" onclick="window.open('http://mailhide.recaptcha.net/d?k=01UTwMClhMThpf9gEaGFMGpA==&amp;c=F1pS3Fb-NNLb1-rdL5bWLb2cWnsI_S-maMkit3oiiJc=', '', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=500,height=300'); return false;" href="http://mailhide.recaptcha.net/d?k=01UTwMClhMThpf9gEaGFMGpA==&amp;c=F1pS3Fb-NNLb1-rdL5bWLb2cWnsI_S-maMkit3oiiJc=">click here to see my address</a>) &#8211; you could probably guess it anyway.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.clarksys.com/blog/2009/06/19/one-less-email-account/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>There&#8217;s Never a Dull Moment</title>
		<link>http://www.clarksys.com/blog/2009/05/19/theres-never-a-dull-moment/</link>
		<comments>http://www.clarksys.com/blog/2009/05/19/theres-never-a-dull-moment/#comments</comments>
		<pubDate>Tue, 19 May 2009 22:04:59 +0000</pubDate>
		<dc:creator>Max</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[bizarre]]></category>
		<category><![CDATA[humor]]></category>

		<guid isPermaLink="false">http://www.clarksys.com/?p=444</guid>
		<description><![CDATA[There are no words&#8230; I was just forwarded a call from our NOC after the caller demanded to speak with the manager. I am still not clear what the issue is but the caller &#8220;Carlo&#8221; was demanding to speak with Juan. I repeated the same thing that Heather had said &#8211; that there was no [...]]]></description>
			<content:encoded><![CDATA[<p>There are no words&#8230; I was just forwarded a call from our NOC after the caller demanded to speak with the manager. I am still not clear what the issue is but the caller &#8220;Carlo&#8221; was demanding to speak with Juan. I repeated the same thing that Heather had said &#8211; that there was no person named Juan that worked for the company. Carlo goes on about how I&#8217;m a lier and that Juan is a security guard in my building. Okay so at this point I&#8217;m thinking Carlo must be talking about one of our datacenters which are all staffed by security. Before I can respond Carlo starts in that I&#8217;m a lier and he&#8217;s going to send a couple guys down to sort this out.</p>
<p>I still have no idea:</p>
<ol>
<li>What building he&#8217;s talking about</li>
<li>Where he got our number</li>
<li>What his original issue was</li>
<li>What exactly he thinks he&#8217;s going to accomplish by sending some guys out to deal with building security. I&#8217;m not positive but I would guess that Securitas/Pinkerton has 911 on speed dial.</li>
</ol>
<p>Unfortunately my curiosity is peaked and I doubt I&#8217;ll ever find out what exactly is going on.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.clarksys.com/blog/2009/05/19/theres-never-a-dull-moment/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HOWTO Install OS X on a Dell Mini 9</title>
		<link>http://www.clarksys.com/blog/2009/05/04/howto-install-os-x-on-a-dell-mini-9/</link>
		<comments>http://www.clarksys.com/blog/2009/05/04/howto-install-os-x-on-a-dell-mini-9/#comments</comments>
		<pubDate>Mon, 04 May 2009 18:27:23 +0000</pubDate>
		<dc:creator>Max</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[netbook]]></category>
		<category><![CDATA[osx]]></category>

		<guid isPermaLink="false">http://www.clarksys.com/?p=441</guid>
		<description><![CDATA[I just finished installing OS X on my Dell Mini 9 pic (as an aside &#8211; probably one of the best form factors I have owned for a traveling laptop). The instructions here:


How-To: Install Mac OS X &#8211; DellEFI Method
are pretty good. I followed Section 2 Part A. One thing to note, when booting the system [...]]]></description>
			<content:encoded><![CDATA[<p>I just finished installing OS X on my Dell Mini 9 <a href="http://twitpic.com/4jxqw">pic</a> (as an aside &#8211; probably one of the best form factors I have owned for a traveling laptop). The instructions here:</p>
<p><a href="event:http://twitpic.com/4jxqw"></a></p>
<p><a href="event:http://twitpic.com/4jxqw"></a></p>
<p><a href="http://www.mydellmini.com/forum/how-to-install-mac-os-x-dellefi-method-t3925.html-st=0&amp;sk=t&amp;sd=a">How-To: Install Mac OS X &#8211; DellEFI Method</a></p>
<p>are pretty good. I followed Section 2 Part A. One thing to note, when booting the system via the &#8220;small&#8221; USB drive you will have to press &#8220;esc&#8221; and select the larger USB drive to boot from. The syslinux/isolinux on the small USB drive will continue to boot in a loop until you break the cycle. Other than that everything worked like a charm right from the start (camera, audio, wifi, etc&#8230;).</p>
<p>I still need to install and tweet some additional settings and my 16 GB USB drive will always be close by (6 GB installation). Additional links and information are below &#8211; enjoy.</p>
<ul>
<li><a href="http://gizmodo.com/5156903/how-to-hackintosh-a-dell-mini-9-into-the-ultimate-os-x-netbook">How To: Hackintosh a Dell Mini 9 Into the Ultimate OS X Netbook</a></li>
<li><a href="http://mydellmini.com/forum/virtually-increase-your-dell-mini-screen-resolution-t2179.html-st=0&amp;sk=t&amp;sd=a">Virtually increase your Dell Mini Screen Resolution</a></li>
<li><a href="http://code.google.com/p/mydellmini/downloads/list">http://code.google.com/p/mydellmini/downloads/list</a></li>
<li><a href="http://www.eternalstorms.at/utilities/presentyourapps/index.html">http://www.eternalstorms.at/utilities/presentyourapps/index.html</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.clarksys.com/blog/2009/05/04/howto-install-os-x-on-a-dell-mini-9/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Patch for IRR Power Tools (irrpt)</title>
		<link>http://www.clarksys.com/blog/2009/05/01/patch-for-irr-power-tools-irrpt/</link>
		<comments>http://www.clarksys.com/blog/2009/05/01/patch-for-irr-power-tools-irrpt/#comments</comments>
		<pubDate>Fri, 01 May 2009 19:43:01 +0000</pubDate>
		<dc:creator>Max</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[irr rpsl router bgp tool]]></category>

		<guid isPermaLink="false">http://www.clarksys.com/?p=436</guid>
		<description><![CDATA[Small patch to the IRR Power Tools (irrpt) package to allow setting the prefix length via the irrpt_pfxgen script on the command line:
--- irrpt-1.27/bin/irrpt_pfxgen	2007-06-08 21:16:47.000000000 +0000
+++ irrpt/bin/irrpt_pfxgen	2009-05-01 19:36:30.000000000 +0000
@@ -50,7 +50,7 @@
 	    case "-l":
 	    case "--pfxlength":
-            [...]]]></description>
			<content:encoded><![CDATA[<p>Small patch to the IRR Power Tools (irrpt) package to allow setting the prefix length via the irrpt_pfxgen script on the command line:</p>
<p><code>--- irrpt-1.27/bin/irrpt_pfxgen	2007-06-08 21:16:47.000000000 +0000<br />
+++ irrpt/bin/irrpt_pfxgen	2009-05-01 19:36:30.000000000 +0000<br />
@@ -50,7 +50,7 @@</p>
<p> 	    case "-l":<br />
 	    case "--pfxlength":<br />
-                $o_pfxlength = $_SERVER['argv'][++$offset];<br />
+                $o_pfxlen = $_SERVER['argv'][++$offset];<br />
 		break;</p>
<p> 	    case "-f":<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.clarksys.com/blog/2009/05/01/patch-for-irr-power-tools-irrpt/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Real Money is in the Cross Connects</title>
		<link>http://www.clarksys.com/blog/2009/04/27/the-real-money-is-in-the-cross-connects/</link>
		<comments>http://www.clarksys.com/blog/2009/04/27/the-real-money-is-in-the-cross-connects/#comments</comments>
		<pubDate>Mon, 27 Apr 2009 20:23:39 +0000</pubDate>
		<dc:creator>Max</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[datacenter]]></category>
		<category><![CDATA[money]]></category>
		<category><![CDATA[onewilshire]]></category>

		<guid isPermaLink="false">http://www.clarksys.com/?p=433</guid>
		<description><![CDATA[About a year ago I heard a stat that One Wilshire had 40 Gbit/s of utilization on their Fast Ethernet cross connects. Honestly this number floored me for a few reasons:

an average circuit will run at 30% utilization, this means that CRG had approximately 1,300 Fast Ethernet circuits run at the time. Or in revenue [...]]]></description>
			<content:encoded><![CDATA[<p>About a year ago I heard a stat that One Wilshire had 40 Gbit/s of utilization on their Fast Ethernet cross connects. Honestly this number floored me for a few reasons:</p>
<ol>
<li>an average circuit will run at 30% utilization, this means that CRG had approximately 1,300 Fast Ethernet circuits run at the time. Or in revenue numbers, been $65k/month in fast ethernet cross connect fees.</li>
<li>Fiber cross connects are the overwhelming majority of installed circuits at any carrier neutral site. I couldn&#8217;t say what the exact ratio is but based on my personal experience Fiber to Ethernet is something on the order of 20 to 1. This would mean One Wilshire was billing $2.6/month in fiber cross connects.</li>
<li>One Wilshire is a relatively inexpensive location for cross connects, other facilities are way more expensive and could be billing way more.</li>
</ol>
<p>While the largest revenue items for a given facility will most certainly be floor space and power, those also carry the highest cost of goods sold. With cross connects the facility bears a one time charge for the materials and labor (which is usually billed to the customer as an installation fee) and after that there is almost zero expense ongoing to service the cross connect. The margin is nearly 100%.</p>
<p>Like I said, the real money is in the cross connects.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.clarksys.com/blog/2009/04/27/the-real-money-is-in-the-cross-connects/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
