Skip to main content

Windows Server 2012 Network Administration Lab-12 Conditional Forwarders

1. In SYS1 create a zone with the name Ex: MCITP.COM with host and alias records.
2. In SYS1 open the command prompt and type ping www.MCITP.COM
3. There will be a reply from 10.0.0.1
4. In SYS2 assign the IP Address and Preferred DNS as 10.0.0.2
5. In SYS2 open the command prompt and type ping www.MCITP.COM
6. There will not be any reply because the information is in 10.0.0.1
7. If SYS2 has to resolve the query then configure forwarders in SYS2 properties.
8. Go to DNS dialog box in SYS2Right click conditional forwarders select New conditional forwarders
9. Mention the DNS Domain as MCITP.COM and add the IP address of primary zone.
10. In SYS2 open the command prompt and type ping www.MCITP.COM
11. There will be a reply from 10.0.0.1
Note: Only MCITP.COM names can be resolved with the above process.

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.