What should I add in Vagrant file to prevent asking (after vagrant up command)
Which interface should the network bridge to?
I simply just took out the config.vm.network :public_network from the vagrant config file.
And vagrant booted up without asking me that weird question about bridge interface to connect to the internet.