[vagrant-up] how to change network subnet 10.0.2.0/24 for network created by vagrant by default ?

2016-10-12 Thread Bruno Ricci
Hello when I create a new VM with vagrant for VirtualBox, Vagrant create a forwarded port 22 -> in subnet 10.0.2.0/24. it is a problem for me since 10.0.2.0/16 is already is the current subnet of my local network Is there a way/parameter to change the subnet in which the first network (to

Re: [vagrant-up] how to change network subnet 10.0.2.0/24 for network created by vagrant by default ?

2016-10-12 Thread Bruno Ricci
grant doesn't create the network, its VirtualBox. > > Try this: > > Vagrant.configure(2) do |config| > > config.vm.box = "hashicorp/precise64" > > config.vm.provider "virtualbox" do |v| > > v.customize ["modifyvm", :id, "--n