Disabled vagrant auto-configure of interface
This commit is contained in:
parent
6221cb2daf
commit
4fbf0dd50f
2
Vagrantfile
vendored
2
Vagrantfile
vendored
@ -26,7 +26,7 @@ Vagrant.configure("2") do |config|
|
|||||||
|
|
||||||
# Create a private network, which allows host-only access to the machine
|
# Create a private network, which allows host-only access to the machine
|
||||||
# using a specific IP.
|
# using a specific IP.
|
||||||
config.vm.network "private_network", ip: "192.168.33.3"
|
config.vm.network "private_network", ip: "192.168.33.3", auto_config: false
|
||||||
|
|
||||||
# Create a public network, which generally matched to bridged network.
|
# Create a public network, which generally matched to bridged network.
|
||||||
# Bridged networks make the machine appear as another physical device on
|
# Bridged networks make the machine appear as another physical device on
|
||||||
|
Loading…
Reference in New Issue
Block a user