-
Notifications
You must be signed in to change notification settings - Fork 166
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
VM Network Mappings #209
Comments
Hi, I have the exact same question, also need this. Otherwise, need a copy of each source template/vm for each port group. |
This functionality exists after all, with the "vlan" setting. Just set it to the desired network / port group name. |
Thank you @voiprodrigo ! You are right. But i wanted to configure multiple network mappings and not just for 1st NIC. Say if i have 2 NICs, i want NIC1 to be mapped to PortGroup1 and NIC2 to be mapped to PortGroup2. I did the following changes to work in my setup: In lib/vSphere/action/clone.rb:
|
Have a look at my pull request #210 It adds comprehensive support for multiple nics and configuring them just the way you want. I use it to configure virtual routers that have 10 nics and connect to a number of different port groups. |
I want to deploy a VM on an ESXI server. VM has 3 network interfaces.
When the VM is deployed on ESXI server by Vagrant, How can i map those network interfaces to use the port-groups (networks) on that ESXI server? I'm unable to find any way to do it using Vagrant.
Because of this, Vagrant is unable to SSH into the VM, as the VM's network interfaces are mapped to some port-groups (junk).
test-vm-1: Warning: Authentication failure. Retrying...
The text was updated successfully, but these errors were encountered: