You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When starting a Virtualbox machine with a "public_network" aka. bridged network interface, on the command line a prompt is shown to choose the host computer's interface that should be bridged.
in vagrant manager this causes a "errors occured" message instead of a input box to choose the interface.
The text was updated successfully, but these errors were encountered:
We are still looking into this. Vagrant expects a TTY for choosing the interface to bridge to, and we haven't been able to find a way to inject input to that prompt.
for now, take a look at the Default Network Interface section in the vagrant docs:
If more than one network interface is available on the host machine, Vagrant will ask you to choose which interface the virtual machine should bridge to. A default interface can be specified by adding a :bridge clause to the network definition.
When starting a Virtualbox machine with a "public_network" aka. bridged network interface, on the command line a prompt is shown to choose the host computer's interface that should be bridged.
in vagrant manager this causes a "errors occured" message instead of a input box to choose the interface.
The text was updated successfully, but these errors were encountered: