Merge pull request #3 from srgvg/patch-2

Increment IP address for freebsd6 node
This commit is contained in:
Bryan Black 2018-05-11 12:56:35 -07:00 committed by GitHub
commit 3429946ed0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -47,7 +47,7 @@ Vagrant.configure("2") do |config|
freebsd6.vm.box = "freebsd/FreeBSD-11.1-RELEASE"
freebsd6.vm.box_version = "2017.07.21"
freebsd6.vm.hostname = "freebsd6"
freebsd6.vm.network "private_network", ip: "192.168.33.150"
freebsd6.vm.network "private_network", ip: "192.168.33.160"
freebsd6.ssh.shell = "sh"
freebsd6.vm.base_mac = "080027D14C66"
end