Hello,
I'm trying to get three VLANs running on a 2012 R2 Hyper-V server with a single NIC.
I have about 20 VMs that are going to run on the host, and I need to ensure that they're split into three groups that can't see or communicate with each other in any way at all.
I attempted to just create three virtual switches, and then realised I couldn't have more than one virtual switch on a single physical NIC.
Adding other NICs isn't an issue - this single NIC needs to be shared with the host operating system, and ideally if it's also not able to be seen by the VMs that would be best.
Thanks.