Skip to content

Latest commit

 

History

History
107 lines (53 loc) · 3.61 KB

File metadata and controls

107 lines (53 loc) · 3.61 KB

Domain Joining

Summary:

This walkthrough will configure the Windows VMs to join the domain we created.

Right click the network icon in the system tray and select Open Network & Internet settings.

image.png

Select Ethernet.

image.png

Select Edit IP Assignment

image.png

Change IP settings to Manual.

image.png

Make the following changes. Set IP address of the VM to 10.0.1.2. The subnet mask is 255.255.255.0. The default gateway is the IP of the adaptor on the router for this network segment (10.0.1.1). Then Preferred DNS is the IP address of your domain controller (10.0.1.3) and select Save.

image.png

Start to type in “Domain” in the search bar. Then select “Access work or school”.

image.png

Select Connect.

image.png

Select “Join this device to a local Active Directory domain”. Ignore the email address box.

image.png

Type in the name of the domain and select Next.

image.png

Log in to the Administrator account you set up on your domain controller and select OK.

image.png

Change the account type to Administrator and select Next.

image.png

Restart the VM.

image.png

Once the Windows VM has restarted, go to your Domain Controller and select Tools and then select “Active Directory Users and Computers”.

image.png

Select Computers and you should see the VM you just added to the domain.

image.png

Congrats! your VM has successfully joined the domain.

Optional: Connect to Network Share

Log in to the Windows VM. Be sure to include the domain name followed by a back slash before the username, as seen below (ECORP\administrator).

Untitled

The first time you log into a domain account it will go through the normal set up.

Untitled

Once it has completed, type in “user” in the search window and select “Change User Account Control”.

Untitled

Highlight Users and double-click Administrator and fill in the passwords. This is a local admin account. The password can be different than the domain account.

Untitled

Highlight Groups and double-click Administrator. Type one of the domain accounts you created on the domain controller and then select Check Names and select OK.

Untitled

Open file explorer and select Network. You should see the domain controller you created.

Untitled

Double click it. You may be prompted to log in. Use a domain account.

Untitled

You should see the file share you created on the domain controller.

Untitled

Repeat the same steps on the other Windows VM.

Conclusion

Congrats!!! You have successfully set up your lab environment. In future exercises we will conduct attacks and analyze them. Now go to part 5 and configure additional software on your Windows VMs.