Forum Discussion
ErwinManuel
Mar 27, 2020Brass Contributor
Internet issues with Nested Virtualization Hyper-V VMs when publishing template
On a number of occassions when we deploy an existing template or publish a template for our Hyper-V classes, the Hyper-V VMs lose the ability to connect to the internet. After some playing around I f...
- Apr 01, 2020
The change has been merged into the official script. https://github.com/Azure/azure-devtestlab/commit/7da56e5fce7524ba8be3a8f1369b50452a8d0e11
Thanks,
Elizabeth
planetmaher
Microsoft
Mar 27, 2020
I'm sorry to hear that you are experiencing issues with the enable nested virtualization script. It sounds like you found a work-around at least?
Does this happen when you publish a template with a shared username/password or when you publish a template where the student sets their own password? I would like to do a little experimenting on my end and update the script. Maybe add your solution to the official script?
Thanks,
Elizabeth
- ErwinManuelMar 29, 2020Brass ContributorHi Elizabeth
Yes, the workaround is working well. The template is using a shared username and password.
Cheers
Erwin.- planetmaherMar 31, 2020
Microsoft
Thanks for the information. I'm the glad you found an effective work-around.
I did a little research, and I think adding
Set-Service -Name WinNat -StartupType Automaticwill fix the problem. It's essentially the same thing your workaround does. I'm going to do a little more testing and then submit a fix to the official script. I'll update this thread when this is done.Thank you for bring this issue to our attention. I appreciate it.Thanks,Elizabeth- ErwinManuelMar 31, 2020Brass Contributor