On Thu, Mar 13, 2014 at 3:23 AM, Michael Moscardini
<[email protected]>wrote:
>
> Vagrant.configure("2") do |config|
> config.vm.box = "mavericks"
> config.vm.guest = "darwin"
> config.vm.network "public_network", :mac => "<macaddress>"
> config.ssh.host = "<dns name>"
> config.vm.provider "vmware_fusion" do |v|
> v.gui = true
> end
>
Hi
I am not a user of vagrant with vmware, but checking iwth a sample
vagrantfile, seem syou can define the network inside the vmware block.
check this.
https://coderwall.com/p/_meqfg
hope this helps.
--
You received this message because you are subscribed to the Google Groups
"Vagrant" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.