修改***.xml文件如下:

原来:

    <interface type='bridge'>
      <mac address='00:0c:29:38:ae:6e'/>
      <source bridge='br0'/>
      <model type='rtl8139'/>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0'/>
    </interface>

修改后:   

<interface type='bridge'>
      <mac address='00:0c:29:ae:5f:df'/>
      <source bridge='br0'/>
      <model type='e1000'/>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0'/>
    </interface>

【备注】:e1000比rtl8139的网速传输性能更好。

Logo

华为开发者空间,是为全球开发者打造的专属开发空间,汇聚了华为优质开发资源及工具,致力于让每一位开发者拥有一台云主机,基于华为根生态开发、创新。

更多推荐