networking problem with vbox 2.1.4

Discussions related to using VirtualBox on Linux hosts.
Post Reply
onex
Posts: 1
Joined: 23. Feb 2009, 13:31

networking problem with vbox 2.1.4

Post by onex »

when i try to start a vbox-client with hostinterfacenetworking i get the following error:
Failed to open/create the internal network 'HostInterfaceNetworking-eth1' (VERR_SUPDRV_COMPONENT_NOT_FOUND).
Unknown error creating VM (VERR_SUPDRV_COMPONENT_NOT_FOUND).

Fehlercode: NS_ERROR_FAILURE (0x80004005)
Komponente: Console
Interface: IConsole {e3c6d4a1-a935-47ca-b16d-f9e9c496e53e}
this problem wasn't in earlier verions of my vbox-installation.
please help, because working with nat is horrible.

thanks in advance,
christian frey.
Harald
Posts: 7
Joined: 6. Feb 2009, 22:33

Post by Harald »

Have you upgraded to VBox 2.1.x recently? The host networking has changed quite a bit...

Anyway, probably the old virtual interface which is used to communicate with the guest has gone away. I think they should still be created during boot, but there may have been a problem due to installation. Now that installation is finished, you could check if they get created when you boot again, or after restarting the VBox networking (e.g. by running "/etc/init.d/virtualbox-ose restart" as root - this is for the open source edition, the command may be slightly different on your system).

But chances are that you don't need these interfaces anymore, you can now attach your VM directly to eth0 (or other physical interfaces). Have a look at the guest networking settings.

Bye,

Harald
Sasquatch
Volunteer
Posts: 17798
Joined: 17. Mar 2008, 13:41
Primary OS: Debian other
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Windows XP, Windows 7, Linux
Location: /dev/random

Post by Sasquatch »

The problem is that the VM points to a non-existing interface. Open the VM settings and change the interface it should use with Host Interface. You should only see your physical interfaces, which you can use.
Read the Forum Posting Guide before opening a topic.
VirtualBox FAQ: Check this before asking questions.
Online User Manual: A must read if you want to know what we're talking about.
Howto: Install Linux Guest Additions
Howto: Use Shared Folders on Linux Guest
See the Tutorials and FAQ section at the top of the Forum for more guides.
Try searching the forums first with Google and add the site filter for this forum.
E.g. install guest additions site:forums.virtualbox.org

Retired from this Forum since OSSO introduction.
Post Reply