Hello,
I am using Virtualbox 2.2.2 on a Windows Vista host. I am blind, and as a result, the virtualbox GUI does not work for me. I am trying to use vboxmanage to establish a ubuntu virtual machine. The only part I am stuck on is how to set my bridged network device. I know the command line to do this, but I don't know what to put in for the network device. As I understand it, the GUI gives you a drop-down list of devices to choose from. How can I do this from the command-line if I don't know the device name? Is there a way to list detected network devices from the command-line. I looked at the docs, but couldn't find anything.
determining bridge network device using vboxmanage
-
baf
- Volunteer
- Posts: 829
- Joined: 27. Sep 2008, 06:18
- Primary OS: Mac OS X Leopard
- VBox Version: VirtualBox+Oracle ExtPack
- Guest OSses: linux,xp,win7
- Location: Luleå or Skellefteå, Sweden
Re: determining bridge network device using vboxmanage
I think that:
Gives what you need
For me it should be
Code: Select all
VBoxManage --nologo list bridgedifsCode: Select all
Name: en0: Ethernet
GUID: 00306e65-0000-4000-8000-001b632e0a89
Dhcp: Disabled
snipped here
For me it should be
Code: Select all
en0: EthernetSome say: "You learn as long as you live".
My way: "You live as long as you learn".
My way: "You live as long as you learn".
-
nick.kirby
- Posts: 2
- Joined: 14. Apr 2009, 13:48
- Primary OS: MS Windows Vista
- VBox Version: OSE other
- Guest OSses: WinXP
Re: determining bridge network device using vboxmanage
Hello, I'm having that exact same issue:
When I run the command:
vboxmanage list bridgedifs the output is:
NVIDIA nForce 10/100/1000 Mbps Ethernet - there is no en0 or any reference to a linux-style eth0 name.
I have tried entering the full string above into the bridgedadapter1 parameter
(like this: --bridgeadapter1 "NVIDIA nForce 10/100/1000 Mbps Ethernet")
and it does appear within the console output, however the VM fails to start and instead returns:
Result Code:
VBOX_E_HOST_ERROR (0x80BB0008)
Component:
Console
Interface:
IConsole {9511bc54-15ee-4ddf-808e-472aba03809c}
I would be grateful if someone could kindly point me towards what I should be setting this interface value to and where I am going wrong.
Many thanks.
When I run the command:
vboxmanage list bridgedifs the output is:
NVIDIA nForce 10/100/1000 Mbps Ethernet - there is no en0 or any reference to a linux-style eth0 name.
I have tried entering the full string above into the bridgedadapter1 parameter
(like this: --bridgeadapter1 "NVIDIA nForce 10/100/1000 Mbps Ethernet")
and it does appear within the console output, however the VM fails to start and instead returns:
Result Code:
VBOX_E_HOST_ERROR (0x80BB0008)
Component:
Console
Interface:
IConsole {9511bc54-15ee-4ddf-808e-472aba03809c}
I would be grateful if someone could kindly point me towards what I should be setting this interface value to and where I am going wrong.
Many thanks.
-
nick.kirby
- Posts: 2
- Joined: 14. Apr 2009, 13:48
- Primary OS: MS Windows Vista
- VBox Version: OSE other
- Guest OSses: WinXP
Re: determining bridge network device using vboxmanage
Well I'll be a turnip. I was missing a space at the end of the adapter name.