<?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:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	xmlns:media="http://search.yahoo.com/mrss/"
>

<channel>
	<title>Professional VMware &#187; Ubuntu</title>
	<atom:link href="http://professionalvmware.com/category/ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://professionalvmware.com</link>
	<description>How Many Turtles Can You Fit On A Rock?</description>
	<lastBuildDate>Mon, 19 Jul 2010 20:47:57 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<!-- podcast_generator="podPress/8.8" - maintenance_release="8.8.5.3" -->
	<copyright>Copyright &#xA9; 2010 Professional VMware http://creativecommons.org/licenses/by-nc-sa/2.5/</copyright>
	<managingEditor>podcast@professionalvmware.com (Cody Bunch)</managingEditor>
	<webMaster>podcast@professionalvmware.com (Cody Bunch)</webMaster>
	<category>podcast</category>
	<ttl>1440</ttl>
	<image>
		<url>http://professionalvmware.com/wp-content/plugins/podpress/images/powered_by_podpress.jpg</url>
		<title>Professional VMware &#187; Ubuntu</title>
		<link>http://professionalvmware.com</link>
		<width>144</width>
		<height>144</height>
	</image>
	<itunes:subtitle>ProfessionalVMware BrownBag Series</itunes:subtitle>
	<itunes:summary>ProfessionalVMware BrownBag Series</itunes:summary>
	<itunes:keywords></itunes:keywords>
	<itunes:category text="Technology" />
	<itunes:category text="Technology">
		<itunes:category text="Podcasting" />
	</itunes:category>
	<itunes:category text="Technology">
		<itunes:category text="Software How-To" />
	</itunes:category>
	<itunes:author>Cody Bunch</itunes:author>
	<itunes:owner>
		<itunes:name>Cody Bunch</itunes:name>
		<itunes:email>podcast@professionalvmware.com</itunes:email>
	</itunes:owner>
	<itunes:block>no</itunes:block>
	<itunes:explicit>no</itunes:explicit>
	<itunes:image href="http://professionalvmware.com/wp-content/plugins/podpress/images/ProVmwarePodcast.jpg" />
		<item>
		<title>Ubuntu Cloning &#8211; Mac Address Change Mayhem.</title>
		<link>http://professionalvmware.com/2009/03/ubuntu-cloning-mac-address-change-mayhem/</link>
		<comments>http://professionalvmware.com/2009/03/ubuntu-cloning-mac-address-change-mayhem/#comments</comments>
		<pubDate>Tue, 10 Mar 2009 19:59:00 +0000</pubDate>
		<dc:creator>bunchc</dc:creator>
				<category><![CDATA[NIC]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[cloning]]></category>

		<guid isPermaLink="false">http://professionalvmware.com/2009/03/10/ubuntu-cloning-mac-address-change-mayhem/</guid>
		<description><![CDATA[Apparently networking in Ubuntu goes funny when you change it’s Mac Address, and picks up the changed MAC as a new NIC, and assigns it the next number sequentially. While you can get around this by statically setting the MAC address, you generally want to avoid that. Having duplicate MAC addresses is a “Bad Idea”
Instead, [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Apparently networking in Ubuntu goes funny when you change it’s Mac Address, and picks up the changed MAC as a new NIC, and assigns it the next number sequentially. While you can get around this by statically setting the MAC address, you generally want to avoid that. Having duplicate MAC addresses is a “Bad Idea”</p>
<p>Instead, what you want to do, either prior to cloning, or after the fact (prior if you’re making more than one copy), is to edit the “/etc/udev/rules.d/70-persistent-net.rules” file, and remove the eth0 entry. Lets take a look:</p>
<p><font color="#ff8040" face="Courier New"># This file was automatically generated by the /lib/udev/write_net_rules     <br /># program run by the persistent-net-generator.rules rules file.      <br />#      <br /># You can modify it, as long as you keep each rule on a single line. </font></p>
<p><font color="#ff8040" face="Courier New"># PCI device 0&#215;1022:0&#215;2000 (pcnet32)     <br />SUBSYSTEM==&quot;net&quot;, ACTION==&quot;add&quot;, DRIVERS==&quot;?*&quot;, ATTR{address}==&quot;00:0c:29:02:51:cf&quot;, ATTR{type}==&quot;1&quot;, KERNEL==&quot;eth*&quot;, NAME=&quot;eth0&quot;</font></p>
<p>An ugly beast of a file but that last line is the one that needs deleting. Another method of doing this, is to edit the ‘persistent-net-generator.rules’ file to include something similar to:</p>
<p><font color="#ff8040" face="Courier New"># ignore VMware virtual interfaces     <br />ATTR{address}==&quot;00:0c:29:*&quot;, GOTO=&quot;persistent_net_generator_end&quot;</font></p>
<p>This ought to take care of it on an ongoing basis, and eliminates the need for the first line.</p>
<p>This came up in the <a href="http://communities.vmware.com//thread/198298?tstart=0">VMware Communities</a> this weekend.</p>
]]></content:encoded>
			<wfw:commentRss>http://professionalvmware.com/2009/03/ubuntu-cloning-mac-address-change-mayhem/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
	</channel>
</rss>
