Can I instantiate a multi nic vm in a devtest lab environment?

118 Views Asked by At

Can I have multiple nics and assign them to the devtest lab vm ? Can I specify the Lab virtual network CIDR ? Can I set subnet address range ?

1

There are 1 best solutions below

0
On

Hello and welcome to Stack Overflow!

  • Yes, you can attach multiple NICs to a DevTest lab VM, capped at the number supported by the VM size (Windows/Linux).
  • Note that the (existing/new) network interface must be in the same virtual network as the VM.
  • You can provision subnets with the desired ranges and select any one if you're creating the new NIC.

For example:

Create Network Interface

Hope this helps.