<?xml version="1.0"?>
<!-- name="generator" content="blosxom/2.0.2" -->
<!DOCTYPE rss PUBLIC "-//Netscape Communications//DTD RSS 0.91//EN" "http://my.netscape.com/publish/formats/rss-0.91.dtd">

<rss version="0.91">
<channel>
<title>Life of  a Sysadmin  05 2006</title>
<link>http://www.fief.org/sysadmin/blosxom.cgi</link>
<description>The occassional trials and tribulations of a jack of all trades sysadmin in a startup in Silicon Valley</description>
<webMaster>sysadmin@fief.org</webMaster>
<language>en</language>
<copyright>Copyright 2005-2006 Brian De Smet</copyright>

<item>
  <title>Private Server Networks, or A Great Step for Security</title>
  <link>http://www.fief.org/sysadmin/blosxom.cgi/2006/05/18#servernet</link>
  <description>
&lt;p&gt;For the best possible security, servers should be on a seperate
network from any machines that connect to them and the traffic to and
from the servers should be restricted by a firewall with active
intrusion detection monitoring. 

&lt;p&gt;That type of firewall is complex to manage and likely to be quite
expensive (in general, throughput is a major factor in the cost of a
firewall).  The benefits of such a setup are unlikely to surpass the
limitations and expenses encurred.  The opposite end of the spectrum is
to plop your servers onto the same network as all of your machins and do
everything on that one network. 

