Opened 15 years ago
Closed 14 years ago
#6341 closed defect (fixed)
Host only network not persistent across vboxdrv reload on Linux => Fixed in SVN
Reported by: | kalif | Owned by: | |
---|---|---|---|
Component: | network/hostif | Version: | VirtualBox 3.1.6 |
Keywords: | host only network vboxnet | Cc: | |
Guest type: | other | Host type: | Linux |
Description
I've created a new interface vboxnet1, this interface is not persistent across reboot/vboxdrv reload If I add it again from the graphical console, every field is already set as i previously did; it seems that VirtualBox store the vboxnet1 configuration somewhere, but it doesn't create the interface automatically on startup.
Change History (15)
comment:1 by , 15 years ago
comment:2 by , 15 years ago
Confirmed. v3.1.4 running Fedora 12/x86_64. Current user is a member of the vboxusers group.
- Gilboa
comment:4 by , 15 years ago
Component: | network → network/hostif |
---|---|
Version: | VirtualBox 3.1.4 → VirtualBox 3.1.6 |
comment:5 by , 15 years ago
Confirmed on VirtualBox 3.1.6 running on openSuse 11.2 2.6.31.12-0.1-default kernel.
Any host-only interfaces except the first one (vboxnet0) don't show up again after a restart of the service or the host. The interface settings persist in the VirtualBox.xml file.
comment:6 by , 15 years ago
Confirmed on 3.1.6 r59338 running on RedHat EL5 2.6.18-128.el5PAE #1 SMP Wed Dec 17 12:02:33 EST 2008 i686 i686 i386 GNU/Linux
comment:7 by , 15 years ago
Confirmed. Bug still not fixed in the upcoming release 3.1.8 but we hope to get a fix into 3.2.0.
comment:8 by , 15 years ago
Found a little workaround for this bug: I added the line /usr/lib/virtualbox/VBoxNetAdpCtl add in the init scripts, one line for each adapter previously configured. In this way the devices are created at boot time.
comment:14 by , 14 years ago
Summary: | Host only network not persistent across vboxdrv reload on Linux → Host only network not persistent across vboxdrv reload on Linux => Fixed in SVN |
---|
This bug will be finally fixed in the next maintenance release.
comment:15 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Running VirtualBox as non root user, anyway the user is in the vboxusers group