How To Enable Kvm Support On Gns3 Vm?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
KVM support on GNS3 VM can be enabled by running the following command inside the guest OS:
sudo apt–get install qemu–kvm libvirt–bin ubuntu–vm–builder bridge–utils Once installed, you can then configure the KVM host for use with GNS3 by opening the VNC console or terminal of the GNS3 VM and running the following command:
sudo virsh net–define /etc/libvirt/qemu/default.xml
Finally, restart the GNS3 VM to finish enabling KVM support.