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