Page 1 of 1

How to modify BridgedInterface in vboxmanage

Posted: 24. Mar 2022, 10:30
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.

Re: How to modify BridgedInterface in vboxmanage

Posted: 24. Mar 2022, 12:12
by mpack
I would guess that the "VBoxManage modifyvm bridgeadapterN <devicename>" command would be useful here. See user manual section 8.8.2.

Re: How to modify BridgedInterface in vboxmanage

Posted: 24. Mar 2022, 12:57
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.