<?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>The K Blag &#187; random</title>
	<atom:link href="http://iamthek.com/archives/category/random/feed" rel="self" type="application/rss+xml" />
	<link>http://iamthek.com</link>
	<description>Interesting Topics</description>
	<lastBuildDate>Tue, 10 Feb 2009 01:51:37 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>APC Network Shutdown and Solaris 10 firewall</title>
		<link>http://iamthek.com/archives/37</link>
		<comments>http://iamthek.com/archives/37#comments</comments>
		<pubDate>Wed, 26 Mar 2008 20:18:10 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[random]]></category>
		<category><![CDATA[sun]]></category>
		<category><![CDATA[apc]]></category>
		<category><![CDATA[firewall]]></category>
		<category><![CDATA[ipf]]></category>
		<category><![CDATA[network shutdown]]></category>
		<category><![CDATA[solaris 10]]></category>

		<guid isPermaLink="false">http://iamthek.com/archives/37</guid>
		<description><![CDATA[One day, not too long ago, when the power went out in my neighborhood (for some unknown reason), I was pondering whether or not the machines here would shutdown cleanly.  I knew I had a reasonable amount of battery life, but that wouldn&#8217;t be enough if the outage was extensive.I had already configured the APC [...]]]></description>
			<content:encoded><![CDATA[<p>One day, not too long ago, when the power went out in my neighborhood (for some unknown reason), I was pondering whether or not the machines here would shutdown cleanly.  I knew I had a reasonable amount of battery life, but that wouldn&#8217;t be enough if the outage was extensive.I had already configured the APC UPS (with the network card) to my satisfaction, and also loaded the APC Network Shutdown software into the root zone of my Solaris 10 x86 box.  Over the course of many tests, I realized that my Solaris 10 firewall was in the way.  I had to create a new rule to allow any UDP traffic, originating from the APC network interface, to allow communication to the broadcast IP address of my local network.  At first, I only allowed specific communication between the two via UDP, but after much examination, realized it was broadcasting.Here are my IPF rules:
<pre>pass  in  quick on nge0 proto udp from 10.0.0.10 to any port = 3052</pre>
<pre>pass  in  quick on nge0 proto tcp from 10.0.0.10/32 to 10.0.0.2 port = 2161 flags S keep state</pre>
<pre>pass  in  quick on nge0 proto tcp from 10.0.0.10/32 to 110.0.0.2 port = 3052 flags S keep state</pre>
<pre>pass  in  quick on nge0 proto tcp from 10.0.0.10/32 to 10.0.0.2 port = 6547 flags S keep state</pre>
<p>Hope this saves someone some headaches in the future.</p>
<!-- Social Bookmarking Reloaded BEGIN --><div class="social_bookmark"><em>bookmark to</em><br /><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://iamthek.com/archives/37title=APC+Network+Shutdown+and+Solaris+10+firewall" title="Add 'APC Network Shutdown and Solaris 10 firewall' to Del.icio.us"><img src="http://iamthek.com/wp-content/plugins/social-bookmarking-reloaded/delicious.png" title="Add 'APC Network Shutdown and Solaris 10 firewall' to Del.icio.us" alt="Add 'APC Network Shutdown and Solaris 10 firewall' to Del.icio.us" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2url=http://iamthek.com/archives/37title=APC+Network+Shutdown+and+Solaris+10+firewall" title="Add 'APC Network Shutdown and Solaris 10 firewall' to digg"><img src="http://iamthek.com/wp-content/plugins/social-bookmarking-reloaded/digg.png" title="Add 'APC Network Shutdown and Solaris 10 firewall' to digg" alt="Add 'APC Network Shutdown and Solaris 10 firewall' to digg" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://iamthek.com/archives/37title=APC+Network+Shutdown+and+Solaris+10+firewall" title="Add 'APC Network Shutdown and Solaris 10 firewall' to reddit"><img src="http://iamthek.com/wp-content/plugins/social-bookmarking-reloaded/reddit.png" title="Add 'APC Network Shutdown and Solaris 10 firewall' to reddit" alt="Add 'APC Network Shutdown and Solaris 10 firewall' to reddit" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://iamthek.com/archives/37" title="Add 'APC Network Shutdown and Solaris 10 firewall' to Technorati"><img src="http://iamthek.com/wp-content/plugins/social-bookmarking-reloaded/technorati.png" title="Add 'APC Network Shutdown and Solaris 10 firewall' to Technorati" alt="Add 'APC Network Shutdown and Solaris 10 firewall' to Technorati" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://iamthek.com/archives/37title=APC+Network+Shutdown+and+Solaris+10+firewall" title="Add 'APC Network Shutdown and Solaris 10 firewall' to Stumble Upon"><img src="http://iamthek.com/wp-content/plugins/social-bookmarking-reloaded/stumbleupon.png" title="Add 'APC Network Shutdown and Solaris 10 firewall' to Stumble Upon" alt="Add 'APC Network Shutdown and Solaris 10 firewall' to Stumble Upon" /></a></div>
<!-- Social Bookmarking Reloaded END -->]]></content:encoded>
			<wfw:commentRss>http://iamthek.com/archives/37/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lets get this thing started</title>
		<link>http://iamthek.com/archives/3</link>
		<comments>http://iamthek.com/archives/3#comments</comments>
		<pubDate>Thu, 01 Nov 2007 21:22:49 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[random]]></category>
		<category><![CDATA[family]]></category>
		<category><![CDATA[food]]></category>
		<category><![CDATA[technology]]></category>

		<guid isPermaLink="false">http://iamthek.com/?p=3</guid>
		<description><![CDATA[Welcome to iamthek.com.  I am intending on this to be a place where I can put the many different types of information I want to discuss and talk about, including technology, food, and family.
Thanks!
-TheK
bookmark to
]]></description>
			<content:encoded><![CDATA[<p>Welcome to iamthek.com.  I am intending on this to be a place where I can put the many different types of information I want to discuss and talk about, including technology, food, and family.</p>
<p>Thanks!</p>
<p>-TheK</p>
<!-- Social Bookmarking Reloaded BEGIN --><div class="social_bookmark"><em>bookmark to</em><br /><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://iamthek.com/archives/3title=Lets+get+this+thing+started" title="Add 'Lets get this thing started' to Del.icio.us"><img src="http://iamthek.com/wp-content/plugins/social-bookmarking-reloaded/delicious.png" title="Add 'Lets get this thing started' to Del.icio.us" alt="Add 'Lets get this thing started' to Del.icio.us" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2url=http://iamthek.com/archives/3title=Lets+get+this+thing+started" title="Add 'Lets get this thing started' to digg"><img src="http://iamthek.com/wp-content/plugins/social-bookmarking-reloaded/digg.png" title="Add 'Lets get this thing started' to digg" alt="Add 'Lets get this thing started' to digg" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://iamthek.com/archives/3title=Lets+get+this+thing+started" title="Add 'Lets get this thing started' to reddit"><img src="http://iamthek.com/wp-content/plugins/social-bookmarking-reloaded/reddit.png" title="Add 'Lets get this thing started' to reddit" alt="Add 'Lets get this thing started' to reddit" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://iamthek.com/archives/3" title="Add 'Lets get this thing started' to Technorati"><img src="http://iamthek.com/wp-content/plugins/social-bookmarking-reloaded/technorati.png" title="Add 'Lets get this thing started' to Technorati" alt="Add 'Lets get this thing started' to Technorati" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://iamthek.com/archives/3title=Lets+get+this+thing+started" title="Add 'Lets get this thing started' to Stumble Upon"><img src="http://iamthek.com/wp-content/plugins/social-bookmarking-reloaded/stumbleupon.png" title="Add 'Lets get this thing started' to Stumble Upon" alt="Add 'Lets get this thing started' to Stumble Upon" /></a></div>
<!-- Social Bookmarking Reloaded END -->]]></content:encoded>
			<wfw:commentRss>http://iamthek.com/archives/3/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
