We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9a7b54 commit 36a16b5Copy full SHA for 36a16b5
1 file changed
Vagrantfile
@@ -44,7 +44,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
44
# running a private network eliminates the chances of conflicting with the network you are connected to.
45
# this is particularly useful when you want to run the vm on your laptop and endup being on various networks
46
# or even no network connectivity
47
- config.vm.network :private_network, ip: "192.168.99.100", netmask: "255.255.255.255"
+ config.vm.network :private_network, ip: "192.168.99.100"
48
49
# Create a public network, obtain it's ip through dhcp and bridge it through host's en0
50
# config.vm.network :public_network, :bridge => 'en0: Ethernet'
0 commit comments