From bf8018d874a828676e179beceaf217135d1bed37 Mon Sep 17 00:00:00 2001 From: Dan Bode Date: Thu, 1 Nov 2012 23:35:42 -0700 Subject: [PATCH] Add 3rd interface Just in case I need it. --- Vagrantfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Vagrantfile b/Vagrantfile index dfa6007..61cf3f1 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -90,6 +90,7 @@ Vagrant::Config.run do |config| # host only network agent.vm.network :hostonly, props['ip1'], :adapter => 2 agent.vm.network :hostonly, props['ip1'].gsub(/(\d+\.\d+)\.\d+\.(\d+)/) {|x| "#{$1}.1.#{$2}" }, :adapter => 3 + agent.vm.network :hostonly, props['ip1'].gsub(/(\d+\.\d+)\.\d+\.(\d+)/) {|x| "#{$1}.2.#{$2}" }, :adapter => 4 #agent.vm.customize ["modifyvm", :id, "--nicpromisc1", "allow-all"] # natted network #agent.vm.customize ["modifyvm", :id, "--nic3", "hostonly"]