How to enable virtio in Virtualbox?












4















My VM (Ubuntu 12.04) has 2 network interfaces attached which is recognized as eth0 and eth1.



Now I want to change the cards to virtio to improve the performance, so I open VM settings and change both adapters' types to Paravirtualized Network (virtio-net)



But after rebooting the performance seems to be the same, not to say even much slower, and when I checked ifconfig output there's another virbr0 interface beside eth0 and eth1.



I thought that changing the type in VirtualBox will make eth0 and eth1 become a virtio adapter. This was later confirmed by a few pages I found on the internet. They said that just changing the adapter type is enough and the speed will be improved immediately. But in my case it isn't.



How to configure the adapters in order to make it work?



The configuration is like this. eth0 is a bridge to the external network. eth1 is a host-only adapter



$ ifconfig
eth0 Link encap:Ethernet HWaddr 08:00:27:62:0d:bd
inet addr:10.184.130.70 Bcast:10.184.130.255 Mask:255.255.240.0
inet6 addr: fe80::a00:27ff:fe64:dbd/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:411321 errors:0 dropped:2 overruns:0 frame:0
TX packets:118875 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:298154310 (298.1 MB) TX bytes:65017532 (65.0 MB)

eth1 Link encap:Ethernet HWaddr 08:00:27:9d:6b:df
inet addr:172.17.0.6 Bcast:172.17.255.255 Mask:255.255.0.0
inet6 addr: fe80::a00:27ff:fe8d:6bdf/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:12445 errors:0 dropped:0 overruns:0 frame:0
TX packets:13566 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:1275663 (1.2 MB) TX bytes:8705940 (8.7 MB)

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:8538 errors:0 dropped:0 overruns:0 frame:0
TX packets:8538 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:2286738 (2.2 MB) TX bytes:2286738 (2.2 MB)

virbr0 Link encap:Ethernet HWaddr 76:ee:57:37:78:7c
inet addr:192.168.122.1 Bcast:192.168.122.255 Mask:255.255.255.0
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)


I've ran lsmod | grep virt but no result is shown. insmod shows nothing like virtio_net either



$ insmod virt<tab><tab>
virtio_balloon virtio_console virtio_mmio virtio-rng virtual


The current kernel Linux vmdev 3.2.0-124-generic #167-Ubuntu SMP Fri Mar 3 15:26:21 UTC 2017 i686 i686 i386 GNU/Linux. Is there any options I need to enable the loading of virtio driver?



The file /etc/udev/rules.d/70-persistent-net.rules shows nothing related to virtio either, except in the comment when I regenerate the MAC address of the adapter



I've done a lot of tests with iperf and the results with Intel PRO/1000 adapter vary around 250-350Mbps while the results with virtio-net card always lie between 100-150Mbps, far below my expectations. So I'm switching back to e1000 card right now until a solution is found.



I've seen some possible related problems on the internet but no way to solve so far




  • https://getsatisfaction.cumulusnetworks.com/cumulus/topics/cumulus-vx-virtualbox-virtio-nic-slow

  • https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/1079212

  • https://forums.virtualbox.org/viewtopic.php?f=7&t=26783




Edit:



