Skip to main content

Windows Server 2012 Network Administration Lab-1 DYNAMIC HOST CONFIGURATION PROTOCOL (DHCP)

DYNAMIC HOST CONFIGURATION PROTOCOL (DHCP)
Prerequisites:
Before working on this lab, you must have
1. A computer running windows 2012 server or Domain Controller.
2. A computer running windows 2012 server or windows 7.
Domain:MICROSOFT.COM

SYS1
Domain Controller
IP Address 10.0.0.1
Subnet Mask 255.0.0.0
Preferred DNS 10.0.0.1

SYS2
DHCP Server Member Server / Client
IP Address 10.0.0.2
Subnet Mask 255.0.0.0
Preferred DNS 10.0.0.1


SYS1 - CONFIGURATION
1. Click Server Manager.
2. In the Server Manager Console, Select Add roles and features
3. In Before you begin page, click Next.
4. Select Role-based or feature-based installation, click Next.
5. Select a server (sys1.Microsoft.com) from the server pool and click Next.
6. In select server roles, check the box DHCP Server and click Next.
7. In select features, click Next.
8. Click Next.
9. Check Restart the destination server automatically if required and click Install.
10. Select Complete DHCP configuration.
11. In DHCP Post-install configuration wizard, click Next.
12. Click Commit to Authorize the DHCP Server.
13. Click Close to Complete the Authorization of DHCP Server.

Comments

Popular posts from this blog

Windows Server 2012 Network Administration Lab-5 Configuring DHCP Server Failover

SYS2 - CONFIGURATION 1. Install DHCP Server Role on SYS2 and Do not Authorize the Server. SYS1 - CONFIGURATION 2. Go to DHCP console In left pane, expand Server name Expand IPv4 right click Scope select Configure Failover 3. In Introduction to DHCP Failover wizard, click Next. 4. Click Add Server to add the Failover Server. 5. In Add Server, Browse and Select the server (sys2.microsoft.com), click OK. 6. Select the Mode, Enable Message Authentication and enter Shared Secret, Next. 7. To Complete the Failover, click Finish. 8. Verify the Summary to be Successful. SYS2 - CONFIGURATION 1. Go to Server Manager Dashboard, select notification flag, Complete DHCP Configuration. 2. In DHCP Post-Install configuration wizard, click Next. 3. Click Commit, to Authorize the DHCP server sys2.microsoft.com 4. Verify the summary and click Close. Verification: 1. Go to DHCP console and verify the scope replicated from sys1

Windows Server 2012 Network Administration Lab-10 Creating Stub zone

SYS1-CONFIGURATION 1. Log on to SYS1 and create a primary zone Msn.com along with host and alias records. SYS2-CONFIGURATION 1. Log on to SYS2 and Go to Start, select DNS. 2. In the DNS dialog box, Expand DNS Server name in the left pane, right click Forward Lookup Zones Select New Zone Next 4. Select Stub zone Next 5. Give the name of primary zone (Msn.com) click Next. 6. Give the IP address of primary zone Ex: 10.0.0.1click Next. 8. Click Next Finish. 9. Refresh the stub zone and verify for records.