0 votes
in KVM by
What Is The Procedure To Set Up Network For Guest To Make It Accessible From Host Machine?

1 Answer

0 votes
by

KVM known as kernel virtual machine uses QEMU for device emulation. In this there are two networking modes that are defined. First mode is root networking mode and another mode is network bridge mode. If the IP address to the virtual machines has to be assigned then the kvm need to be up and running.

To setup the network interface across the host machine the command that is required to be followed is as follows:

/sbin/ip

/usr/sbin/brctl

/usr/sbin/tunctl

Related questions

0 votes
asked Jun 11, 2022 in KVM by john ganales
+1 vote
asked Jul 19, 2023 in Deep Learning by SakshiSharma
...