Microsoft

2. Create a virtual switch, add a virtual network adapter to connect the VM to the switch, and enable NAT on the network adapter that has the public interface by typing the following commands and pressing ENTER. New-VMSwitch "InternetSwitch" -NetAdapterName "Internet" Add-VMNetworkAdapter -VMName MTCloudGW -Name ExtNic -SwitchName InternetSwitch ................
................