I am doing network protocol development and have always created my vms by hand. I'm trying to do this with vagrant to make it easier to bootstrap test networks, but am not clear on how to get what I need.
My setup is multiple hosts defined in the vagrant file, each connected to the natted 'share with my mac' network on eth0 and then connected to one or more different private networks (vmnet2,vmnet3,...) depending on the topology I'm creating. On virtualbox I can say: r0.vm.network :private_network, type: "dhcp", virtualbox__intnet: "named-network-<n>" what's the correct syntax for vmware? r0.vm.network :private_network, type: "dhcp", "vmnet2" thanks! dan -- This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidelines may result in your removal from this mailing list. GitHub Issues: https://github.com/mitchellh/vagrant/issues IRC: #vagrant on Freenode --- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/vagrant-up/e1202fa6-7093-489c-b8db-526eadcd6fb6%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
