Opened 8 years ago
Last modified 8 years ago
#15534 new defect
VBoxManage hostonlyif ipconfig vboxnet1 --dhcp leads to error
| Reported by: | manschenk | Owned by: | |
|---|---|---|---|
| Component: | network/hostif | Version: | VirtualBox 5.0.22 |
| Keywords: | dhcp hostif | Cc: | |
| Guest type: | Linux | Host type: | Linux |
Description
Host type: Debian jessie amd64
Trying to configure vboxnet1 to use dhcp after creating it leads to the following error:
VBoxManage: error: Code NS_ERROR_NOT_IMPLEMENTED (0x80004001) - Not implemented (extended info not available) VBoxManage: error: Context: "EnableDynamicIPConfig()" at line 210 of file VBoxManageHostonly.cpp
Steps to reproduce:
- create hostonlyif with VBoxManage hostonlyif create
- call VBoxManage hostonlyif ipconfig vboxnet1 --dhcp (replace vboxnet1 by the name you get from VBoxManage list hostonlyifs after creating it.
Using the VBoxNetworkName: ( HostInterfaceNetworking-vboxnet1 ) instead of vboxnet1 did not change anything.
Note:
See TracTickets
for help on using tickets.


Still same problem with VirtualBox 5.0.24