I have a vmware esxi host which I have successfully used to create vms in a multi-machine Vagrantfile. Unfortunately, our network policy limits the number of active MACs we can use, so I’m trying to deploy without having to create a public IP for each guest created.
Are there any supported options for deploying this way? Or a way to specify that vagrant should use a specific IP and port to interacted directly with guests?
I have a router set up with a public IP and port forwarding, so if I can direct vagrant to use that to administer guests, then their MACs are never exposed outside my virtual network.