Tsumitsuki

Members
  • Posts

    12
  • Joined

  • Last visited

Report Comments posted by Tsumitsuki

  1. 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.