wushi 发表于 2013-8-8 09:30:39

KVM 虚拟机增加网卡

编辑xml文件


    <interface type='bridge'>
   <mac address='52:54:00:52:cf:1f'/>
   <source bridge='br0'/>
    <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0'/>
   </interface>
增加一块网卡
<interface type='bridge'>
   <mac address='52:54:00:52:5f:7f'/>
      <source bridge='br1'/>
   <address type='pci' domain='0x0000' bus='0x00' slot='0x05' function='0x0'/>
       </interface>
编辑 slot='0x05' 就可以了


竹子开花的时 发表于 2013-8-8 09:57:27

走,MM,咱们化蝶去……

sweli 发表于 2013-8-8 15:18:22

如果没有毛片,中国的性教育简直就是一片空白!

spell 发表于 2013-8-8 21:13:50

一时的冲动,子孙的危机!

FXMAR 发表于 2013-8-9 03:14:29

花前月下,不如花钱“日”下!*^_^*

萨尔法保护 发表于 2013-8-9 04:45:00

解释就是掩饰,掩饰就是编故事!

心心失意 发表于 2013-8-9 16:16:03

找到好贴不容易,我顶你了,谢了
页: [1]
查看完整版本: KVM 虚拟机增加网卡