Ubuntu Server - Network doesn't work with Linked Clone

Discussion in 'Linux Virtual Machine' started by Parallels User, Oct 19, 2014.

  1. >>> Message has been deleted by the user <<<
     
    Last edited by a moderator: Oct 19, 2014
  2. James_Dundon

    James_Dundon Bit poster

    Messages:
    3
    I can confirm this is happening for me as well. I just tried to take a working Ubuntu 14.04 server image, which I just setup, and create a linked clone. The linked clone is created fine, boots, but can't find any network cards. I have tried both the Virtio and Intel drivers as well as removing the NIC and adding two more.

    Please help!
     
  3. James_Dundon

    James_Dundon Bit poster

    Messages:
    3
    I just straight cloned my base image and the same behavior happened so this is not simply a Linked Clone issue.
     
  4. James_Dundon

    James_Dundon Bit poster

    Messages:
    3
    I found a fix.

    When you run "dmesg | grep eth" you can see that the clones are colliding with the old instance of the card from the base machine and being assigned a new ETH number. you can either go into your /etc/network/interfaces file and change the interface to ethX to match the message (or what you see in "ifconfig -a") or you can delete the following file and reboot:
    /etc/udev/rules.d/70-persistent-net.rules​

    I found most of this information at this article: http://askubuntu.com/questions/9375/new-mac-address-now-i-have-no-network-access

    I hope that helps someone.
     
    Jake_Woods likes this.
  5. Jake_Woods

    Jake_Woods Bit poster

    Messages:
    1
    It helped me. Thanks!
     
  6. CasperY

    CasperY Bit poster

    Messages:
    1
    It really solved my big problems. Thanks a lot!
     

Share This Page