My project has updated to a new 64-bit Ubuntu 14.04 VM (3.13.0-86-generic #131-Ubuntu SMP Thu May 12 23:33:13 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux) but the results are still the same. virtio is still much slower than Intel 1000










share|improve this question

























  • The virbr0 interface is not created by VirtualBox or the virtio-net driver. It’s probably the result of having libvirt installed. Also, I wouldn’t count on virtio-net making things faster. The VirtualBox implementation might just be crap.

    – Daniel B
    Jun 13 '17 at 6:50













  • @DanielB the virbr0 only appears after switching the adapter type to virtio-net

    – phuclv
    Jun 13 '17 at 6:53











  • Still, the virtio-net driver does not create those interfaces. I created a VirtualBox VM with Ubuntu 12.04. It if course does not have a virbr0 bridge. libvirt is known to create it.

    – Daniel B
    Jun 13 '17 at 17:41
















4















My VM (Ubuntu 12.04) has 2 network interfaces attached which is recognized as eth0 and eth1.



Now I want to change the cards to virtio to improve the performance, so I open VM settings and change both adapters' types to Paravirtualized Network (virtio-net)



But after rebooting the performance seems to be the same, not to say even much slower, and when I checked ifconfig output there's another virbr0 interface beside eth0 and eth1.



I thought that changing the type in VirtualBox will make eth0 and eth1 become a virtio adapter. This was later confirmed by a few pages I found on the internet. They said that just changing the adapter type is enough and the speed will be improved immediately. But in my case it isn't.



How to configure the adapters in order to make it work?



The configuration is like this. eth0 is a bridge to the external network. eth1 is a host-only adapter



$ ifconfig
eth0 Link encap:Ethernet HWaddr 08:00:27:62:0d:bd
inet addr:10.184.130.70 Bcast:10.184.130.255 Mask:255.255.240.0
inet6 addr: fe80::a00:27ff:fe64:dbd/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:411321 errors:0 dropped:2 overruns:0 frame:0
TX packets:118875 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:298154310 (298.1 MB) TX bytes:65017532 (65.0 MB)

eth1 Link encap:Ethernet HWaddr 08:00:27:9d:6b:df
inet addr:172.17.0.6 Bcast:172.17.255.255 Mask:255.255.0.0
inet6 addr: fe80::a00:27ff:fe8d:6bdf/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:12445 errors:0 dropped:0 overruns:0 frame:0
TX packets:13566 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:1275663 (1.2 MB) TX bytes:8705940 (8.7 MB)

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:8538 errors:0 dropped:0 overruns:0 frame:0
TX packets:8538 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:2286738 (2.2 MB) TX bytes:2286738 (2.2 MB)

virbr0 Link encap:Ethernet HWaddr 76:ee:57:37:78:7c
inet addr:192.168.122.1 Bcast:192.168.122.255 Mask:255.255.255.0
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)


I've ran lsmod | grep virt but no result is shown. insmod shows nothing like virtio_net either



$ insmod virt<tab><tab>
virtio_balloon virtio_console virtio_mmio virtio-rng virtual


The current kernel Linux vmdev 3.2.0-124-generic #167-Ubuntu SMP Fri Mar 3 15:26:21 UTC 2017 i686 i686 i386 GNU/Linux. Is there any options I need to enable the loading of virtio driver?



The file /etc/udev/rules.d/70-persistent-net.rules shows nothing related to virtio either, except in the comment when I regenerate the MAC address of the adapter



I've done a lot of tests with iperf and the results with Intel PRO/1000 adapter vary around 250-350Mbps while the results with virtio-net card always lie between 100-150Mbps, far below my expectations. So I'm switching back to e1000 card right now until a solution is found.



I've seen some possible related problems on the internet but no way to solve so far




  • https://getsatisfaction.cumulusnetworks.com/cumulus/topics/cumulus-vx-virtualbox-virtio-nic-slow

  • https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/1079212

  • https://forums.virtualbox.org/viewtopic.php?f=7&t=26783




Edit:



My project has updated to a new 64-bit Ubuntu 14.04 VM (3.13.0-86-generic #131-Ubuntu SMP Thu May 12 23:33:13 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux) but the results are still the same. virtio is still much slower than Intel 1000










share|improve this question

























  • The virbr0 interface is not created by VirtualBox or the virtio-net driver. It’s probably the result of having libvirt installed. Also, I wouldn’t count on virtio-net making things faster. The VirtualBox implementation might just be crap.

    – Daniel B
    Jun 13 '17 at 6:50













  • @DanielB the virbr0 only appears after switching the adapter type to virtio-net

    – phuclv
    Jun 13 '17 at 6:53











  • Still, the virtio-net driver does not create those interfaces. I created a VirtualBox VM with Ubuntu 12.04. It if course does not have a virbr0 bridge. libvirt is known to create it.

    – Daniel B
    Jun 13 '17 at 17:41














4












4








4








My VM (Ubuntu 12.04) has 2 network interfaces attached which is recognized as eth0 and eth1.



Now I want to change the cards to virtio to improve the performance, so I open VM settings and change both adapters' types to Paravirtualized Network (virtio-net)



But after rebooting the performance seems to be the same, not to say even much slower, and when I checked ifconfig output there's another virbr0 interface beside eth0 and eth1.



I thought that changing the type in VirtualBox will make eth0 and eth1 become a virtio adapter. This was later confirmed by a few pages I found on the internet. They said that just changing the adapter type is enough and the speed will be improved immediately. But in my case it isn't.



How to configure the adapters in order to make it work?



The configuration is like this. eth0 is a bridge to the external network. eth1 is a host-only adapter



$ ifconfig
eth0 Link encap:Ethernet HWaddr 08:00:27:62:0d:bd
inet addr:10.184.130.70 Bcast:10.184.130.255 Mask:255.255.240.0
inet6 addr: fe80::a00:27ff:fe64:dbd/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:411321 errors:0 dropped:2 overruns:0 frame:0
TX packets:118875 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:298154310 (298.1 MB) TX bytes:65017532 (65.0 MB)

eth1 Link encap:Ethernet HWaddr 08:00:27:9d:6b:df
inet addr:172.17.0.6 Bcast:172.17.255.255 Mask:255.255.0.0
inet6 addr: fe80::a00:27ff:fe8d:6bdf/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:12445 errors:0 dropped:0 overruns:0 frame:0
TX packets:13566 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:1275663 (1.2 MB) TX bytes:8705940 (8.7 MB)

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:8538 errors:0 dropped:0 overruns:0 frame:0
TX packets:8538 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:2286738 (2.2 MB) TX bytes:2286738 (2.2 MB)

virbr0 Link encap:Ethernet HWaddr 76:ee:57:37:78:7c
inet addr:192.168.122.1 Bcast:192.168.122.255 Mask:255.255.255.0
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)


