Add private network for inter VM communication

This commit is contained in:
Jan Dittberner 2016-01-29 16:52:14 +01:00
parent 2018520646
commit a03a00e61b
1 changed files with 1 additions and 0 deletions

1
Vagrantfile vendored
View File

@ -31,6 +31,7 @@ Vagrant.configure(2) do |config|
# Create a private network, which allows host-only access to the machine
# using a specific IP.
# config.vm.network "private_network", ip: "192.168.33.10"
config.vm.network "private_network", ip: "172.16.3.2"
# Create a public network, which generally matched to bridged network.
# Bridged networks make the machine appear as another physical device on