CAPTCHA
Image CAPTCHA
Enter the characters shown in the image.
This question is for testing whether or not you are human.
  • Create new account
  • Reset your password

User account menu

Home
The Hyperlogos
Read Everything

Main navigation

  • Home
  • My Resumé
  • blog
  • Howtos
  • Pages
  • Contact
  • Search

kvm

Breadcrumb

  • Home
  • kvm

HOWTO: kvm with vde networking on Ubuntu, Debian et cetera

As discussed in a previous article, KVM is a kernel-accelerated virtualization package for Linux that utilizes AMD or Intel VT to reduce the cost of virtualization. It is based in part on qemu, a long-lived processor emulation package which also has a non-VT virtualizing engine, kqemu. One of the benefits of using qemu as a codebase is that qemu already has emulation for various pieces of hardware, including network cards. qemu can use a variety of methods for providing networking, including slirp, tunneling, and various others.

To me, the most interesting type of networking is VDE, or "virtual distributed ethernet". This is most similar to the type of networking performed by VMware. vde provides virtual switches (or hubs) and lets you connect them together at will. This document will not explain how to configure a complicated setup; it explains only how to set up a single TUN/TAP interface and utilize it. I will also briefly cover IP Masquerading, which is necessary for your system to access the outside world if it doesn't have a real, routable IP address.

howto
Ubuntu
kvm
  • Read more about HOWTO: kvm with vde networking on Ubuntu, Debian et cetera
  • 2 comments
  • Log in or register to post comments

Exploring KVM management

By drink | Wed April 04, 2007

Currently there are two primary management interfaces for KVM; neither is official to the project. RedHat is using their own Python-based Virtual Machine Manager while there is also a Gnome KVM Manager (GKVM) which is written in C.

kvm
linux
  • Read more about Exploring KVM management
  • Log in or register to post comments

HOWTO: kvm on Ubuntu Feisty

KVM is a kernel-level virtualization technology/application that provides a complete PC virtual machine under Linux when you have a processor supporting VT. AMD and Intel both have processors which provide hardware support for virtualization to decrease the cost of translating all privileged instructions. In a recent study, vmware showed performance losses of 46% when functioning as a webserver. This is not out of line with expectations; the primary purpose of vmware is to consolidate little-used servers into a single machine.

howto
Ubuntu
kvm
  • Read more about HOWTO: kvm on Ubuntu Feisty
  • Log in or register to post comments
Subscribe to kvm

Footer menu

  • Contact
Powered by Drupal

Copyright © 2025 Martin Espinoza - All rights reserved