add selfhosting tutorials
BIN
w2_ad/0.png
Normal file
After Width: | Height: | Size: 62 KiB |
BIN
w2_ad/1.png
Normal file
After Width: | Height: | Size: 9.3 KiB |
BIN
w2_ad/10.png
Normal file
After Width: | Height: | Size: 19 KiB |
BIN
w2_ad/11.png
Normal file
After Width: | Height: | Size: 12 KiB |
BIN
w2_ad/12.png
Normal file
After Width: | Height: | Size: 9.3 KiB |
BIN
w2_ad/13.png
Normal file
After Width: | Height: | Size: 18 KiB |
BIN
w2_ad/14.png
Normal file
After Width: | Height: | Size: 19 KiB |
BIN
w2_ad/15.png
Normal file
After Width: | Height: | Size: 17 KiB |
BIN
w2_ad/16.png
Normal file
After Width: | Height: | Size: 19 KiB |
BIN
w2_ad/17.png
Normal file
After Width: | Height: | Size: 13 KiB |
BIN
w2_ad/18.png
Normal file
After Width: | Height: | Size: 10 KiB |
BIN
w2_ad/19.png
Normal file
After Width: | Height: | Size: 23 KiB |
BIN
w2_ad/2.png
Normal file
After Width: | Height: | Size: 22 KiB |
BIN
w2_ad/20.png
Normal file
After Width: | Height: | Size: 390 KiB |
BIN
w2_ad/21.png
Normal file
After Width: | Height: | Size: 28 KiB |
BIN
w2_ad/22.png
Normal file
After Width: | Height: | Size: 32 KiB |
BIN
w2_ad/3.png
Normal file
After Width: | Height: | Size: 29 KiB |
BIN
w2_ad/4.png
Normal file
After Width: | Height: | Size: 29 KiB |
BIN
w2_ad/5.png
Normal file
After Width: | Height: | Size: 22 KiB |
BIN
w2_ad/6.png
Normal file
After Width: | Height: | Size: 21 KiB |
BIN
w2_ad/7.png
Normal file
After Width: | Height: | Size: 20 KiB |
BIN
w2_ad/8.png
Normal file
After Width: | Height: | Size: 2.1 KiB |
BIN
w2_ad/9.png
Normal file
After Width: | Height: | Size: 16 KiB |
40
w2_ad/index.md
Normal file
|
@ -0,0 +1,40 @@
|
|||
# Windows Server AD Setup (QEMU)
|
||||
|
||||
## **Initial Requirements**
|
||||
|
||||
To begin this tutorial you will need to complete the previous tutorial on DNS. where we setup an A entry pointing to the server's private IP:
|
||||
|
||||

|
||||
|
||||
## **AD Installation**
|
||||
|
||||
  
|
||||
|
||||
As you can see here, having a DNS service is required to install the Active Directory.
|
||||
|
||||
   
|
||||
|
||||
Now you see the whole point, so let's setup our AD correctly by promoting our server to domain controller but before we do so, let's add another A record that points to the server as the root domain:
|
||||
|
||||
 
|
||||
|
||||
First we add a forest:
|
||||
|
||||
   
|
||||
|
||||
Then just hit next at everything and hit install at the end and let windows server reboot
|
||||
|
||||
## **Post-AD Install**
|
||||
|
||||

|
||||
|
||||
As you reboot you can see you've successfully installed the active directory:
|
||||
|
||||
 
|
||||
|
||||
Once in here you can see that you can access the Active Directory Administrative Center :
|
||||
|
||||

|
||||
|
||||
And here we can see we're able to create groups, users, computers, Organizational Units, and that's going to be the topic for the next tutorial.
|
||||
|