<?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 on: Migrating DHCP reservations from Novell to Microsoft</title>
	<atom:link href="http://jrudd.org/2009/02/migrating-dhcp-reservations-from-novell-to-microsoft/feed/" rel="self" type="application/rss+xml" />
	<link>http://jrudd.org/2009/02/migrating-dhcp-reservations-from-novell-to-microsoft/</link>
	<description>Tools, Tips and Hints for managing a network.</description>
	<lastBuildDate>Thu, 12 Jan 2012 21:55:19 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: DHCP Reservierungen von Novell zu Microsoft &#124; ConfigMgr Blog</title>
		<link>http://jrudd.org/2009/02/migrating-dhcp-reservations-from-novell-to-microsoft/comment-page-1/#comment-163</link>
		<dc:creator>DHCP Reservierungen von Novell zu Microsoft &#124; ConfigMgr Blog</dc:creator>
		<pubDate>Thu, 06 Jan 2011 11:19:29 +0000</pubDate>
		<guid isPermaLink="false">http://jrudd.org/wordpress/?p=71#comment-163</guid>
		<description>[...] http://jrudd.org/2009/02/migrating-dhcp-reservations-from-novell-to-microsoft/ [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://jrudd.org/2009/02/migrating-dhcp-reservations-from-novell-to-microsoft/" rel="nofollow">http://jrudd.org/2009/02/migrating-dhcp-reservations-from-novell-to-microsoft/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Rudd</title>
		<link>http://jrudd.org/2009/02/migrating-dhcp-reservations-from-novell-to-microsoft/comment-page-1/#comment-139</link>
		<dc:creator>James Rudd</dc:creator>
		<pubDate>Thu, 18 Mar 2010 21:03:27 +0000</pubDate>
		<guid isPermaLink="false">http://jrudd.org/wordpress/?p=71#comment-139</guid>
		<description>The aim of $type == 8 is to only select DHCP reservations. The other type of entries are usually automatically created by DHCP. You can modify it to match the other types of entries if you wish to reserve your current automatically allocated ones.
We use reservations for all our printers and switches. They were all originally entered manually with their MAC address and chosen IP. These are what should be selected with the script. I deliberately excluded all the IPs that had been automatically assigned by the DHCP server to PCs and then allowed them to be reallocated by the DHCP server.
If you wish to convert automatically assigned IPs to reservations on the new system change the line [perl light=&quot;1&quot;]next unless  ($type  == 8);[/perl] to [perl light=&quot;1&quot;]next unless  ($type  == 8 or $type  == 2);[/perl]</description>
		<content:encoded><![CDATA[<p>The aim of $type == 8 is to only select DHCP reservations. The other type of entries are usually automatically created by DHCP. You can modify it to match the other types of entries if you wish to reserve your current automatically allocated ones.<br />
We use reservations for all our printers and switches. They were all originally entered manually with their MAC address and chosen IP. These are what should be selected with the script. I deliberately excluded all the IPs that had been automatically assigned by the DHCP server to PCs and then allowed them to be reallocated by the DHCP server.<br />
If you wish to convert automatically assigned IPs to reservations on the new system change the line
<pre class="brush: perl; light: true; title: ; notranslate">next unless  ($type  == 8);</pre>
<p> to
<pre class="brush: perl; light: true; title: ; notranslate">next unless  ($type  == 8 or $type  == 2);</pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason Sneed</title>
		<link>http://jrudd.org/2009/02/migrating-dhcp-reservations-from-novell-to-microsoft/comment-page-1/#comment-55</link>
		<dc:creator>Jason Sneed</dc:creator>
		<pubDate>Thu, 18 Mar 2010 19:30:39 +0000</pubDate>
		<guid isPermaLink="false">http://jrudd.org/wordpress/?p=71#comment-55</guid>
		<description>You may have to edit the line:

next unless ($type == 8);

to change the number to one that your DHCP3tab.txt file has in it.</description>
		<content:encoded><![CDATA[<p>You may have to edit the line:</p>
<p>next unless ($type == 8);</p>
<p>to change the number to one that your DHCP3tab.txt file has in it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Fischer</title>
		<link>http://jrudd.org/2009/02/migrating-dhcp-reservations-from-novell-to-microsoft/comment-page-1/#comment-54</link>
		<dc:creator>John Fischer</dc:creator>
		<pubDate>Wed, 17 Mar 2010 18:43:07 +0000</pubDate>
		<guid isPermaLink="false">http://jrudd.org/wordpress/?p=71#comment-54</guid>
		<description>I&#039;ve tried running the script against my DHCP3TAB file. I don&#039;t get any errors but the output file is blank. Any ideas?</description>
		<content:encoded><![CDATA[<p>I&#8217;ve tried running the script against my DHCP3TAB file. I don&#8217;t get any errors but the output file is blank. Any ideas?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

