I assume you have already installed vagrant and virtual box on your windows PC. This is the vagrant file I have used to create multiple vagrant centos7 box in my private network for testing purposes. I have used following configuration in Vagrant file # -*- mode: ruby -*- # vi: set ft=ruby : Vagrant.configure("2") do … Continue reading Create multiple vagrant machines in private network on your windows PC
Category: vagrant