<?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>Networknet.nl Blog &#187; mac</title>
	<atom:link href="http://www.networknet.nl/apps/wp/archives/tag/mac/feed" rel="self" type="application/rss+xml" />
	<link>http://www.networknet.nl/apps/wp</link>
	<description>Stay Connected</description>
	<lastBuildDate>Sat, 04 Sep 2010 16:37:35 +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>VMWare ESX: static MAC address</title>
		<link>http://www.networknet.nl/apps/wp/archives/787</link>
		<comments>http://www.networknet.nl/apps/wp/archives/787#comments</comments>
		<pubDate>Tue, 21 Apr 2009 15:14:26 +0000</pubDate>
		<dc:creator>Ivan Versluis</dc:creator>
				<category><![CDATA[ESX]]></category>
		<category><![CDATA[address]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[static]]></category>
		<category><![CDATA[VMWare]]></category>

		<guid isPermaLink="false">http://www.networknet.nl/apps/wp/?p=787</guid>
		<description><![CDATA[Last week I planned to migrate some virtual machines running on a Windows host with VMWare Server 1.x version to VMWare ESX 3.5i host. One of the vm&#8217;s is running as license server and the key is registered by using the MAC of the network interface. I had the prerequisite of keeping the MAC address]]></description>
			<content:encoded><![CDATA[<p><img src="http://farm4.static.flickr.com/3031/3008011349_171bc99e5f_t.jpg" alt="VMWare-ESX-Logo" />Last week I planned to migrate some virtual machines running on a Windows host with VMWare Server 1.x version to VMWare ESX 3.5i host. One of the vm&#8217;s is running as license server and the key is registered by using the MAC of the network interface.</p>
<p>I had the prerequisite of keeping the MAC address of this VM. I first read this post I found with google. <a href="http://zealkabi.blogspot.com/2008/09/vmware-esx-server-3x-procedure-to-set.html">http://zealkabi.blogspot.com/2008/09/vmware-esx-server-3x-procedure-to-set.html</a></p>
<p>I first tried it manually but got the famous error message &#8220;The MAC address entered is not in the valid range. Valid values are between xx:xx:xx:xx:xx&#8221;</p>
<p> <img src="http://farm4.static.flickr.com/3561/3463018452_f3526cffda.jpg" alt="VMWare ESX Virtual Machine Properties" /></p>
<p> Then I removed the vm from ESX inventory; download the vmx file and changed the ethernet0.addressType to static and ethernet0.Address = &#8220;01:0C:29:B0:27:E1&#8243; with Notepad++.I deleted original file from the Datastore and upload the vmx file back. I started the vm again and got the message below:</p>
<blockquote><p>Please specify a static Ethernet address for ethernet0. Failed to configure ethernet0</p>
<p><img src="http://farm4.static.flickr.com/3637/3463022194_2ac5cd32cf_o.jpg" alt="VMWare ESX Error message static MAC" /></p></blockquote>
<p>Without additional setting in the vmx config file you won&#8217;t be able to assign a static MAC address in the range your require. To disable mac address checking before boot add the following line in the vmx file.</p>
<blockquote><p> ethernetX.checkMACAddress = &#8220;false&#8221;</p></blockquote>
<p>Thanks to Jason Nash I fixed this problem.<br />
<a href="http://jasonnash.wordpress.com/2008/08/30/disabling-mac-address-checking-in-vmware/">http://jasonnash.wordpress.com/2008/08/30/disabling-mac-address-checking-in-vmware/</a></p>
<p>My working config changes:</p>
<blockquote><p>ethernet0.checkMACAddress = &#8220;false&#8221;</p>
<p>ethernet0.addressType = &#8220;static&#8221;</p>
<p>ethernet0.Address = &#8220;00:0C:29:B0:27:E1&#8243;</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.networknet.nl/apps/wp/archives/787/feed</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Ubuntu: JeOS vm clone and Network</title>
		<link>http://www.networknet.nl/apps/wp/archives/730</link>
		<comments>http://www.networknet.nl/apps/wp/archives/730#comments</comments>
		<pubDate>Sun, 08 Mar 2009 15:20:12 +0000</pubDate>
		<dc:creator>Ivan Versluis</dc:creator>
				<category><![CDATA[JeOS]]></category>
		<category><![CDATA[clone]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[nic]]></category>
		<category><![CDATA[not]]></category>
		<category><![CDATA[problem]]></category>
		<category><![CDATA[shown]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.networknet.nl/apps/wp/?p=730</guid>
		<description><![CDATA[I am creating and configuring virtual appliances for ESX server with Ubuntu JeOS 8.04 server release. When you create something it is always good to test what you created. I finshed one of my JeOS virtual machines running with ESX server and cloned the JeOS virtual machine.  JeOS appliance was booted and I logged on. A bash script run]]></description>
			<content:encoded><![CDATA[<p><a class="flickr-image alignnone" title="Ubuntu Logo" href="http://www.flickr.com/photos/ivan1980/3338306000/"><img class="alignleft" src="http://farm4.static.flickr.com/3413/3338306000_cd97e320e7_o.png" alt="Ubuntu Logo" /></a>I am creating and configuring virtual appliances for ESX server with Ubuntu JeOS 8.04 server release. When you create something it is always good to test what you created.</p>
<p>I finshed one of my JeOS virtual machines running with ESX server and cloned the JeOS virtual machine.  JeOS appliance was booted and I logged on. A bash script run to change default passwords and SSH server was re-installed to generate SSH keys; immediately after apt-get tried to install SSH server I got an error and script stopped. I run ifconfig and saw no ethernet interface on Eth0 or Eth1.</p>
<p><a class="flickr-image alignnone" title="JeOS nic issue" href="http://www.flickr.com/photos/ivan1980/3337486123/"><img src="http://farm4.static.flickr.com/3596/3337486123_6377718bea.jpg" alt="JeOS nic issue" /></a> </p>
<p>The OS did not active the eth0 interface because virtual machine has been cloned and new MAC address assigned to the network interface. In network scripts only eth0 has been enabled and set for DHCP. Open file /etc/udev/rules.d/70-persistent-net.rules to see the problem where two network interfaces are shows with diffrent MAC addresses.</p>
<p>To fix this problem run the following command:</p>
<ul>
<li>sudo rm /etc/udev/rules.d/70-persistent-net.rules</li>
</ul>
<p>Reboot and the problem has been solved. This issue is not documented and part of the <a href="https://help.ubuntu.com/community/JeOS" target="_blank">JeOS</a> documentation yet.  I hope this post will help you out there. Credit goes to &#8220;oneloveamaru&#8221; who helped me in the right direction for finding a solution on my problem.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.networknet.nl/apps/wp/archives/730/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
