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 Oct 31, 2020 in Azure by rahuljain1
+1 vote
asked Jan 7, 2022 in Kafka Premiera Ola by GeorgeBell
...