AWS Classroom Series – 29/Jan/2020

Creating Network and DHCP Manager

  • Reference from here
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

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

About learningthoughtsadmin