<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for Ctrl Alt Geek</title>
	<atom:link href="http://www.ctrlaltgeek.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ctrlaltgeek.com</link>
	<description>Just a couple of Geeks</description>
	<lastBuildDate>Wed, 09 Jun 2010 20:45:55 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>Comment on Solaris multi-homed hosts on separate subnets by Emily N.</title>
		<link>http://www.ctrlaltgeek.com/2008/11/12/solaris-multi-homed-hosts-on-separate-subnets/comment-page-1/#comment-316</link>
		<dc:creator>Emily N.</dc:creator>
		<pubDate>Wed, 09 Jun 2010 20:45:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.ctrlaltgeek.com/?p=71#comment-316</guid>
		<description>Hi, I&#039;m very interested in Linux but Im a Super Newbie and I&#039;m having trouble deciding on the right distribution for me (Havent you heard this a million times?) anyway here is my problem, I need a distribution that can switch between reading and writing in English and Japanese (Japanese Language Support) with out restarting the operating system.</description>
		<content:encoded><![CDATA[<p>Hi, I&#8217;m very interested in Linux but Im a Super Newbie and I&#8217;m having trouble deciding on the right distribution for me (Havent you heard this a million times?) anyway here is my problem, I need a distribution that can switch between reading and writing in English and Japanese (Japanese Language Support) with out restarting the operating system.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Solaris multi-homed hosts on separate subnets by John</title>
		<link>http://www.ctrlaltgeek.com/2008/11/12/solaris-multi-homed-hosts-on-separate-subnets/comment-page-1/#comment-231</link>
		<dc:creator>John</dc:creator>
		<pubDate>Fri, 04 Dec 2009 21:21:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.ctrlaltgeek.com/?p=71#comment-231</guid>
		<description>I have to say this helped but one last thing which file to edit or do I create a S file in rc3</description>
		<content:encoded><![CDATA[<p>I have to say this helped but one last thing which file to edit or do I create a S file in rc3</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ClusterSSH on OSX by rick tait</title>
		<link>http://www.ctrlaltgeek.com/2008/10/28/clusterssh-on-osx/comment-page-1/#comment-229</link>
		<dc:creator>rick tait</dc:creator>
		<pubDate>Thu, 03 Dec 2009 01:32:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.ctrlaltgeek.com/?p=56#comment-229</guid>
		<description>csshX is literally the best damn piece of software I have used in about 8 or 9 years. 

THANK YOU gavin.

:)

RMT.</description>
		<content:encoded><![CDATA[<p>csshX is literally the best damn piece of software I have used in about 8 or 9 years. </p>
<p>THANK YOU gavin.</p>
<p> <img src='http://www.ctrlaltgeek.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>RMT.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Solaris multi-homed hosts on separate subnets by Mogens</title>
		<link>http://www.ctrlaltgeek.com/2008/11/12/solaris-multi-homed-hosts-on-separate-subnets/comment-page-1/#comment-185</link>
		<dc:creator>Mogens</dc:creator>
		<pubDate>Fri, 16 Oct 2009 19:05:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.ctrlaltgeek.com/?p=71#comment-185</guid>
		<description>It Works! I cannot tell you for how long we looked for this information. Thanks a lot.

One comment for another novice who might try this. Make sure the ipfilter service has been enabled. Use &quot;svcadm enable ipfilter&quot; before you apply the ipf -f /etc/... command. Normally it should be running, but you never know after having played with the ipfilter...

Keywords: multihomed host solaris dual isp dual nic</description>
		<content:encoded><![CDATA[<p>It Works! I cannot tell you for how long we looked for this information. Thanks a lot.</p>
<p>One comment for another novice who might try this. Make sure the ipfilter service has been enabled. Use &#8220;svcadm enable ipfilter&#8221; before you apply the ipf -f /etc/&#8230; command. Normally it should be running, but you never know after having played with the ipfilter&#8230;</p>
<p>Keywords: multihomed host solaris dual isp dual nic</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Solaris multi-homed hosts on separate subnets by Eric</title>
		<link>http://www.ctrlaltgeek.com/2008/11/12/solaris-multi-homed-hosts-on-separate-subnets/comment-page-1/#comment-184</link>
		<dc:creator>Eric</dc:creator>
		<pubDate>Fri, 16 Oct 2009 17:24:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.ctrlaltgeek.com/?p=71#comment-184</guid>
		<description>I think you need this entry:

pass out quick on nge0 to nge1:10.1.10.1 from 10.1.10.21 to any

What you had makes sense in losing all traffic.  It will pass any traffic from the 192.168.1.21 IP to the nge1 interface to the router at 10.1.10.1.  This will in a sense send all nge0 traffic to the nge1 interface, causing all the traffic to stop.

The 2 IPs on the ipf rule should both be on the same network.</description>
		<content:encoded><![CDATA[<p>I think you need this entry:</p>
<p>pass out quick on nge0 to nge1:10.1.10.1 from 10.1.10.21 to any</p>
<p>What you had makes sense in losing all traffic.  It will pass any traffic from the 192.168.1.21 IP to the nge1 interface to the router at 10.1.10.1.  This will in a sense send all nge0 traffic to the nge1 interface, causing all the traffic to stop.</p>
<p>The 2 IPs on the ipf rule should both be on the same network.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Solaris multi-homed hosts on separate subnets by Mogens</title>
		<link>http://www.ctrlaltgeek.com/2008/11/12/solaris-multi-homed-hosts-on-separate-subnets/comment-page-1/#comment-183</link>
		<dc:creator>Mogens</dc:creator>
		<pubDate>Fri, 16 Oct 2009 15:42:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.ctrlaltgeek.com/?p=71#comment-183</guid>
		<description>We have a very similar ISP scenario. When I tried the single line ipfilter command, it caused all network traffic to stop.

Here&#039;s what I have:
nge0: 192.168.1.21 (ffffff00)
nge1: 10.1.10.21 (ffffff00)

The defaultrouter is set to 192.168.1.1.
I can access the server from either net (locally), and I can access the server from the wan side through the 192.168.1.1 router.

I added the line:
pass out quick on nge0: to nge1:10.1.10.1 from 192.168.1.21 to any
to my /etc/ipf/ipf.conf file. It is the only entry which exists. Next I applied the change to ipf with the command:
ipf -f /etc/ipf/ipf.conf
... and traffic stops. Help!</description>
		<content:encoded><![CDATA[<p>We have a very similar ISP scenario. When I tried the single line ipfilter command, it caused all network traffic to stop.</p>
<p>Here&#8217;s what I have:<br />
nge0: 192.168.1.21 (ffffff00)<br />
nge1: 10.1.10.21 (ffffff00)</p>
<p>The defaultrouter is set to 192.168.1.1.<br />
I can access the server from either net (locally), and I can access the server from the wan side through the 192.168.1.1 router.</p>
<p>I added the line:<br />
pass out quick on nge0: to nge1:10.1.10.1 from 192.168.1.21 to any<br />
to my /etc/ipf/ipf.conf file. It is the only entry which exists. Next I applied the change to ipf with the command:<br />
ipf -f /etc/ipf/ipf.conf<br />
&#8230; and traffic stops. Help!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ClusterSSH on OSX by Gavin Brock</title>
		<link>http://www.ctrlaltgeek.com/2008/10/28/clusterssh-on-osx/comment-page-1/#comment-38</link>
		<dc:creator>Gavin Brock</dc:creator>
		<pubDate>Tue, 07 Apr 2009 15:02:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.ctrlaltgeek.com/?p=56#comment-38</guid>
		<description>I recently created csshX which might be an interesting alternative to cssh for OS-X: http://code.google.com/p/csshx/

.. Gavin</description>
		<content:encoded><![CDATA[<p>I recently created csshX which might be an interesting alternative to cssh for OS-X: <a href="http://code.google.com/p/csshx/" rel="nofollow">http://code.google.com/p/csshx/</a></p>
<p>.. Gavin</p>
]]></content:encoded>
	</item>
</channel>
</rss>

