You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this project, I used Active Directory and Virtual Machines to enable generated client users to access the internet via domain controller and the virtual private network. I created one Virtual Machine to install Active Directory and to create a domain. Then I setup a NAT/RAS so clients on the private network can access the Internet through the domain controller. Then I setup a DHCP server so new users will automatically be leased an IP address when creating a Windows 10 machine. Then ran a Powershell scipt to create 1000 users in Active Directory. I created another Virtual Machine to install Windows 10, connected this machine to the domain, logged into one of the generated user accounts to test if domain controlled properly leased an IP address so that the clients can access the Internet. This project can simulate a corporate network where new hires are given domain credentials to login into a corporate computer. Another scenario that this lab can be applied is for students that given a unique student ID to login into the school's computer, accessing the private virtual network.
Languages and Utilities Used
PowerShell
Active Directory
CMD
Environments Used
Windows 10
Microsoft Server
VirtualBox
Lab walk-through:
Creating the VM (Server and Client):
Rename Ethernet Adapters and Set Internal NIC to desired IP,Mask,Gateway,DNS
Configure Local Server to install Active Directory Domain Services, Remote Access, DHCP Server
Run Powershell script to create over 1000 user accounts
Created second VM and gave it admin access, seeing if the domain controller properly leased an IP address
Confirmed the created users and see that client computer is being properly recognized in Active Directory
Confirmed the connectivity of the client computer to the Internet