美文网首页
kvm虚拟机在线添加网卡

kvm虚拟机在线添加网卡

作者: fan12 | 来源:发表于2020-07-13 12:28 被阅读0次

    1、查看原有网卡信息

    #virsh domiflist snale

    Interface  Type      Source    Model      MAC-------------------------------------------------------vnet0      bridge    br0        virtio      52:54:00:8c:b8:60

    2、临时添加新网卡

    #virsh attach-interface snale --type bridge --source br0 成功附加接口

    永久添加网卡命令(没有尝试操作,是直接virsh edit 虚拟机ID 修改的。)

    #virsh attach-interface snale --type bridge --source br0  --config

    相关文章

      网友评论

          本文标题:kvm虚拟机在线添加网卡

          本文链接:https://www.haomeiwen.com/subject/jvkacktx.html