After copying or cloning the working VM, I started ubuntu and found that the eth0 is no more getting an IP address.
Follow the below steps to fix it.
1. Edit the .vmx file of the virtual machine.
2. check the MAC address at ethernet0.generatedAddress = "00:00:00:00:d2:2b"
3. Edit /etc/udev/rules.d/70-persistent-net.rules on ubuntu and change the MAC to the above.
4. restart network by /etc/init.d/networking restart OR restart ubuntu.
5. On restart, ubuntu should bind the eth MAC correctly and the server should enable the ethernet adapter.
Saturday, December 26, 2009
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment