Creating Network and DHCP Manager
New-VMSwitch -Name "InternalNAT" -SwitchType Internal
Get-NetAdapter
# make a note of iflindex
New-NetIPAddress -IPAddress 192.168.0.1 -PrefixLength 24 -InterfaceIndex 13
- Assign IP Addresses to the VMs using option 1 from here
Like this:
Like Loading...