Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bridged Network Interface causes an "error" #53

Open
wolfgang-reutz opened this issue Nov 19, 2014 · 2 comments
Open

Bridged Network Interface causes an "error" #53

wolfgang-reutz opened this issue Nov 19, 2014 · 2 comments

Comments

@wolfgang-reutz
Copy link

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.

@chriswayoub
Copy link
Member

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.

@amitailanciano
Copy link
Member

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.

config.vm.network "public_network", bridge: 'en1: Wi-Fi (AirPort)'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants