English 中文(简体)
如何利用病毒制造主食装置?
原标题:How to create tap devices using virsh?

这是使用qemu-kvm管理工具创建的配置档案中的一台幻灯。 我如何利用VMM或病毒制造同样的冲突?

[net]
  type = "nic"

[net]
  type = "tap"
  script = "/etc/ovs-ifup"
  downscript = "/etc/ovs-ifdown"
问题回答

This configuration file indicates that you re using OpenVSwitch to manage virtual network ports for you KVM virtual machines.

Refer to this article for howtos and how it Creats/destroy的虚拟网络港。

You can use this command to create and then enable new tap device vnetX: ip tuntap add dev vnetX mode tap ip link set up dev vnetX





相关问题
磁盘增加

我如何能够增加分配给科索沃机器人机器的磁盘的大小?

Restoring an image, in a VM, without booting it

I m using a UEC Cloud (with kvm) Can I restore an image, in a VM, without booting it? (like freezing the image and then restarting the image on that exact tick while skipping the whole booting) Is ...

How is device emulation done in kvm

I know that the qemu-kvm does the device emulation stuff in KVM. Is the qemu-kvm being executed in the userspace of the host? So when a kick function is encountered, it exits the VM through a ...

Where is the entry of hypercalls in kvm?

I am trying to understand the virtio mechanism in linux. I read that the kick function will notify the host side about the newly published buffers. I am looking especially at virtio_net.Once a packet ...

Home workstation cloud computing solution on Ubuntu [closed]

I want to make a cloud computing testing environment on my in-house network. I m using Ubuntu (just to work on; i don t want to watch Gentoo compile screens all time:) and I plan to make an Eucalyptus ...

热门标签