How to modify BridgedInterface in vboxmanage

Discussions related to using VirtualBox on Windows hosts.
Post Reply
HaotongYang
Posts: 32
Joined: 25. Aug 2021, 21:39

How to modify BridgedInterface in vboxmanage

Post by HaotongYang »

Hello everyone,
I'm doing a vboxmanage interfaceless operation.
After creating a guest with vboxmanare, change the network to bridge mode. I found that I can't start. After checking, the name of the network card in bridge mode is not selected. How to modify the name of the bridge network card through vboxmmage.
Looking forward to your answers.
Attachments
222222222222222.png
222222222222222.png (74.42 KiB) Viewed 660 times
111111111111111.png
111111111111111.png (86.36 KiB) Viewed 660 times
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: How to modify BridgedInterface in vboxmanage

Post by mpack »

I would guess that the "VBoxManage modifyvm bridgeadapterN <devicename>" command would be useful here. See user manual section 8.8.2.
HaotongYang
Posts: 32
Joined: 25. Aug 2021, 21:39

Re: How to modify BridgedInterface in vboxmanage

Post by HaotongYang »

mpack wrote:I would guess that the "VBoxManage modifyvm bridgeadapterN <devicename>" command would be useful here. See user manual section 8.8.2.
Yes, this is it. Thanks for your answer.
Post Reply