<?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>LUX.ET.UMBRA &#187; Unix</title>
	<atom:link href="http://life.firelace.com/category/operating-systems/unix/feed/" rel="self" type="application/rss+xml" />
	<link>http://life.firelace.com</link>
	<description>"Alas! must it ever be so? Do we stand in our own light, wherever we go, And fight our own shadows forever?" - Lord Lytton</description>
	<lastBuildDate>Wed, 28 Jul 2010 06:52:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Tips and Tricks: Dedicated Server Wipe Commands</title>
		<link>http://life.firelace.com/2009/05/tips-and-tricks-dedicated-server-wipe-commands/</link>
		<comments>http://life.firelace.com/2009/05/tips-and-tricks-dedicated-server-wipe-commands/#comments</comments>
		<pubDate>Tue, 05 May 2009 13:00:38 +0000</pubDate>
		<dc:creator>darkmoon</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[Unix]]></category>
		<category><![CDATA[Dedicated hosting service]]></category>
		<category><![CDATA[dedicated server]]></category>
		<category><![CDATA[shred]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[tricks]]></category>
		<category><![CDATA[wipe]]></category>

		<guid isPermaLink="false">http://life.firelace.com/?p=3723</guid>
		<description><![CDATA[Most of the time when you have a dedicated server, you could be colocation or you could have a managed server.   Unfortunately, if you own the equipment or buy used equipment, there could a chance that there is proprietary data that could do damage to your company if you left it on there [...]]]></description>
			<content:encoded><![CDATA[<p>Most of the time when you have a dedicated server, you could be colocation or you could have a managed server.   Unfortunately, if you own the equipment or buy used equipment, there could a chance that there is proprietary data that could do damage to your company if you left it on there without properly disposing of it.   One of the easiest ways to wipe a drive remotely on a *nix based system though is with the command <em>shred</em>.</p>
<p>If you have a console or terminal connection, then you can issue: </p>
<blockquote><p>shred -f -z -v -u /dev/sda</p></blockquote>
<p>This will basically wipe a drive instead of doing your normal deletions where the data could possibly be recovered.   The <a href="http://www.ghacks.net/2009/04/30/dedicated-server-disk-wipes/">shred command</a> is covered more in depth but in essence it overwrites the deleted sectors with other data which essentially destroys the deleted sectors.   Probably a good idea for any system administrator that is maintaining servers remotely with no way to access them the drives themselves physically.</p>
<div class="zemanta-pixie" style="margin-top:10px;height:15px"><a class="zemanta-pixie-a" href="http://reblog.zemanta.com/zemified/5c41345f-255c-482d-a1a5-cf181ecb23af/" title="Reblog this post [with Zemanta]"><img class="zemanta-pixie-img" src="http://img.zemanta.com/reblog_c.png?x-id=5c41345f-255c-482d-a1a5-cf181ecb23af" alt="Reblog this post [with Zemanta]" style="border:none;float:right"></a><span class="zem-script more-related pretty-attribution"><script type="text/javascript" src="http://static.zemanta.com/readside/loader.js" defer="defer"></script></span></div>
]]></content:encoded>
			<wfw:commentRss>http://life.firelace.com/2009/05/tips-and-tricks-dedicated-server-wipe-commands/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Solaris: rebuilding hot swap drives</title>
		<link>http://life.firelace.com/2008/09/solaris-rebuilding-hot-swap-drives/</link>
		<comments>http://life.firelace.com/2008/09/solaris-rebuilding-hot-swap-drives/#comments</comments>
		<pubDate>Thu, 18 Sep 2008 04:00:00 +0000</pubDate>
		<dc:creator>darkmoon</dc:creator>
				<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[Unix]]></category>

		<guid isPermaLink="false">http://life.firelace.com/2008/09/solaris-rebuilding-hot-swap-drives/</guid>
		<description><![CDATA[   For Solaris, when you hot swap drives in a server, sometimes it doesn&#8217;t autodetect itself.  Yeah, I know.  Annoying right?
Well for most of newer servers that use SCSI drives, you probably just have to run devfsadm as root.  That should basically tell Solaris to check and look at which [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.solaris.com"><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="solaris.jpg" src="http://life.firelace.com/images/2008/solaris.jpg" width="149" height="84" class="mt-image-left" style="float: left; margin: 0 20px 20px 0;" /></span></a>   For Solaris, when you hot swap drives in a server, sometimes it doesn&#8217;t autodetect itself.  Yeah, I know.  Annoying right?<br />
Well for most of newer servers that use SCSI drives, you probably just have to run <strong>devfsadm</strong> as root.  That should basically tell Solaris to check and look at which drives are where.<br />
Unfortunately, some servers aren&#8217;t so easy.   Such as the Enterprise E3500.   This machine has fiber-channel drives and thus are more finicky.   If <em>devfsadm</em> doesn&#8217;t work (and it probably will not), then you&#8217;ll need to add the drives in with <em>luxadm</em>.  Unfortunately, there&#8217;s not an entirely easy way to do this.   <strong>luxadm insert_device</strong> is one way to try it since it&#8217;s an interactive probe, but you still might need to know the syntax for the devices to actually add them in one by one.</p>
]]></content:encoded>
			<wfw:commentRss>http://life.firelace.com/2008/09/solaris-rebuilding-hot-swap-drives/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Solaris: Be careful of migrations and replacements</title>
		<link>http://life.firelace.com/2008/09/solaris-be-careful-of-migrations-and-replacements/</link>
		<comments>http://life.firelace.com/2008/09/solaris-be-careful-of-migrations-and-replacements/#comments</comments>
		<pubDate>Mon, 01 Sep 2008 04:00:00 +0000</pubDate>
		<dc:creator>darkmoon</dc:creator>
				<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[Unix]]></category>

		<guid isPermaLink="false">http://life.firelace.com/2008/09/solaris-be-careful-of-migrations-and-replacements/</guid>
		<description><![CDATA[  In a Solaris migration, you must be careful if you don&#8217;t have local access to a server.   This actually goes for the same on linux servers but my concentration today is on Solaris itself.
Here if you do a server migration where the older one is A and a new scratch install [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.solaris.com"><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="solaris.jpg" src="http://life.firelace.com/images/2008/solaris.jpg" width="149" height="84" class="mt-image-left" style="float: left; margin: 0 20px 20px 0;" /></span></a>  In a Solaris migration, you must be careful if you don&#8217;t have local access to a server.   This actually goes for the same on linux servers but my concentration today is on Solaris itself.<br />
Here if you do a server migration where the older one is A and a new scratch install is B, then the migration path would be:  A -> B.<br />
Assuming that both machines are up and running and both have their networks up, here&#8217;s how to replace A with B.   Always assume path as A to B unless otherwise noted.<br />
<OL><br />
<LI> Setup rsh or ssh copying ability for root.<br />
<LI> Copy over any data files stored in other places such as /opt.   As server admin, I would assume that you know where these are stored.<br />
<LI> Copy /etc/passwd.<br />
<LI> Copy /etc/shadow over.  Make sure it&#8217;s 400 permissions.<br />
<LI> Copy /home1/ directories over.<br />
<LI> Change permissions of the /home1/ directory on B by doing a for loop on /etc/passwd and using cut to pull the user name and applying it to a recursive chown for the /home1/ directories.<br />
<LI> Network change: edit /etc/hosts file and change B&#8217;s loghost line to match A&#8217;s.<br />
<LI> Network change: edit /etc/defaultrouter on B to match A.<br />
<LI> Possible point of failure:  To change the network over, take note of the inet, netmask, and broadcast, and shutdown A.   Then on B, do a ifconfig <network (hme0, hme1, etc> inet <inet of A> netmask <netmask of A> broadcast <broadcast of A> &#038;&#038; init 6<br />
</OL><br />
Hopefully after about ten minutes or so of agonizing waiting for Sun boxes to reboot, you&#8217;ll have B in replacement of A.   Doing this remotely is often pretty scary since you could be thousands of miles away without local support and could take down your servers with a typo in a couple lines above.   So instead of flying fingers, check, double check, and triple check.   It just pays off in the end for a successful migration instead of having someone local rescratch box B for a do-over.</p>
]]></content:encoded>
			<wfw:commentRss>http://life.firelace.com/2008/09/solaris-be-careful-of-migrations-and-replacements/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Solaris: Console loss fix after cold boot</title>
		<link>http://life.firelace.com/2008/08/solaris-console-loss-fix-after-cold-boot/</link>
		<comments>http://life.firelace.com/2008/08/solaris-console-loss-fix-after-cold-boot/#comments</comments>
		<pubDate>Fri, 22 Aug 2008 04:00:00 +0000</pubDate>
		<dc:creator>darkmoon</dc:creator>
				<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[Unix]]></category>

		<guid isPermaLink="false">http://life.firelace.com/2008/08/solaris-console-loss-fix-after-cold-boot/</guid>
		<description><![CDATA[  If you&#8217;re sitting at a server, there should be three lights on it.  One LED is the power.  The next is maintenance.  The third is system (looks like a two arrows in a circular pattern).
Depending on the light blinking, it can tell you crazy things.  Like whether or not [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.solaris.com"><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="solaris.jpg" src="http://life.firelace.com/images/2008/solaris.jpg" width="149" height="84" class="mt-image-left" style="float: left; margin: 0 20px 20px 0;" /></span></a>  If you&#8217;re sitting at a server, there should be three lights on it.  One LED is the power.  The next is maintenance.  The third is system (looks like a two arrows in a circular pattern).<br />
Depending on the light blinking, it can tell you crazy things.  Like whether or not your server is entirely hosed.   On a Sun 3500, here are the LED codes:<br />
Left LED (green)<br />
On &#8212; the power supply is delivering DC power<br />
Middle LED (yellow)<br />
On flashing &#8212; (first 60 seconds of AC power) self tests are running<br />
Off &#8212; (after self tests end) no hardware failures detected<br />
On &#8212; (after self tests end) hardware failure was detected<br />
Right LED (green)<br />
Off &#8212; (first 60 seconds of AC power) self tests are running<br />
On flashing &#8212; (after self tests end) system is running<br />
Off &#8212; (after self tests end) system cannot run; repair is needed<br />
I can tell you that the issue I ran into was an Left: On, Middle: Off, Right: Flashing.  According to the chart above, the server is working right?   But it was after a cold boot because the console froze on a probe-scsi-all.   And the console would not come back up.   After spending much frustrated time trying to figure out how to make it connect again, I did the following:<br />
<strong>Power cycle console.</strong><br />
Yup.  That&#8217;s it.   That resets the console to work with the server.   Go figure.   And it seems that not many people run into this issue since I have yet to see a fix documented somewhere for this.  Oh well.  Good times.</p>
]]></content:encoded>
			<wfw:commentRss>http://life.firelace.com/2008/08/solaris-console-loss-fix-after-cold-boot/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Solaris: Changing an IP address</title>
		<link>http://life.firelace.com/2008/08/solaris-changing-an-ip-address/</link>
		<comments>http://life.firelace.com/2008/08/solaris-changing-an-ip-address/#comments</comments>
		<pubDate>Wed, 20 Aug 2008 04:00:00 +0000</pubDate>
		<dc:creator>darkmoon</dc:creator>
				<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[Unix]]></category>

		<guid isPermaLink="false">http://life.firelace.com/2008/08/solaris-changing-an-ip-address/</guid>
		<description><![CDATA[   Changing an IP address is a little more difficult than your usual commands in linux.  At least if you want to change it permanently.
If you just use the ifconfig command, that is only a temporary solution.   It will automatically reset itself upon a reboot.   So you have [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.solaris.com"><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="solaris.jpg" src="http://life.firelace.com/images/2008/solaris.jpg" width="149" height="84" class="mt-image-left" style="float: left; margin: 0 20px 20px 0;" /></span></a>   Changing an IP address is a little more difficult than your usual commands in linux.  At least if you want to change it permanently.<br />
If you just use the <em>ifconfig</em> command, that is only a temporary solution.   It will automatically reset itself upon a reboot.   So you have to do that and also edit <em>/etc/hosts</em>, change your <em>/etc/defaultrouter</em> (this is the file that points to your router or whatever is sending your broadcast).<br />
Usually this is enough, but in Solaris 9 and up, you might need to edit your <em>/etc/inet/ipnodes</em> if it&#8217;s been changed before.  Also, if you use VLSM (variable length subnet masks), then you&#8217;ll also need to edit <em>/etc/netmasks</em>.<br />
No one ever said Unix was easier.   Just more stable.</p>
]]></content:encoded>
			<wfw:commentRss>http://life.firelace.com/2008/08/solaris-changing-an-ip-address/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Spice</title>
		<link>http://life.firelace.com/2008/08/spice/</link>
		<comments>http://life.firelace.com/2008/08/spice/#comments</comments>
		<pubDate>Tue, 12 Aug 2008 04:00:00 +0000</pubDate>
		<dc:creator>darkmoon</dc:creator>
				<category><![CDATA[Education]]></category>
		<category><![CDATA[Electronics]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[Unix]]></category>

		<guid isPermaLink="false">http://life.firelace.com/2008/08/spice/</guid>
		<description><![CDATA[Spice is a circuit simulator for the Unix platform to analyze and design IC boards without having to build and design those circuits.   This piece of software has been around for a while and I totally forgot that it was freely available for not only education but actually as design utility.
There are others [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://bwrc.eecs.berkeley.edu/Classes/icbook/tools.html">Spice</a> is a circuit simulator for the Unix platform to analyze and design IC boards without having to build and design those circuits.   This piece of software has been around for a while and I totally forgot that it was freely available for not only education but actually as design utility.<br />
There are others out there that are commercial and have more functionality and such, but overall, you can&#8217;t beat the free from U.C. Berkeley.   I remember spending many late night hours in the lab with this piece of software and if you&#8217;re looking for something to help do IC design, don&#8217;t forget some of your old college software friends.</p>
]]></content:encoded>
			<wfw:commentRss>http://life.firelace.com/2008/08/spice/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Trend Micro HouseCall</title>
		<link>http://life.firelace.com/2008/08/trend-micro-housecall/</link>
		<comments>http://life.firelace.com/2008/08/trend-micro-housecall/#comments</comments>
		<pubDate>Thu, 07 Aug 2008 04:00:00 +0000</pubDate>
		<dc:creator>darkmoon</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[MacOS X]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[Unix]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://life.firelace.com/2008/08/trend-micro-housecall/</guid>
		<description><![CDATA[   When Trend Micro first came out with HouseCall, this online antivirus scanner was only IE enabled.  Very annoying, but also pretty useful considering it was one of the few if not only online enabled antivirus scanners.  This meant that as long as you had an Internet connection, you could work [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://housecall.trendmicro.com/"><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="housecall.gif" src="http://life.firelace.com/images/2008/housecall.gif" width="150" height="145" class="mt-image-left" style="float: left; margin: 0 20px 20px 0;" /></span></a>   When Trend Micro first came out with <a href="http://housecall.trendmicro.com/">HouseCall</a>, this online antivirus scanner was only IE enabled.  Very annoying, but also pretty useful considering it was one of the few if not only online enabled antivirus scanners.  This meant that as long as you had an Internet connection, you could work on an infected system without having to worry if your rescue media had the latest and greatest antivirus definitions.<br />
Well, they&#8217;ve come a long ways.   now support Firefox and even MacOSX, it now has a lot better support.  In fact, it can even scan in linux and Solaris.   Goodness gracious.  Unix online virus scan?   Wow.   Maybe <em>Clam</em> has a bit catching up to do.<br />
While it now does have the two different engines that run (the ActiveX one that used to be the only one) ActiveX and Java, I have to say that there are a couple cons to this product.   The first would be the fact that it doesn&#8217;t seem to have support for Firefox versions 2 or later.  What&#8217;s with that?   Firefox has got to be one of the more dominant browser types.  And what about Opera or Safari?   Well&#8230; no matter.  The second is that if I remember correctly with the older ActiveX engine, it took a dang long time to load.  Why didn&#8217;t they just implement it directly in the Java engine and throw away the ActiveX?   java does actually work in Windows you know.<br />
Regardless?   I do love recommending this when someone thinks they are in need of antivirus and I&#8217;m not there to help them.   It&#8217;s easy enough to run yourself and there&#8217;s less worries that there will be a virus smart enough to actually detect a Java or ActiveX engine antivirus scanner.   Perhaps they might, but the likelihood would be more so on an attack of the offline scanners if anything.   Just take a look and bookmark it for the next time you might need it.</p>
]]></content:encoded>
			<wfw:commentRss>http://life.firelace.com/2008/08/trend-micro-housecall/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Solaris: Adding a new user</title>
		<link>http://life.firelace.com/2008/07/solaris-adding-a-new-user/</link>
		<comments>http://life.firelace.com/2008/07/solaris-adding-a-new-user/#comments</comments>
		<pubDate>Mon, 28 Jul 2008 04:01:00 +0000</pubDate>
		<dc:creator>darkmoon</dc:creator>
				<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[Unix]]></category>

		<guid isPermaLink="false">http://life.firelace.com/2008/07/solaris-adding-a-new-user/</guid>
		<description><![CDATA[  User additions are no different in Solaris.  The useradd command is what&#8217;s used to do the addition (must be done as the root user).
The -g flag defines which group you&#8217;re adding the user into, and the -d flag defines the user&#8217;s home directory.   Obviously the last part is the username [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.solaris.com"><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="solaris.jpg" src="http://life.firelace.com/images/2008/solaris.jpg" width="149" height="84" class="mt-image-left" style="float: left; margin: 0 20px 20px 0;" /></span></a>  User additions are no different in Solaris.  The useradd command is what&#8217;s used to do the addition (must be done as the root user).<br />
The -g flag defines which group you&#8217;re adding the user into, and the -d flag defines the user&#8217;s home directory.   Obviously the last part is the username that you&#8217;re trying to add.   Also, always remember to use the -m flag.  This flag creates the user&#8217;s initial directory structure from the skeleton directory, and gives it the right permissions.  If you forget to do this, you&#8217;ll have to do it manually.<br />
<strong># useradd -g users -m -d /home/export/username username</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://life.firelace.com/2008/07/solaris-adding-a-new-user/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Solaris: changing a user&#8217;s shell</title>
		<link>http://life.firelace.com/2008/07/solaris-changing-a-users-shell/</link>
		<comments>http://life.firelace.com/2008/07/solaris-changing-a-users-shell/#comments</comments>
		<pubDate>Fri, 25 Jul 2008 04:01:00 +0000</pubDate>
		<dc:creator>darkmoon</dc:creator>
				<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[Unix]]></category>

		<guid isPermaLink="false">http://life.firelace.com/2008/07/solaris-changing-a-users-shell/</guid>
		<description><![CDATA[   This is another system administrative command that doesn&#8217;t really change from linux.
If you take a look at the command passwd, it doesn&#8217;t just change passwords.   In fact, if you do:
passwd -e username
You will be shown the user&#8217;s current shell, and be asked for a new shell.   Most people [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.solaris.com"><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="solaris.jpg" src="http://life.firelace.com/images/2008/solaris.jpg" width="149" height="84" class="mt-image-left" style="float: left; margin: 0 20px 20px 0;" /></span></a>   This is another system administrative command that doesn&#8217;t really change from linux.<br />
If you take a look at the command passwd, it doesn&#8217;t just change passwords.   In fact, if you do:<br />
<strong>passwd -e username</strong><br />
You will be shown the user&#8217;s current shell, and be asked for a new shell.   Most people just use the default one for the system which usually is either ksh or bash, but to each their own on what you like.   There are also ways to actually change the shell itself through the .profile upon login but that&#8217;s for another day.</p>
]]></content:encoded>
			<wfw:commentRss>http://life.firelace.com/2008/07/solaris-changing-a-users-shell/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Solaris: Adding a default route</title>
		<link>http://life.firelace.com/2008/07/solaris-adding-a-default-route/</link>
		<comments>http://life.firelace.com/2008/07/solaris-adding-a-default-route/#comments</comments>
		<pubDate>Wed, 23 Jul 2008 04:01:00 +0000</pubDate>
		<dc:creator>darkmoon</dc:creator>
				<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[Unix]]></category>

		<guid isPermaLink="false">http://life.firelace.com/2008/07/solaris-adding-a-default-route/</guid>
		<description><![CDATA[   One of the things to get internet working in Solaris, is to edit the defaultrouter file.   Usually it&#8217;s one single line that has your gateway address in it.
So if you add this to /etc/defaultrouter, you should be up and running.  One of the basic rookie mistakes is to not [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.solaris.com"><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="solaris.jpg" src="http://life.firelace.com/images/2008/solaris.jpg" width="149" height="84" class="mt-image-left" style="float: left; margin: 0 20px 20px 0;" /></span></a>   One of the things to get internet working in Solaris, is to edit the defaultrouter file.   Usually it&#8217;s one single line that has your gateway address in it.<br />
So if you add this to /etc/defaultrouter, you should be up and running.  One of the basic rookie mistakes is to not set this file and then hunt all over the place trying to figure out why networking doesn&#8217;t work with the new box.   Believe me.  I&#8217;ve done it.   It doesn&#8217;t take much.  So one of the first things to check is always make sure that there is an ip address in defaultrouter and make sure that it is actually your gateway.</p>
]]></content:encoded>
			<wfw:commentRss>http://life.firelace.com/2008/07/solaris-adding-a-default-route/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
