Opened 11 years ago
Closed 11 years ago
#12704 closed defect (worksforme)
Issue creating internal network
Reported by: | KintaroBC | Owned by: | |
---|---|---|---|
Component: | network | Version: | VirtualBox 4.3.6 |
Keywords: | intnet networking | Cc: | |
Guest type: | Linux | Host type: | Linux |
Description
I can't create an internal network for my virtual machine.
NIC 1: MAC: 080027CC4E07, Attachment: Bridged Interface , Cable connected: on, Trace: off (file: none), Type: Am79C973, Reported speed: 0 Mbps, Boot priority: 0, Promisc Policy: deny, Bandwidth group: none NIC 2: MAC: 0800272CAF14, Attachment: Internal Network 'intnet', Cable connected: on, Trace: off (file: none), Type: 82543GC, Reported speed: 0 Mbps, Boot priority: 0, Promisc Policy: deny, Bandwidth group: none
Waiting for VM "Sardis" to power on... VBoxManage: error: Failed to open/create the internal network 'HostInterfaceNetworking-' (VERR_INVALID_PARAMETER) VBoxManage: error: Details: code NS_ERROR_FAILURE (0x80004005), component Console, interface IConsole
Attachments (1)
Change History (7)
comment:1 by , 11 years ago
comment:2 by , 11 years ago
I'm having the same problem with NAT.
john@hyrba ~]$ VBoxManage modifyvm Sardis --nic2 nat [john@hyrba ~]$ VBoxManage startvm Sardis --type headless Waiting for VM "Sardis" to power on... VBoxManage: error: Failed to open/create the internal network 'HostInterfaceNetworking-' (VERR_INVALID_PARAMETER). VBoxManage: error: Failed to attach the network LUN (VERR_INVALID_PARAMETER) VBoxManage: error: Details: code NS_ERROR_FAILURE (0x80004005), component Console, interface IConsole [john@hyrba ~]$ VBoxManage showvminfo Sardis | grep NIC NIC 1: MAC: 08002717FA3B, Attachment: Bridged Interface '', Cable connected: on, Trace: off (file: none), Type: 82540EM, Reported speed: 0 Mbps, Boot priority: 0, Promisc Policy: deny, Bandwidth group: none NIC 2: MAC: 080027D6FBA4, Attachment: NAT, Cable connected: on, Trace: off (file: none), Type: 82540EM, Reported speed: 0 Mbps, Boot priority: 0, Promisc Policy: deny, Bandwidth group: none NIC 2 Settings: MTU: 0, Socket (send: 64, receive: 64), TCP Window (send:64, receive: 64) NIC 3: disabled NIC 4: disabled NIC 5: disabled NIC 6: disabled NIC 7: disabled NIC 8: disabled
comment:3 by , 11 years ago
It happens with VirtualBox 4.1, 4.2, and 4.3. The distribution is CentOS 6.5.
comment:4 by , 11 years ago
It turns out this is a problem with the bridged adapter. I misinterpreted the error message, NAT and host only seem to work fine.
comment:5 by , 11 years ago
Attachment: Bridged Interface ''
You have not defined the Bridged Interface name. Typically eth0, Etc.
comment:6 by , 11 years ago
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Right, the interface name is missing.
Please attach the .xml file of this machine to this ticket.