티스토리 뷰

Here is a manual way to configure para-virtulized driver for network in KVM.

Missing virtio option.
     <interface type='bridge'>
      <mac address='54:52:00:55:55:37'/>
      <source bridge='br0'/>
      <target dev='vnet0'/>
    </interface>

># virsh shutdown green15
># virsh dumpxml green15 > green15.xml
Edit the green15.xml and add the following line
     <interface type='bridge'>
      <mac address='54:52:00:55:55:37'/>
      <source bridge='br0'/>
      <target dev='vnet0'/>
      <model type='virtio'/>
    </interface>

># virsh define green15.xml
># virsh start green15

Testing
green15># netserver

remote># netperf -H green15 -l 20 -f K


References
1.  KVM, Virt-manager and virtio, http://www.linux-archive.org/fedora-linux-management-tools/192301-kvm-virt-manager-virtio.html
2. Using KVM para-virtualized drivers for existing devices, http://docs.redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/6/html/Virtualization/form-Virtualization-Installing_the_KVM_Windows_para_virtualized_drivers-Using_KVM_para_virtualized_drivers_for_existing_devices.html
3.

'virtualization' 카테고리의 다른 글

Sample VM Xen config file in CentOS  (0) 2011.06.29
Hypervisor (Xen & KVM) Pinning  (0) 2011.05.30
Resize Xen image file  (0) 2011.03.23
Running 32-bit DomU on 64-bit Dom0  (0) 2011.03.22
Installing Xen on Ubuntu 9.04 w/ binary package.  (0) 2011.02.23
댓글
공지사항
최근에 올라온 글
최근에 달린 댓글
Total
Today
Yesterday
링크
«   2024/04   »
1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30
글 보관함