I've ran lsmod | grep virt but no result is shown. insmod shows nothing like virtio_net either



$ insmod virt<tab><tab>
virtio_balloon virtio_console virtio_mmio virtio-rng virtual


The current kernel Linux vmdev 3.2.0-124-generic #167-Ubuntu SMP Fri Mar 3 15:26:21 UTC 2017 i686 i686 i386 GNU/Linux. Is there any options I need to enable the loading of virtio driver?



The file /etc/udev/rules.d/70-persistent-net.rules shows nothing related to virtio either, except in the comment when I regenerate the MAC address of the adapter



I've done a lot of tests with iperf and the results with Intel PRO/1000 adapter vary around 250-350Mbps while the results with virtio-net card always lie between 100-150Mbps, far below my expectations. So I'm switching back to e1000 card right now until a solution is found.



I've seen some possible related problems on the internet but no way to solve so far




  • https://getsatisfaction.cumulusnetworks.com/cumulus/topics/cumulus-vx-virtualbox-virtio-nic-slow

  • https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/1079212

  • https://forums.virtualbox.org/viewtopic.php?f=7&t=26783




Edit:



My project has updated to a new 64-bit Ubuntu 14.04 VM (3.13.0-86-generic #131-Ubuntu SMP Thu May 12 23:33:13 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux) but the results are still the same. virtio is still much slower than Intel 1000










share|improve this question
















My VM (Ubuntu 12.04) has 2 network interfaces attached which is recognized as eth0 and eth1.



Now I want to change the cards to virtio to improve the performance, so I open VM settings and change both adapters' types to Paravirtualized Network (virtio-net)



But after rebooting the performance seems to be the same, not to say even much slower, and when I checked ifconfig output there's another virbr0 interface beside eth0 and eth1.



I thought that changing the type in VirtualBox will make eth0 and eth1 become a virtio adapter. This was later confirmed by a few pages I found on the internet. They said that just changing the adapter type is enough and the speed will be improved immediately. But in my case it isn't.



How to configure the adapters in order to make it work?



The configuration is like this. eth0 is a bridge to the external network. eth1 is a host-only adapter



$ ifconfig
eth0 Link encap:Ethernet HWaddr 08:00:27:62:0d:bd
inet addr:10.184.130.70 Bcast:10.184.130.255 Mask:255.255.240.0
inet6 addr: fe80::a00:27ff:fe64:dbd/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:411321 errors:0 dropped:2 overruns:0 frame:0
TX packets:118875 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:298154310 (298.1 MB) TX bytes:65017532 (65.0 MB)

eth1 Link encap:Ethernet HWaddr 08:00:27:9d:6b:df
inet addr:172.17.0.6 Bcast:172.17.255.255 Mask:255.255.0.0
inet6 addr: fe80::a00:27ff:fe8d:6bdf/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:12445 errors:0 dropped:0 overruns:0 frame:0
TX packets:13566 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:1275663 (1.2 MB) TX bytes:8705940 (8.7 MB)

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:8538 errors:0 dropped:0 overruns:0 frame:0
TX packets:8538 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:2286738 (2.2 MB) TX bytes:2286738 (2.2 MB)

virbr0 Link encap:Ethernet HWaddr 76:ee:57:37:78:7c
inet addr:192.168.122.1 Bcast:192.168.122.255 Mask:255.255.255.0
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)


