Displaying 2 results from an estimated 2 matches for "9c17d665f".
2019 Mar 11
2
How to insert a dummy NIC
Hi,
I have to host (with KVM) an appliance which does not use its second and
third NIC. They have to be present in the guest, but they'd better stay
totally disconnected from anything in the host. "Second" and "third"
apparently means bus order. Let's consider virtio devices only. I think
the best technical solution is adding -device virtio-net-pci,addr=0x3 and
2019 Mar 11
0
Re: How to insert a dummy NIC
...twork device like above.
What version is your libvirt? extra permissions for qemu using
type='ethernet' (beyond what's required for a type='network' or
type='bridge') have not been required since libvirt-1.3.3, released on
April 6, 2016 (this was the result of commit 9c17d665f). If your libvirt
is that old, you *really* should update to something newer. If it's
*not* that old, then you're just working with out of date documentation.
>
> * TCP tunnel server. Even more inferior, does not require extra
> permissions but leaves even looser ends (lis...