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
ErwinManuel
Mar 29, 2020Brass Contributor
Hi Elizabeth
Yes, the workaround is working well. The template is using a shared username and password.
Cheers
Erwin.
Yes, the workaround is working well. The template is using a shared username and password.
Cheers
Erwin.
planetmaher
Microsoft
Mar 31, 2020
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 Automatic
will 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
- planetmaherApr 01, 2020
Microsoft
The change has been merged into the official script. https://github.com/Azure/azure-devtestlab/commit/7da56e5fce7524ba8be3a8f1369b50452a8d0e11
Thanks,
Elizabeth
- ErwinManuelApr 02, 2020Brass Contributor