Skip to main content

Windows Server 2012 Network Administration Lab-7 Creating Standard Primary - Forward Lookup Zone

1. Go to Start, select DNS.
2. In the DNS dialog box, Expand the DNS Server name in the left pane, right click the Forward Lookup Zones select New Zone
3. In the welcome to new zone wizard click Next
4. Select “Primary Zone” and Remove the check box for "Store the zone in Active Directory", click Next.
5. In the Zone Name screen, type in the name of the zone you are creating. This name is usually the FQDN of the DNS domain that the zone will contain, such as YAHOO.COM click Next.
6. The Zone File screen appears. In this screen, you can either create a new zone file for the new zone, or configure the new zone to use an existing file. Click Next.
7. In dynamic Update Select "Allow both non-secure and secure dynamic update"click Next.
8. The Completing the New Zone Wizard screen appears. Click Finish.
9. In the DNS Console, the new zone you created appears in the right pane.

1. Go to Start, select DNS.
2. Right click the zone and select New Host.
3. Enter the Host name for which you are configuring the record Ex: SYS1, enter the corresponding IP address of the host click Add Host OK Done.



Creating an Alias record for the host record
1. Go to Start, select DNS.
2. Right click the zone and select New Alias.
3. Enter the name in the ‘Alias Name’ dialog box Ex: www
4. Click Browse Double click system name double click Forward Lookup Zone double click the zone name select the host name click OK OK

VERIFICATION:
1. Open Command Prompt type ping FQDN (Fully Qualified Domain Name)
Ex: Ping SYS1.YAHOO.COM (or) Ping WWW.YAHOO.COM
2. Name should be resolved into IP Address.

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.