<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:clearspace="http://www.jivesoftware.com/xmlns/clearspace/rss" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:opensearch="http://a9.com/-/spec/opensearch/1.1/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>VMware Communities: Message List - Eth0 disapears in VMware and Ubuntu Server</title>
    <link>http://communities.vmware.com/community/vmtn/server/server1?view=discussions</link>
    <description>Most recent forum messages</description>
    <language>en</language>
    <pubDate>Tue, 24 Feb 2009 10:35:59 GMT</pubDate>
    <generator>Clearspace 1.10.12 (http://jivesoftware.com/products/clearspace/)</generator>
    <dc:date>2009-02-24T10:35:59Z</dc:date>
    <dc:language>en</dc:language>
    <item>
      <title>Re: Eth0 disapears in VMware and Ubuntu Server</title>
      <link>http://communities.vmware.com/message/1095719?tstart=0#1095719</link>
      <description>I might be na&amp;iuml;ve, but from my point of view, if a file exists, it has a good reason to do so... Therefore, I like better to edit the file, and correct the rules rather then to remove it. &lt;br /&gt;
&lt;br /&gt;
Stop networking and udev:&lt;br /&gt;
&lt;br /&gt;
&lt;pre class="jive-pre"&gt;&lt;code class="jive-code jive-plain"&gt;/etc/init.d/udev stop
/etc/init.d/networking stop
&lt;/code&gt;&lt;/pre&gt;&lt;br /&gt;
&lt;br /&gt;
Then, edit the persistent-net.rules file:&lt;br /&gt;
&lt;br /&gt;
On Ubuntu: /etc/udev/rules.d/70-persistent-net.rules&lt;br /&gt;
On Debian: /etc/udev/rules.d/z25-persistent-net.rules&lt;br /&gt;
&lt;br /&gt;
You will find two instances. The first one is the one from the template virtual machine. The second one is the one attributed when answering "I copied it", on first start: &lt;br /&gt;
&lt;pre class="jive-pre"&gt;&lt;code class="jive-code jive-plain"&gt;# PCI device 0x1022:0x2000 (vmxnet)
SUBSYSTEM==&amp;quot;net&amp;quot;, ACTION==&amp;quot;add&amp;quot;, DRIVERS==&amp;quot;?*&amp;quot;, ATTR{address}==&amp;quot;00:0c:29:36:xx:xx&amp;quot;, ATTR{type}==&amp;quot;1&amp;quot;, NAME=&amp;quot;eth0&amp;quot;

# PCI device 0x1022:0x2000 (vmxnet)
SUBSYSTEM==&amp;quot;net&amp;quot;, ACTION==&amp;quot;add&amp;quot;, DRIVERS==&amp;quot;?*&amp;quot;, ATTR{address}==&amp;quot;00:0c:29:75:xx:xx&amp;quot;, ATTR{type}==&amp;quot;1&amp;quot;, NAME=&amp;quot;eth1&amp;quot;
&lt;/code&gt;&lt;/pre&gt;&lt;br /&gt;
&lt;br /&gt;
Delete the 1st one, and change eth1 to eth0 at the end on the second one. You will end up with: &lt;br /&gt;
&lt;pre class="jive-pre"&gt;&lt;code class="jive-code jive-plain"&gt;# PCI device 0x1022:0x2000 (vmxnet)
SUBSYSTEM==&amp;quot;net&amp;quot;, ACTION==&amp;quot;add&amp;quot;, DRIVERS==&amp;quot;?*&amp;quot;, ATTR{address}==&amp;quot;00:0c:29:75:xx:xx&amp;quot;, ATTR{type}==&amp;quot;1&amp;quot;, NAME=&amp;quot;eth0&amp;quot;
&lt;/code&gt;&lt;/pre&gt;&lt;br /&gt;
&lt;br /&gt;
Save the file (obviously), and then restart udev and networking:&lt;br /&gt;
&lt;pre class="jive-pre"&gt;&lt;code class="jive-code jive-plain"&gt;/etc/init.d/udev start
/etc/init.d/networking start
&lt;/code&gt;&lt;/pre&gt;&lt;br /&gt;
&lt;br /&gt;
And it works. You don't need to reboot your machine or what so ever, and you don't have to delete that rule file.</description>
      <pubDate>Mon, 10 Nov 2008 22:54:56 GMT</pubDate>
      <author>Superkikim</author>
      <guid>http://communities.vmware.com/message/1095719?tstart=0#1095719</guid>
      <dc:date>2008-11-10T22:54:56Z</dc:date>
      <clearspace:dateToText>9 months, 2 days ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>Re: Eth0 disapears in VMware and Ubuntu Server</title>
      <link>http://communities.vmware.com/message/1172281?tstart=0#1172281</link>
      <description>&lt;br /&gt;
thanks guys for posting the answers on this one. It was doing my head in when my vmware servers just lost their networking!! Not sure if the original cause was due to cloning as I did have it working after cloning for a considerable period, but no matter, the fix of removing this persistent net rules file and rebooting worked for me!&lt;br /&gt;
&lt;p /&gt;
Excellent stuff guys.</description>
      <pubDate>Sat, 14 Feb 2009 19:11:40 GMT</pubDate>
      <author>bernie888</author>
      <guid>http://communities.vmware.com/message/1172281?tstart=0#1172281</guid>
      <dc:date>2009-02-14T19:11:40Z</dc:date>
      <clearspace:dateToText>9 months, 1 week ago</clearspace:dateToText>
    </item>
    <item>
      <title>Re: Eth0 disapears in VMware and Ubuntu Server</title>
      <link>http://communities.vmware.com/message/1154002?tstart=0#1154002</link>
      <description>&lt;br /&gt;
I experienced this problem when converting a ubuntu 8.04appliance  to esx 3.5.  This fixe d my issue:&lt;br /&gt;
&lt;p /&gt;
sudo rm /etc/udev/rules.d/70-persistent-net.rules&lt;br /&gt;
sudo reboot</description>
      <pubDate>Mon, 26 Jan 2009 23:06:35 GMT</pubDate>
      <author>GuruLeeNyc</author>
      <guid>http://communities.vmware.com/message/1154002?tstart=0#1154002</guid>
      <dc:date>2009-01-26T23:06:35Z</dc:date>
      <clearspace:dateToText>10 months, 1 day ago</clearspace:dateToText>
    </item>
    <item>
      <title>Re: Eth0 disapears in VMware and Ubuntu Server</title>
      <link>http://communities.vmware.com/message/1014371?tstart=0#1014371</link>
      <description>For Ubuntu Hardy 8.04  I got eth0 work by doing the following:&lt;br /&gt;
&lt;br /&gt;
    sudo rm /etc/udev/rules.d/70-persistent-net.rules&lt;br /&gt;
    sudo reboot&lt;br /&gt;
&lt;br /&gt;
Also I went back and removed the 70-persistent-net.rules from my gold source used for cloning.</description>
      <pubDate>Wed, 06 Aug 2008 18:55:44 GMT</pubDate>
      <author>Lance Rushing</author>
      <guid>http://communities.vmware.com/message/1014371?tstart=0#1014371</guid>
      <dc:date>2008-08-06T18:55:44Z</dc:date>
      <clearspace:dateToText>1 year, 3 months ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
    </item>
    <item>
      <title>Re: Eth0 disapears in VMware and Ubuntu Server</title>
      <link>http://communities.vmware.com/message/655026?tstart=0#655026</link>
      <description>This is not a VMware issue this is a udev issue. Since the VM has a new MAC address from being moved and a new UUID was created, udev believes there is a new network device.&lt;br /&gt;
&lt;br /&gt;
Check /etc/iftab and /etc/network/interfaces file&lt;br /&gt;
&lt;br /&gt;
You can change this behavior with a udev rule.&lt;br /&gt;
&lt;br /&gt;
You may want to look at /etc/udev/rules.d/z25_persistent-net.rules</description>
      <pubDate>Mon, 28 May 2007 04:15:44 GMT</pubDate>
      <author>KevinG</author>
      <guid>http://communities.vmware.com/message/655026?tstart=0#655026</guid>
      <dc:date>2007-05-28T04:15:44Z</dc:date>
      <clearspace:dateToText>2 years, 6 months ago</clearspace:dateToText>
      <clearspace:replyCount>4</clearspace:replyCount>
    </item>
    <item>
      <title>Eth0 disapears in VMware and Ubuntu Server</title>
      <link>http://communities.vmware.com/message/655012?tstart=0#655012</link>
      <description>I've reproduced this error many times:&lt;br /&gt;
&lt;br /&gt;
1) Download VMWare Server, and Install&lt;br /&gt;
2) Download Ubuntu Server 7.04, and install in VMWare&lt;br /&gt;
3) Complete the OS installation&lt;br /&gt;
4) Networking is functional, eth0 is present&lt;br /&gt;
5) Shutdown&lt;br /&gt;
6) Copy the virtual machine or rename folder that it's in&lt;br /&gt;
7) Launch new copy, VMWare prompts to create a new ID&lt;br /&gt;
Networking is no longer functional, eth0 is gone&lt;br /&gt;
&lt;br /&gt;
The problem occurs whether or not you install VMWare tools</description>
      <pubDate>Mon, 28 May 2007 03:33:56 GMT</pubDate>
      <author>tuaris</author>
      <guid>http://communities.vmware.com/message/655012?tstart=0#655012</guid>
      <dc:date>2007-05-28T03:33:56Z</dc:date>
      <clearspace:dateToText>2 years, 6 months ago</clearspace:dateToText>
      <clearspace:replyCount>5</clearspace:replyCount>
    </item>
  </channel>
</rss>

