Nope doesn't work either, no error but have to select manually still. Am Mittwoch, 22. Oktober 2014 22:54:17 UTC+2 schrieb Alvaro Miranda Aguilera: > > 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] <javascript:>> > 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] <javascript:>. >> 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.
