<html><head><style type='text/css'>p { margin: 0; }</style></head><body><div style='font-family: Arial; font-size: 12pt; color: #000000'><br><div class="gmail_quote"><div><br></div><div>Sure haven't. &nbsp;Never heard of it. &nbsp;</div><div>
<br></div><div>What would that do?</div><div><br></div><div>&nbsp;&nbsp; -- Bob</div><div>&nbsp;</div></div><br>
<br>This explains it the best<br><br>For those of you who may wish to build an ubuntu system with the hard-drive 
in one machine, then move it to another (it works rather well, actually), or 
if you simply want to manipulate how your network interfaces show up....

Instead of the "iftab" file which identifies which MAC address should be 
which interface...  ubuntu recently modified this to place the setup directly 
into a udev config file...

/etc/udev/rules.d/70-persistent-net.rules

It's pretty self-explanatory once you look at it for a sec.


Notice that the original machine's NICs are mentioned first.  The current 
machine's NICs were then mentioned as different interfaces.  I commented out
the originals, and changed the existing NICs to the names I expect...
<br><br>Whenever I create a VM from a base ubuntu image that we have here I have to remove this file as it still stores the original machine's NIC hardware id and possibly the driver module. When I remove it, it gets rewritten with the proper one upon a reboot. I don't know what you did but I'm guessing either changed NICs, changed driver or something?<br><br>Remove that file and give it a shot.<br></div></body></html>