Milestone #11: Domain Provisioning - wAlber47/Tech-Journal GitHub Wiki

This page displays the deliverables for this milestone, rather than documentation. As the documentation is fairly straightforward in terms of running ansible playbooks and deploying new virtual machines.

File Server

Firstly, create a new VM named fs-blue4:

image

Place the VM on the blue4-wan network, leave it powered off:

image

Make the static addressing for the machine, using our vyos-utils:

image

Couldn't get this to work no matter what I tried, so I just manually entered them and would circle back later to figure this out:

image

Then, start the VM and wait for it to get an IP Address, runing ipconfig /all on fs-blue4:

image

Running the windows-networking.yaml playbook with the windows.yaml inventory file that adjusts the IP to static:

image

Re-running ipconfig /all on fs-blue4 to check that DHCP isn't enabled:

image

Domain Joiner

Successfully Running Playbook:

image

Running Get-ADComputer on dc-blue4, showing that fs01 is joined and in the correct OU:

image

SSH into fs-blue4 using the deployer domain account:

image

WKS01 + WKS02

Deploying two Windows 10 Linked Clones to Blue4-WAN:

image image

Using 480utils.ps1 to get the IP Address of the systems:

image image

Running Domain Joiner on wks1 and wks2:

image

SSH into wks1:

image

SSH into wks2:

image

Showing wks1+wks2 using Get-AD Computer:

image

windows-remote-access.yaml

RDP Session into wks1 showing Power Profile

image

windows-software

windows-software.yaml playbook successfully running for Chrome:

image

Chrome on wks1:

image

windows-software.yaml installing Putty and Wireshark:

image

Putty and Wireshark on wks1:

image image