305-300 · Question #50
Which of the following commands are needed to establish a private network between two (or more) KVM virtual machines that is not visible to other KVM instances on the same KVM host? (Choose THREE…
The correct answer is B. brctl D. tunctl E. ifconfig. To establish a private, isolated network between KVM virtual machines on the same host, Linux networking tools are used to create and manage virtual network bridges and TAP interfaces. According to KVM and Linux virtualization documentation, the core components required are…
Question
Options
- Aebtables
- Bbrctl
- Cipconfig
- Dtunctl
- Eifconfig
How the community answered
(27 responses)- A7% (2)
- B81% (22)
- C11% (3)
Explanation
To establish a private, isolated network between KVM virtual machines on the same host, Linux networking tools are used to create and manage virtual network bridges and TAP interfaces. According to KVM and Linux virtualization documentation, the core components required are brctl, tunctl, and ifconfig (or the modern ip command). The brctl utility is used to create and manage Linux bridge interfaces, which act as virtual switches connecting multiple virtual machines. tunctl is used to create TAP interfaces that allow virtual machines to connect to the bridge. ifconfig is used to bring interfaces up and assign network parameters. ebtables is not strictly required for creating a private network; it is used for filtering Ethernet frames. ipconfig is a Windows networking command and is not applicable to Linux systems.
Topics
Community Discussion
No community discussion yet for this question.