<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Internetwork Consulting's Blog</title>
	<atom:link href="http://internetworkconsulting.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://internetworkconsulting.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Tue, 26 May 2009 23:27:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='internetworkconsulting.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Internetwork Consulting's Blog</title>
		<link>http://internetworkconsulting.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://internetworkconsulting.wordpress.com/osd.xml" title="Internetwork Consulting&#039;s Blog" />
	<atom:link rel='hub' href='http://internetworkconsulting.wordpress.com/?pushpress=hub'/>
		<item>
		<title></title>
		<link>http://internetworkconsulting.wordpress.com/2009/05/26/5/</link>
		<comments>http://internetworkconsulting.wordpress.com/2009/05/26/5/#comments</comments>
		<pubDate>Tue, 26 May 2009 23:27:07 +0000</pubDate>
		<dc:creator>syntel20</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://internetworkconsulting.wordpress.com/2009/05/26/5/</guid>
		<description><![CDATA[Windows XP can be installed from the hard drive much like Windows 98 could. This is useful in certain circumstances, such as OEM distribution. Preparation To start, you will need a Windows XP CD, and the hard drive pulled that you want to install from and onto. The hard drive needs to be formatted as [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=internetworkconsulting.wordpress.com&amp;blog=7745281&amp;post=5&amp;subd=internetworkconsulting&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Windows XP can be installed from the hard drive much like Windows 98 could.  This is useful in certain circumstances, such as OEM distribution.</p>
<h1>Preparation</h1>
<p>To start, you will need a Windows XP CD, and the hard drive pulled that you want to install from and onto.  The hard drive needs to be formatted as FAT or FAT32 so that DOS can access it.  Please note that drives over 32GB can not be partitioned 100% as FAT/FAT32 using Windows 2000 or higher.  In these cases, patrition the drive to 30GB and we will convert and expand the size after installation.</p>
<h2>Hard Drive</h2>
<p>To partition and format the drive, we use USB to IDE/SATA adapters.  Connect it to a working machine running 2000, XP, or Vista.  You will find the disk manager under &#8220;Control Panel&#8221;, &#8220;Administrative Tools&#8221;, &#8220;Computer Management&#8221; and then &#8220;Disk Manager&#8221;.   Delete all partitions off the drive you are going to use.  Create a new partition, no greater than 32GB, and format it using FAT32.  Copy the &#8220;i386&#8243; and &#8220;$OEM$&#8221; folders to the root of the hard drive.  When you boot to the DOS disk, it will be &#8220;C:\i386&#8243; and &#8220;C:\$OEM$&#8221;.</p>
<p>Some OEM&#8217;s or computer manufactures customize the installation and process.  This process can be used to assist those customizations.</p>
<h2>Floppy Drive</h2>
<p>Next you will need a DOS boot disk.  Look for a &#8220;Windows 98 SE Boot Disk&#8221; image for this purpose.  You will also want to copy &#8220;SMARTDRV.EXE&#8221; to this disk.  Once that is complete, you are ready to start the install.</p>
<h2>Target Machine</h2>
<p>Most machine do not come with floppy drives, some don&#8217;t support PS2 devices anymore, and most are using SATA.  In these  cases, you will need to make the required BIOS changes.  Set the SATA hard drive to &#8220;PATA&#8221;or &#8220;IDE&#8221;mode.  Turn on USB emulation for keyboard and mouse if necessary.  Some BIOS require you enable USB drives and floppy drives.  These will be required to maintain DOS compatibility.</p>
<h1>Installation</h1>
<p>Installing from the HD is very similar to installing from a CD.  The major difference is the initial stage, a &#8220;DOS portion&#8221;.  Boot to the floppy drive and start without CD support to expedite the boot process.  Once at a command prompt, run &#8220;SMARTDRV.EXE&#8221;.  While this is not required, it is strongly recommended as one of the purposes of installing this way is it&#8217;s faster.</p>
<p>After smart drive, change to the &#8220;i386&#8243; folder of the installation source, and run &#8220;winnt&#8221;.  This will start the installation, but might look a little funny.  The installation should automatically detect the installation source file location.  Once the DOS portion is done, the computer will reboot.  It should automatically boot into the &#8220;Windows Installation/Upgrade&#8221; boot menu option.  At some point in the installation you will be where to install to.  Choose the &#8220;C&#8221; drive, and leave it intact.  Do not format or convert to NTFS.  This will be done later in the process.</p>
<h1>Post-Installation</h1>
<p>Once windows is installed, you may convert to partition to NTFS by going to the command prompt and running &#8220;CONVERT C: /FS:NTFS&#8221;.  It will require a reboot.  After the dive has been converted to NTFS, you can go into &#8220;Disk Manager&#8221; again and extend the partition to use all the drive.</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p>Shawn Zernik</p>
<p>(c) Copyright <a href="/">Internetwork Consulting</a> 2009</p>
<p>You may use this document, but must preserve the copyright and the link to Internetwork Consulting &lt;<a href="/">www.internetworkconsulting.net</a>&gt;.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/internetworkconsulting.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/internetworkconsulting.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/internetworkconsulting.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/internetworkconsulting.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/internetworkconsulting.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/internetworkconsulting.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/internetworkconsulting.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/internetworkconsulting.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/internetworkconsulting.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/internetworkconsulting.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/internetworkconsulting.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/internetworkconsulting.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/internetworkconsulting.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/internetworkconsulting.wordpress.com/5/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=internetworkconsulting.wordpress.com&amp;blog=7745281&amp;post=5&amp;subd=internetworkconsulting&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://internetworkconsulting.wordpress.com/2009/05/26/5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e20668cab2b7ebad446c5abbba116107?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">syntel20</media:title>
		</media:content>
	</item>
		<item>
		<title>SMTP error: 451 4.1.8 Domain of sender address  does not resolve</title>
		<link>http://internetworkconsulting.wordpress.com/2009/05/14/smtp-error-451-4-1-8-domain-of-sender-address-does-not-resolve/</link>
		<comments>http://internetworkconsulting.wordpress.com/2009/05/14/smtp-error-451-4-1-8-domain-of-sender-address-does-not-resolve/#comments</comments>
		<pubDate>Thu, 14 May 2009 07:07:06 +0000</pubDate>
		<dc:creator>syntel20</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://internetworkconsulting.wordpress.com/?p=3</guid>
		<description><![CDATA[Email stopped flowing after making network changes. After looking into &#8220;/var/log/maillog&#8221; the following error were being produced: fetchmail[619]: SMTP error: 451 4.1.8 Domain of sender address &#60;address&#62; does not resolvesm-mta[722]: n4E5DclK000722: from=&#60;address&#62;, size=313470, class=0, nrcpts=0, proto=ESMTP, daemon=Daemon0, relay=localhost [127.0.0.1] I verified that DNS was working by doing some NS look ups and pointed the DNS [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=internetworkconsulting.wordpress.com&amp;blog=7745281&amp;post=3&amp;subd=internetworkconsulting&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Email stopped flowing after making network changes.  After looking into &#8220;<em>/var/log/maillog</em>&#8221; the following error were being produced:</p>
<blockquote><p>fetchmail[619]: SMTP error: 451 4.1.8 Domain of sender address &lt;address&gt; does not resolve<br />sm-mta[722]: n4E5DclK000722: from=&lt;address&gt;, size=313470, class=0, nrcpts=0, proto=ESMTP, daemon=Daemon0, relay=localhost [127.0.0.1]</p>
</blockquote>
<p>I verified that DNS was working by doing some NS look ups and pointed the DNS directly to my ISP.  Didn&#8217;t fix the problem.  I ultimately resolved this by turning off the domain name look up on received mail for sendmail.  This is less that ideal if mail was being delivered directly to my server, but since my email goes through my ISP&#8217;s SMTP server, I figure their checks should be sufficient.</p>
<p>I ultimatly added &#8220;<em>FEATURE(accept_unresolvable_domains)</em>&#8221; to my &#8220;<em>/etc/mail/freebsd.mc</em>&#8220;.  This stops sendmail from looking up the domain.  Next is to recompile the config.  This is done by issueing &#8220;<em>make install</em>&#8221; from &#8220;<em>/etc/mail</em>&#8220;.  Next is to restart sendmail with &#8220;<em>/etc/rc.d/sendmail restart</em>&#8220;. </p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;- </p>
<p>Shawn Zernik</p>
<p>(c) Copyright <a href="/">Internetwork Consulting</a> 2009</p>
<p> You may use this document, but must preserve the copyright and the link to Internetwork Consulting &lt;<a href="/">www.internetworkconsulting.net</a>&gt;.
<p>&nbsp;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/internetworkconsulting.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/internetworkconsulting.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/internetworkconsulting.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/internetworkconsulting.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/internetworkconsulting.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/internetworkconsulting.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/internetworkconsulting.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/internetworkconsulting.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/internetworkconsulting.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/internetworkconsulting.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/internetworkconsulting.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/internetworkconsulting.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/internetworkconsulting.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/internetworkconsulting.wordpress.com/3/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=internetworkconsulting.wordpress.com&amp;blog=7745281&amp;post=3&amp;subd=internetworkconsulting&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://internetworkconsulting.wordpress.com/2009/05/14/smtp-error-451-4-1-8-domain-of-sender-address-does-not-resolve/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e20668cab2b7ebad446c5abbba116107?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">syntel20</media:title>
		</media:content>
	</item>
		<item>
		<title>Hello world!</title>
		<link>http://internetworkconsulting.wordpress.com/2009/05/14/hello-world/</link>
		<comments>http://internetworkconsulting.wordpress.com/2009/05/14/hello-world/#comments</comments>
		<pubDate>Thu, 14 May 2009 07:04:18 +0000</pubDate>
		<dc:creator>syntel20</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Welcome to WordPress.com. This is your first post. Edit or delete it and start blogging!<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=internetworkconsulting.wordpress.com&amp;blog=7745281&amp;post=1&amp;subd=internetworkconsulting&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Welcome to <a href="http://wordpress.com/">WordPress.com</a>. This is your first post. Edit or delete it and start blogging!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/internetworkconsulting.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/internetworkconsulting.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/internetworkconsulting.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/internetworkconsulting.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/internetworkconsulting.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/internetworkconsulting.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/internetworkconsulting.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/internetworkconsulting.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/internetworkconsulting.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/internetworkconsulting.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/internetworkconsulting.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/internetworkconsulting.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/internetworkconsulting.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/internetworkconsulting.wordpress.com/1/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=internetworkconsulting.wordpress.com&amp;blog=7745281&amp;post=1&amp;subd=internetworkconsulting&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://internetworkconsulting.wordpress.com/2009/05/14/hello-world/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e20668cab2b7ebad446c5abbba116107?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">syntel20</media:title>
		</media:content>
	</item>
	</channel>
</rss>
