Hello Everyone,
I have the following on a Ws2012r2 Hyper-V host
- Private Virtual Switch
- Ws2012r2 VM with a network adapter configured as Access with VLAN 10
- Ws2012r2 VM with a network adapter configured as Trunk with VLAN 10 and Native VLAN 2
I want the second VM to be able to take the trunk, split its VLANs and communicate with the first one through VLAN 10.
I've verified that using the second VM's NIC as access with VLAN 10, I can communicate (Which means the first VM is configured OK)
But I can't make the Trunk work.
Bellow is the NIC configuration:
In the Hyper-V host:
> Get-VMNetworkAdapterVlan -VMName "TestRouterGen1"VMName VMNetworkAdapterName Mode VlanList
------ -------------------- ---- --------
TestRouterGen1 Trunk Clientes Trunk 2,10
I've also tried enabling the (NIC teaming) option in the adapter properties of the VM.
In the Guest VM:
I've created a NIC teaming with the Network Adapter, and then added a secondary interface to the team and specified to use VLAN 10.
But both show up as "Network cable unplugged"
Am I missing something here?
Any help would be greatly appreciated.
Thanks
Ed