&lt;p&gt;A good in-between setup is to place your servers on two separate 
networks and move all services that you can from the network shared with 
the workstations to the server only network (effectively setting up an &lt;a 
href=&quot;http://en.wikipedia.org/wiki/Out-of-band&quot;&gt;out-of-band&lt;/a&gt; network).

&lt;p&gt;Each of my servers has at least two network interfaces (mostly dual
port &lt;a
href=&quot;http://www.intel.com/network/connectivity/products/pro1000mt_dual_server_adapter.htm&quot;&gt;Intel
Pro 1000/MT&lt;/a&gt; Server Adapters).  One of those interfaces is connected
at 100 megabit to the general network shared with all of the workstations. 
The other uses a &lt;a 
href=&quot;http://www.jpsdomain.org/networking/nat.html&quot;&gt;private ip
address&lt;/a and is connected to a Dell PowerConnect 2616 gigabit switch.

&lt;p&gt;This setup has provided performance improvements and increased 
security.  The performance is only real noticed when performing backups, 
although it has given me the bandwidth needed to experiment with the idea 
of moving my VMWare images to a NAS like device.

&lt;p&gt;For the security improvements, I needed to move services from the 
public network to the private one.  I was able to relatively easily move 
my snmp queries, backup process, and ssh access to be accessible to only 
the private network.  Now if only I could work out how to only enable 
Windows Remote Desktop on just one interface.  
</description>
</item>


<item>
  <title>Tabasco Sauce, or To bad I'm not in the market for the Product</title>
  <link>http://www.fief.org/sysadmin/blosxom.cgi/2006/05/16#tabasco</link>
  <description>
&lt;p&gt;There was a box in my mailbox the other day.  At first I thought it was a new batch of CDs for &lt;a href=&quot;http://technet.microsoft.com/en-us/default.aspx&quot;&gt;TechNet&lt;/a&gt; subscription.  The box turned out to be the wrong size, and most definately the wrong color.  

&lt;p&gt;&lt;img width=&quot;215&quot; height=&quot;300&quot; src=&quot;/sysadmin/images/tabasco-closed.jpg&quot;&gt;

&lt;p&gt;Now I have become pretty calloused in throwing out out flashy advertisements, but this one had a shiny red box! It turned out to be an advertisement for ExaGrid's disk-based backup system.

&lt;p&gt;&lt;img width=&quot;300&quot; height=&quot;176&quot; src=&quot;/sysadmin/images/tabasco-open-small.jpg&quot;&gt;

&lt;p&gt;Now I'm not in the market for a backup system; and I am a bit uneasy with &lt;i&gt;black box&lt;/i&gt; backup system hardware.  But I did get a little bottle of &lt;a href=&quot;http://www.tabasco.com/&quot;&gt;Tabasco Sauce&lt;/a&gt;, so it wasn't a total loss.  


</description>
</item>


<item>
  <title>Colophon, or What I use to make this blog go</title>
  <link>http://www.fief.org/sysadmin/blosxom.cgi/2006/05/05#colophon</link>
  <description>
&lt;p&gt;As I tweak various bits on the blog, I thought I should share what all 
makes this blog go.  The webserver is &lt;a 
href=&quot;http://www.apache.org/&quot;&gt;Apache&lt;/a&gt; running on &lt;a 
href=&quot;http://www.sun.com/software/solaris/&quot;&gt;Solaris&lt;/a&gt; on &lt;a 
href=&quot;http://www.sun.com/&quot;&gt;Sun hardware&lt;/a&gt; with an &lt;a 
href=&quot;http://www.sun.com/processors/&quot;&gt;UltraSPARC processor&lt;/a&gt;.  The blog 
software is &lt;a href=&quot;http://www.blosxom.com/&quot;&gt;Blosxom&lt;/a&gt;.

&lt;blockquote&gt; &lt;b&gt;Tangent&lt;/b&gt;: Now Blosxom hasn't really actively been 
developed since 2003. And &lt;a href=&quot;http://raelity.org/blog/&quot;&gt;the 
author&lt;/a&gt; &lt;a 
href=&quot;http://raelity.org/blog/articles/2006/01/02/moved-retooled-imported-and-rebooted&quot;&gt;migrated 
away&lt;/a&gt; from the package in early 2006. I don't let such things bother me 
though, as I am used to choosing software &lt;a 
href=&quot;http://www.corel.com/&quot;&gt;packages&lt;/a&gt; and &lt;a 
href=&quot;http://en.wikipedia.org/wiki/Rio_Karma&quot;&gt;products&lt;/a&gt; that aren't 
really the most popular or mainstream.

There is however an active &lt;a 
href=&quot;http://blosxom.ookee.com/blog/&quot;&gt;User Group&lt;/a&gt;, &lt;a 
href=&quot;http://groups.yahoo.com/group/blosxom/&quot;&gt;Yahoo group&lt;/a&gt;, and a &lt;a 
href=&quot;http://sourceforge.net/projects/blosxom/&quot;&gt;SourceForge Group&lt;/a&gt;.  
&lt;/blockquote&gt;

&lt;p&gt;Now blosxom is a darned simple package, less than 400 lines of perl 
parsing text files in a simple directory structure.  That simplicity is 
part of what attracted me to the package, but it does mean I have a few &lt;a 
href=&quot;http://www.blosxom.com/plugins/&quot;&gt;plugins&lt;/a&gt; to add or refine 
various features.

&lt;ul&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.blosxom.com/plugins/category/categorytree.htm&quot;&gt;categorytree&lt;/a&gt;: This provides the category list on the right.  
  &lt;li&gt;&lt;a href=&quot;http://www.blosxom.com/plugins/archives/flatarchives.htm&quot;&gt;flatarchives&lt;/a&gt;: This plugin provides the archive list on the right.
  &lt;li&gt;&lt;a href=&quot;http://www.blosxom.com/plugins/display/preview.htm&quot;&gt;preview&lt;/a&gt;: A plugin that provides a way for me to see posts on the blog that I am working on, without showing those posts to the general public.
  &lt;li&gt;&lt;a href=&quot;http://aaronland.info/perl/bloxsom/plugins/strip_unix_comments/&quot;&gt;strip_unix_comments&lt;/a&gt;: I use unix style comments in my entries to put various meta data for my own benefit.  It wouldn't be bad if the public saw them, but they are really only beneficial to me.  
  &lt;li&gt;&lt;a href=&quot;http://www.blosxom.com/plugins/date/date_fullname.htm&quot;&gt;date_fullname&lt;/a&gt;: A simple plugin that provides templates with the full month name.
  &lt;li&gt;&lt;a href=&quot;http://www.blosxom.com/plugins/general/flavourdir.htm&quot;&gt;flavourdir&lt;/a&gt;: Allows me to put my &lt;a href=&quot;http://www.blosxom.com/documentation/users/flavour.html&quot;&gt;flavour files&lt;/a&gt; (the templates used for the html and rss versions of this page) in a different folder than the default.  
  &lt;li&gt;&lt;a href=&quot;http://www.somebits.com/weblog/tech/blosxom/plugins/imagesizer/&quot;&gt;imagesizer&lt;/a&gt;: This plugin automatically puts in the height and width tags for images.
&lt;/ul&gt;
</description>
</item>


<item>
  <title>Self Destruct Button, or What a strange ISA card</title>
  <link>http://www.fief.org/sysadmin/blosxom.cgi/2006/05/03#isacard</link>
  <description>
&lt;p&gt;&lt;i&gt;Written 2006-05-03&lt;/i&gt;
&lt;p&gt;&lt;a href=&quot;/sysadmin/images/isa-front.jpg&quot;&gt;&lt;img width=&quot;250&quot; height=&quot;250&quot; src=&quot;/sysadmin/images/isa-front.small.jpg&quot;&gt;&lt;/a&gt;
&lt;br&gt;&lt;i&gt;click image for a full view of the card&lt;/i&gt;

&lt;p&gt;This card amused me and has puzzled many friends and acquaintances over the years.  It is indeed as simple as it looks, an ISA card with a momentary switch connecting two pins on the card slot.  The &lt;a href=&quot;/sysadmin/images/isa-back.jpg&quot;&gt;back&lt;/a&gt; is just as simple as the front.   I not sure as to what it was use for, my best guess is that it was used to manually trigger an interrupt for hardware developers.  

&lt;p&gt;If you have a good idea as to what it is, please &lt;a href=&quot;http://beta.fief.org/sysadmin/blosxom.cgi/2006/04/21#contact&quot;&gt;contact me&lt;a/&gt; so I can update this post.  

&lt;!--&lt;p&gt;&lt;i&gt;Updated 2007-01-31&lt;/i&gt;

Alan De Smet &lt;chaos@highprogrammer.com&gt;
2007-01-30
http://blogs.msdn.com/oldnewthing/archive/2007/01/30/1557491.aspx

Pieter Geyskens &lt;pieter.geyskens@holcim.com&gt;
2006-05-12
http://www.microsoft.com/whdc/system/CEC/dmpsw.mspx
--&gt;</description>
</item>

</channel>
</rss>

