Skip to content

Commit 36a16b5

Browse files
author
Syrus
committed
removed netmask for private network so it uses default
1 parent a9a7b54 commit 36a16b5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Vagrantfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
4444
# running a private network eliminates the chances of conflicting with the network you are connected to.
4545
# this is particularly useful when you want to run the vm on your laptop and endup being on various networks
4646
# or even no network connectivity
47-
config.vm.network :private_network, ip: "192.168.99.100", netmask: "255.255.255.255"
47+
config.vm.network :private_network, ip: "192.168.99.100"
4848

4949
# Create a public network, obtain it's ip through dhcp and bridge it through host's en0
5050
# config.vm.network :public_network, :bridge => 'en0: Ethernet'

0 commit comments

Comments
 (0)