I've ran lsmod | grep virt but no result is shown. insmod shows nothing like virtio_net either



$ insmod virt<tab><tab>
virtio_balloon virtio_console virtio_mmio virtio-rng virtual


The current kernel Linux vmdev 3.2.0-124-generic #167-Ubuntu SMP Fri Mar 3 15:26:21 UTC 2017 i686 i686 i386 GNU/Linux. Is there any options I need to enable the loading of virtio driver?



The file /etc/udev/rules.d/70-persistent-net.rules shows nothing related to virtio either, except in the comment when I regenerate the MAC address of the adapter



I've done a lot of tests with iperf and the results with Intel PRO/1000 adapter vary around 250-350Mbps while the results with virtio-net card always lie between 100-150Mbps, far below my expectations. So I'm switching back to e1000 card right now until a solution is found.



I've seen some possible related problems on the internet but no way to solve so far




  • https://getsatisfaction.cumulusnetworks.com/cumulus/topics/cumulus-vx-virtualbox-virtio-nic-slow

  • https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/1079212

  • https://forums.virtualbox.org/viewtopic.php?f=7&t=26783




Edit:



My project has updated to a new 64-bit Ubuntu 14.04 VM (3.13.0-86-generic #131-Ubuntu SMP Thu May 12 23:33:13 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux) but the results are still the same. virtio is still much slower than Intel 1000







linux networking ubuntu virtualbox virtio






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Jun 13 '17 at 6:33







phuclv

















asked Mar 17 '17 at 11:52









phuclvphuclv

9,32863990




9,32863990













  • The virbr0 interface is not created by VirtualBox or the virtio-net driver. It’s probably the result of having libvirt installed. Also, I wouldn’t count on virtio-net making things faster. The VirtualBox implementation might just be crap.

    – Daniel B
    Jun 13 '17 at 6:50













  • @DanielB the virbr0 only appears after switching the adapter type to virtio-net

    – phuclv
    Jun 13 '17 at 6:53











  • Still, the virtio-net driver does not create those interfaces. I created a VirtualBox VM with Ubuntu 12.04. It if course does not have a virbr0 bridge. libvirt is known to create it.

    – Daniel B
    Jun 13 '17 at 17:41



















  • The virbr0 interface is not created by VirtualBox or the virtio-net driver. It’s probably the result of having libvirt installed. Also, I wouldn’t count on virtio-net making things faster. The VirtualBox implementation might just be crap.

    – Daniel B
    Jun 13 '17 at 6:50













  • @DanielB the virbr0 only appears after switching the adapter type to virtio-net

    – phuclv
    Jun 13 '17 at 6:53











  • Still, the virtio-net driver does not create those interfaces. I created a VirtualBox VM with Ubuntu 12.04. It if course does not have a virbr0 bridge. libvirt is known to create it.

    – Daniel B
    Jun 13 '17 at 17:41

















The virbr0 interface is not created by VirtualBox or the virtio-net driver. It’s probably the result of having libvirt installed. Also, I wouldn’t count on virtio-net making things faster. The VirtualBox implementation might just be crap.

– Daniel B
Jun 13 '17 at 6:50







The virbr0 interface is not created by VirtualBox or the virtio-net driver. It’s probably the result of having libvirt installed. Also, I wouldn’t count on virtio-net making things faster. The VirtualBox implementation might just be crap.

– Daniel B
Jun 13 '17 at 6:50















@DanielB the virbr0 only appears after switching the adapter type to virtio-net

– phuclv
Jun 13 '17 at 6:53





@DanielB the virbr0 only appears after switching the adapter type to virtio-net

– phuclv
Jun 13 '17 at 6:53













Still, the virtio-net driver does not create those interfaces. I created a VirtualBox VM with Ubuntu 12.04. It if course does not have a virbr0 bridge. libvirt is known to create it.

– Daniel B
Jun 13 '17 at 17:41





Still, the virtio-net driver does not create those interfaces. I created a VirtualBox VM with Ubuntu 12.04. It if course does not have a virbr0 bridge. libvirt is known to create it.

– Daniel B
Jun 13 '17 at 17:41










1 Answer
1






active

oldest

votes


















0














Manual Chapter 6. Virtual networking:




The "Paravirtualized network adapter (virtio-net)" is special. If you select this, then VirtualBox does not virtualize common networking hardware (that is supported by common guest operating systems out of the box). Instead, VirtualBox then expects a special software interface for virtualized environments to be provided by the guest, thus avoiding the complexity of emulating networking hardware and improving network performance. Starting with version 3.1, VirtualBox provides support for the industry-standard "virtio" networking drivers, which are part of the open-source KVM project.







share|improve this answer
























  • I've read that before when I came to know about virtio. I'm not seeing how they are related here. Can you elaborate?

    – phuclv
    Mar 17 '17 at 11:57











  • Well it straight up tells you that's it not meant to replace "common" network interfaces like eth0 and eth1 but instead will work as a special device. Hence it shows up as virbr0 and you will have to configure it separately. With Linux you will probably have a way to simply rename the device file in case you're just concerned about the name but I'd advice against that, as certain software might act funky because they expect a standard network interface.

    – Seth
    Mar 17 '17 at 12:00











  • that's what I'm asking. I want to enable and configure it. Right now it has some IP address that's not related to the host and can't be reached by the host or any other VMs

    – phuclv
    Mar 17 '17 at 13:14











  • But it's not what your question says. What your question says is that you want to turn eth0/eth1 into a virtio-net device. From what I can tell you would configure them like you would any other of your network interfaces just that the name would be different. Did you actually try to configure the interface? If so, what errors did you encounter or similar? You probably should rework your question to actually show what you know and already tried and what your actual goal is.

    – Seth
    Mar 17 '17 at 13:24











  • I have no idea about how virtio works and how to configure it. I just want to use them for my VM. Names are not important, but the network path must be exactly like defined. I thought that it's just a network adapter like any others, but with specific virtualization support. I have checked with lsmod but no module named virtio is loaded.

    – phuclv
    Mar 17 '17 at 13:52











Your Answer








StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1189642%2fhow-to-enable-virtio-in-virtualbox%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes









0














Manual Chapter 6. Virtual networking:




The "Paravirtualized network adapter (virtio-net)" is special. If you select this, then VirtualBox does not virtualize common networking hardware (that is supported by common guest operating systems out of the box). Instead, VirtualBox then expects a special software interface for virtualized environments to be provided by the guest, thus avoiding the complexity of emulating networking hardware and improving network performance. Starting with version 3.1, VirtualBox provides support for the industry-standard "virtio" networking drivers, which are part of the open-source KVM project.







share|improve this answer
























  • I've read that before when I came to know about virtio. I'm not seeing how they are related here. Can you elaborate?

    – phuclv
    Mar 17 '17 at 11:57











  • Well it straight up tells you that's it not meant to replace "common" network interfaces like eth0 and eth1 but instead will work as a special device. Hence it shows up as virbr0 and you will have to configure it separately. With Linux you will probably have a way to simply rename the device file in case you're just concerned about the name but I'd advice against that, as certain software might act funky because they expect a standard network interface.

    – Seth
    Mar 17 '17 at 12:00











  • that's what I'm asking. I want to enable and configure it. Right now it has some IP address that's not related to the host and can't be reached by the host or any other VMs

    – phuclv
    Mar 17 '17 at 13:14











  • But it's not what your question says. What your question says is that you want to turn eth0/eth1 into a virtio-net device. From what I can tell you would configure them like you would any other of your network interfaces just that the name would be different. Did you actually try to configure the interface? If so, what errors did you encounter or similar? You probably should rework your question to actually show what you know and already tried and what your actual goal is.

    – Seth
    Mar 17 '17 at 13:24











  • I have no idea about how virtio works and how to configure it. I just want to use them for my VM. Names are not important, but the network path must be exactly like defined. I thought that it's just a network adapter like any others, but with specific virtualization support. I have checked with lsmod but no module named virtio is loaded.

    – phuclv
    Mar 17 '17 at 13:52
















0














Manual Chapter 6. Virtual networking:




The "Paravirtualized network adapter (virtio-net)" is special. If you select this, then VirtualBox does not virtualize common networking hardware (that is supported by common guest operating systems out of the box). Instead, VirtualBox then expects a special software interface for virtualized environments to be provided by the guest, thus avoiding the complexity of emulating networking hardware and improving network performance. Starting with version 3.1, VirtualBox provides support for the industry-standard "virtio" networking drivers, which are part of the open-source KVM project.







share|improve this answer
























  • I've read that before when I came to know about virtio. I'm not seeing how they are related here. Can you elaborate?

    – phuclv
    Mar 17 '17 at 11:57











  • Well it straight up tells you that's it not meant to replace "common" network interfaces like eth0 and eth1 but instead will work as a special device. Hence it shows up as virbr0 and you will have to configure it separately. With Linux you will probably have a way to simply rename the device file in case you're just concerned about the name but I'd advice against that, as certain software might act funky because they expect a standard network interface.

    – Seth
    Mar 17 '17 at 12:00











  • that's what I'm asking. I want to enable and configure it. Right now it has some IP address that's not related to the host and can't be reached by the host or any other VMs

    – phuclv
    Mar 17 '17 at 13:14











  • But it's not what your question says. What your question says is that you want to turn eth0/eth1 into a virtio-net device. From what I can tell you would configure them like you would any other of your network interfaces just that the name would be different. Did you actually try to configure the interface? If so, what errors did you encounter or similar? You probably should rework your question to actually show what you know and already tried and what your actual goal is.

    – Seth
    Mar 17 '17 at 13:24











  • I have no idea about how virtio works and how to configure it. I just want to use them for my VM. Names are not important, but the network path must be exactly like defined. I thought that it's just a network adapter like any others, but with specific virtualization support. I have checked with lsmod but no module named virtio is loaded.

    – phuclv
    Mar 17 '17 at 13:52














0












0








0







Manual Chapter 6. Virtual networking:




The "Paravirtualized network adapter (virtio-net)" is special. If you select this, then VirtualBox does not virtualize common networking hardware (that is supported by common guest operating systems out of the box). Instead, VirtualBox then expects a special software interface for virtualized environments to be provided by the guest, thus avoiding the complexity of emulating networking hardware and improving network performance. Starting with version 3.1, VirtualBox provides support for the industry-standard "virtio" networking drivers, which are part of the open-source KVM project.







share|improve this answer













Manual Chapter 6. Virtual networking:




The "Paravirtualized network adapter (virtio-net)" is special. If you select this, then VirtualBox does not virtualize common networking hardware (that is supported by common guest operating systems out of the box). Instead, VirtualBox then expects a special software interface for virtualized environments to be provided by the guest, thus avoiding the complexity of emulating networking hardware and improving network performance. Starting with version 3.1, VirtualBox provides support for the industry-standard "virtio" networking drivers, which are part of the open-source KVM project.








share|improve this answer












share|improve this answer



share|improve this answer










answered Mar 17 '17 at 11:54









SethSeth

6,31611128




6,31611128













  • I've read that before when I came to know about virtio. I'm not seeing how they are related here. Can you elaborate?

    – phuclv
    Mar 17 '17 at 11:57











  • Well it straight up tells you that's it not meant to replace "common" network interfaces like eth0 and eth1 but instead will work as a special device. Hence it shows up as virbr0 and you will have to configure it separately. With Linux you will probably have a way to simply rename the device file in case you're just concerned about the name but I'd advice against that, as certain software might act funky because they expect a standard network interface.

    – Seth
    Mar 17 '17 at 12:00











  • that's what I'm asking. I want to enable and configure it. Right now it has some IP address that's not related to the host and can't be reached by the host or any other VMs

    – phuclv
    Mar 17 '17 at 13:14











  • But it's not what your question says. What your question says is that you want to turn eth0/eth1 into a virtio-net device. From what I can tell you would configure them like you would any other of your network interfaces just that the name would be different. Did you actually try to configure the interface? If so, what errors did you encounter or similar? You probably should rework your question to actually show what you know and already tried and what your actual goal is.

    – Seth
    Mar 17 '17 at 13:24











  • I have no idea about how virtio works and how to configure it. I just want to use them for my VM. Names are not important, but the network path must be exactly like defined. I thought that it's just a network adapter like any others, but with specific virtualization support. I have checked with lsmod but no module named virtio is loaded.

    – phuclv
    Mar 17 '17 at 13:52



















  • I've read that before when I came to know about virtio. I'm not seeing how they are related here. Can you elaborate?

    – phuclv
    Mar 17 '17 at 11:57











  • Well it straight up tells you that's it not meant to replace "common" network interfaces like eth0 and eth1 but instead will work as a special device. Hence it shows up as virbr0 and you will have to configure it separately. With Linux you will probably have a way to simply rename the device file in case you're just concerned about the name but I'd advice against that, as certain software might act funky because they expect a standard network interface.

    – Seth
    Mar 17 '17 at 12:00











  • that's what I'm asking. I want to enable and configure it. Right now it has some IP address that's not related to the host and can't be reached by the host or any other VMs

    – phuclv
    Mar 17 '17 at 13:14











  • But it's not what your question says. What your question says is that you want to turn eth0/eth1 into a virtio-net device. From what I can tell you would configure them like you would any other of your network interfaces just that the name would be different. Did you actually try to configure the interface? If so, what errors did you encounter or similar? You probably should rework your question to actually show what you know and already tried and what your actual goal is.

    – Seth
    Mar 17 '17 at 13:24











  • I have no idea about how virtio works and how to configure it. I just want to use them for my VM. Names are not important, but the network path must be exactly like defined. I thought that it's just a network adapter like any others, but with specific virtualization support. I have checked with lsmod but no module named virtio is loaded.

    – phuclv
    Mar 17 '17 at 13:52

















I've read that before when I came to know about virtio. I'm not seeing how they are related here. Can you elaborate?

– phuclv
Mar 17 '17 at 11:57





I've read that before when I came to know about virtio. I'm not seeing how they are related here. Can you elaborate?

– phuclv
Mar 17 '17 at 11:57













Well it straight up tells you that's it not meant to replace "common" network interfaces like eth0 and eth1 but instead will work as a special device. Hence it shows up as virbr0 and you will have to configure it separately. With Linux you will probably have a way to simply rename the device file in case you're just concerned about the name but I'd advice against that, as certain software might act funky because they expect a standard network interface.

– Seth
Mar 17 '17 at 12:00





Well it straight up tells you that's it not meant to replace "common" network interfaces like eth0 and eth1 but instead will work as a special device. Hence it shows up as virbr0 and you will have to configure it separately. With Linux you will probably have a way to simply rename the device file in case you're just concerned about the name but I'd advice against that, as certain software might act funky because they expect a standard network interface.

– Seth
Mar 17 '17 at 12:00













that's what I'm asking. I want to enable and configure it. Right now it has some IP address that's not related to the host and can't be reached by the host or any other VMs

– phuclv
Mar 17 '17 at 13:14





that's what I'm asking. I want to enable and configure it. Right now it has some IP address that's not related to the host and can't be reached by the host or any other VMs

– phuclv
Mar 17 '17 at 13:14













But it's not what your question says. What your question says is that you want to turn eth0/eth1 into a virtio-net device. From what I can tell you would configure them like you would any other of your network interfaces just that the name would be different. Did you actually try to configure the interface? If so, what errors did you encounter or similar? You probably should rework your question to actually show what you know and already tried and what your actual goal is.

– Seth
Mar 17 '17 at 13:24





But it's not what your question says. What your question says is that you want to turn eth0/eth1 into a virtio-net device. From what I can tell you would configure them like you would any other of your network interfaces just that the name would be different. Did you actually try to configure the interface? If so, what errors did you encounter or similar? You probably should rework your question to actually show what you know and already tried and what your actual goal is.

– Seth
Mar 17 '17 at 13:24













I have no idea about how virtio works and how to configure it. I just want to use them for my VM. Names are not important, but the network path must be exactly like defined. I thought that it's just a network adapter like any others, but with specific virtualization support. I have checked with lsmod but no module named virtio is loaded.

– phuclv
Mar 17 '17 at 13:52





I have no idea about how virtio works and how to configure it. I just want to use them for my VM. Names are not important, but the network path must be exactly like defined. I thought that it's just a network adapter like any others, but with specific virtualization support. I have checked with lsmod but no module named virtio is loaded.

– phuclv
Mar 17 '17 at 13:52


















draft saved

draft discarded




















































Thanks for contributing an answer to Super User!


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1189642%2fhow-to-enable-virtio-in-virtualbox%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

How to reconfigure Docker Trusted Registry 2.x.x to use CEPH FS mount instead of NFS and other traditional...

is 'sed' thread safe

How to make a Squid Proxy server?