LINUX.ORG.RU

История изменений

Исправление petav, (текущая версия) :

<interface type='bridge'>
      <mac address='52:54:00:0d:ac:4b'/>
      <source bridge='br0'/>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0'/>
    </interface>

Сделай так

 <interface type='bridge'>
      <mac address='52:54:00:26:c7:b6'/>
      <source bridge='br0'/>
      <model type='virtio'/>
    </interface>
а если через direct (только заметил), то можно тоже virtio использовать. А так же эмуляция процессора будет жрать такты. Может убрать эмуляцию модели процессора и сетевой карты и сэкономить тактов?

Исправление petav, :

<interface type='bridge'>
      <mac address='52:54:00:0d:ac:4b'/>
      <source bridge='br0'/>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0'/>
    </interface>

Сделай так

 <interface type='bridge'>
      <mac address='52:54:00:26:c7:b6'/>
      <source bridge='br0'/>
      <model type='virtio'/>
    </interface>

Исходная версия petav, :

<interface type='bridge'>
      <mac address='52:54:00:0d:ac:4b'/>
      <source bridge='br0'/>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0'/>
    </interface>

Сделай так

 <interface type='bridge'>
      <mac address='52:54:00:26:c7:b6'/>
      <source bridge='br0'/>
      <target dev='vnet4'/>
      <model type='virtio'/>
      <alias name='net0'/>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0'/>
    </interface>