When we select the public network, it will ask to select the network interface at runtime, so you can enter the details as below.
Vagrantfile:
--------------
config.vm.network "public_network", bridge: "Intel(R) Dual Band Wireless-AC 8260"
URL:
https://stackoverflow.com/questions/33250304/how-to-automatically-select-bridged-network-interfaces-in-vagrant
https://www.vagrantup.com/docs/networking/public_network.html
Vagrantfile:
--------------
config.vm.network "public_network", bridge: "Intel(R) Dual Band Wireless-AC 8260"
URL:
https://stackoverflow.com/questions/33250304/how-to-automatically-select-bridged-network-interfaces-in-vagrant
https://www.vagrantup.com/docs/networking/public_network.html
No comments:
Post a Comment