• [6.9.0 Beta 30] Update to linux VM looses network


    SimonF
    • Minor

    I updated VM to remove CD Drive and the VM lost network connection when rebooted. On connecting to host only loopback up, e0 doesnt exist.

     

    Reverted back to beta 25 and update VM template server works again.

     

    Upgrade to Beta30 server still works unless updated.

     

    Diags attached before and after update on B30.

     

    let me know if you need me to do any further tests as easy to recreate.

     

    further info if i create a new machine from scratch it works fine.

     

    Old VM

     

        <interface type='bridge'>
          <mac address='52:54:00:6a:54:59'/>
          <source bridge='br0'/>
          <target dev='vnet0'/>
          <model type='virtio-net'/>
          <alias name='net0'/>
          <address type='pci' domain='0x0000' bus='0x08' slot='0x01' function='0x0'/>

     

    New VM 

     

        <interface type='bridge'>
          <mac address='52:54:00:f2:a1:d2'/>
          <source bridge='br0'/>
          <target dev='vnet1'/>
          <model type='virtio-net'/>
          <alias name='net0'/>
          <address type='pci' domain='0x0000' bus='0x01' slot='0x00' function='0x0'/>

    tower-diagnostics-20201009-1940.zip tower-diagnostics-20201009-1938.zip




    User Feedback

    Recommended Comments

    Network is as follows after template update.

     

        <interface type='bridge'>
          <mac address='52:54:00:6a:54:59'/>
          <source bridge='br0'/>
          <model type='virtio-net'/>
          <address type='pci' domain='0x0000' bus='0x02' slot='0x00' function='0x0'/>

     

    replacing with the one via XML above for old VM resolves issue

    Link to comment

    Having a similar/same issue.

    Since beta 30 my ubuntu server vm has no network.

    the xml before the update:

        <interface type='bridge'>
          <mac address='52:54:00:19:c7:9e'/>
          <source bridge='br0'/>
          <model type='e1000-82545em'/>
          <address type='pci' domain='0x0000' bus='0x02' slot='0x00' function='0x0'/>
        </interface>


    after the update:

        <interface type='bridge'>
          <mac address='52:54:00:19:c7:9e'/>
          <source bridge='br0'/>
          <model type='virtio-net'/>
          <address type='pci' domain='0x0000' bus='0x02' slot='0x00' function='0x0'/>
        </interface>

    reverting the change in model type dosn't change anything :/
    tryed some variants from Simons xml too with no effect.

    Link to comment


    Join the conversation

    You can post now and register later. If you have an account, sign in now to post with your account.
    Note: Your post will require moderator approval before it will be visible.

    Guest
    Add a comment...

    ×   Pasted as rich text.   Restore formatting

      Only 75 emoji are allowed.

    ×   Your link has been automatically embedded.   Display as a link instead

    ×   Your previous content has been restored.   Clear editor

    ×   You cannot paste images directly. Upload or insert images from URL.


  • Status Definitions

     

    Open = Under consideration.

     

    Solved = The issue has been resolved.

     

    Solved version = The issue has been resolved in the indicated release version.

     

    Closed = Feedback or opinion better posted on our forum for discussion. Also for reports we cannot reproduce or need more information. In this case just add a comment and we will review it again.

     

    Retest = Please retest in latest release.


    Priority Definitions

     

    Minor = Something not working correctly.

     

    Urgent = Server crash, data loss, or other showstopper.

     

    Annoyance = Doesn't affect functionality but should be fixed.

     

    Other = Announcement or other non-issue.