I am trying to get a vagrant box up and running, but I keep getting network collide errors. This box is a fresh download of trusty64. I have been searching every file and folder
I had the same issue when I was working from home so what I did on my Vagrantfile was:
Vagrantfile
# app.vm.network :private_network, ip: '10.0.0.07' # work app.vm.network :private_network, ip: '192.168.56.77' # home
and I comment/uncomment depending on where I am.