Paravirtualized networking

From KVM
Revision as of 08:51, 4 February 2009 by WikiSysop (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Host side

run kvm with command-line: -net nic,model=virtio

Guest side

sudo modprobe virtio_net

to have virtio_net driver, you need to upgrade the kernel to higher than 2.6.25.

refer to Virtio