I am using Vagrant to created Virtual Box images. Can anyone tell me the configuration I can set that the Virtual Box VM Network that attaches the VM to a Bridged Adapter before starting up.
I can set the following configuration in my Vagrantfile
, but it sets the Network adapter to NAT not bridged adapter that I need.
config.vm.network :public_network
Thank you
I had the same issue today, what I have really done using Vagrant 2.2.0, use this directive inside my Vagrantfile:
config.vm.network "public_network", bridge: "wlp3s0: Wi-Fi (Hackathon)"
it is also possible to use:
config.vm.network "public_network"
and Vagrant will ask whether you use WLAN or nic!IF THE
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With