I use a different way, and works.. can you test? I agree you have the same
that is on the manual.

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

so in your case:

config.vm.network :public_network, :bridge => 'en0: Wi-Fi (AirPort)'
On Thu, Oct 23, 2014 at 5:01 AM, Steven <[email protected]> wrote:

> The documentation (here
> <https://docs.vagrantup.com/v2/networking/public_network.html>) states
> that a default network interface can be selected by putting this into the
> Vagrantfile:
>
>  config.vm.network "public_network", bridge: 'en1: Wi-Fi (AirPort)'
>
>
> So I put it into the config like this:
>
>  config.vm.network "public_network", bridge: 'en0: Wi-Fi (AirPort)'
>
> But at "vagrant up" I'm still asked to choose the bridge from the list:
>
>  ==> default: Available bridged network interfaces:
> 1) en0: Wi-Fi (AirPort)
> 2) en1: Thunderbolt 1
> 3) en2: Thunderbolt 2
> 4) p2p0
> 5) awdl0
> 6) bridge0
>
> How do you set a default bridge? Or is this a bug?
>
> --
> You received this message because you are subscribed to the Google Groups
> "Vagrant" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Vagrant" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to