VBoxManage.exe modifyvm Network settings are not saved

Discussions related to using VirtualBox on Windows hosts.
Post Reply
yut148
Posts: 3
Joined: 19. Nov 2015, 06:40

VBoxManage.exe modifyvm Network settings are not saved

Post by yut148 »

I After running this command can not be executed GuestOS.
I want to set the IP(by dhcp) address to the network No. 4.

"C:\Program Files\Oracle\VirtualBox\VBoxManage.exe" controlvm hostname poweroff
"C:\Program Files\Oracle\VirtualBox\VBoxManage.exe" modifyvm hostname --nic4 bridged --bridgeadapter4 eth2 --nicpromisc4 allow-all
"C:\Program Files\Oracle\VirtualBox\VBoxManage.exe" startvm hostname


(you to read as the hostname to VirtualBOX Guest machine name)

After running the startvm, are the following display
Display of Japanese dialog
次の物理ネットワークインターフェースが見つからないので、仮想マシンdefaultを開始できません:

english language
Since missing the following physical network interface, you can not start a virtual machine hostname:

I do not have a of EnglishVersion VirtualBOX
English messages do not know exactly

Only network No. 4 settings can be, but does not start the machine.

But I can run on GUI.
progress bar is displayed in the GUI.
progress bar In the GUI is displayed for a little while.
Is it possible start I have to change the network settings in this command ?

Guest OS Version
CentOS 6.4

I I think that event is not related to the GuestOS.
mpack
Site Moderator
Posts: 39134
Joined: 4. Sep 2008, 17:09
Primary OS: MS Windows 10
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Mostly XP

Re: VBoxManage.exe modifyvm Network settings are not saved

Post by mpack »

It seems to me that you are trying to bridge to a host NIC named "eth2", however that is the NIC device naming convention used on Linux hosts.

However, you have posted in "Windows Hosts", plus your command line clearly shows the command prompt of a Windows Host.

So we appear to have a contradiction here. If you stated the problem accurately then the error message seems correct to me.
yut148
Posts: 3
Joined: 19. Nov 2015, 06:40

Re: VBoxManage.exe modifyvm Network settings are not saved

Post by yut148 »

Thank you for your reply.
It had given a false recognition. :)
eth2 it is decided, for example.
Work with other names are the same.
This problem has occurred in the Windows 7.

Dialog is displayed after you run this command.
"C:\Program Files\Oracle\VirtualBox\VBoxManage.exe" startvm hostname
1.PNG
1.PNG (13.24 KiB) Viewed 1455 times
Will you not be able to perform the same operation on the command and click on the "Change Network Settings" button ?
Post Reply