0% found this document useful (0 votes)
35 views

Nested Virtualization

This document provides instructions to configure virtualization settings for a virtual machine named iLAB-SVR1. It describes enabling nested virtualization by setting the ExposeVirtualizationExtensions parameter to true for the iLAB-SVR1 virtual machine processor. It also describes enabling MAC address spoofing by setting the MacAddressSpoofing parameter to On for the network adapter of the iLAB-SVR1 virtual machine.

Uploaded by

songaco
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as RTF, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
35 views

Nested Virtualization

This document provides instructions to configure virtualization settings for a virtual machine named iLAB-SVR1. It describes enabling nested virtualization by setting the ExposeVirtualizationExtensions parameter to true for the iLAB-SVR1 virtual machine processor. It also describes enabling MAC address spoofing by setting the MacAddressSpoofing parameter to On for the network adapter of the iLAB-SVR1 virtual machine.

Uploaded by

songaco
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as RTF, PDF, TXT or read online on Scribd
You are on page 1/ 1

1.

Enable Nested Virtualization cho SVR1:

Set-VMProcessor -VMName iLAB-SVR1 -ExposeVirtualizationExtensions $true

2. Enable MAC Address Spoofing

Get-VMNetworkAdapter -VMName iLAB-SVR1 | Set-VMNetworkAdapter -MacAddressSpoofing On

You might also like