Adding a DNS Record - wAlber47/Tech-Journal GitHub Wiki
Find and invoke the DNS Manager from the Server Manager/DNS/AD01 menu.
Forward Lookup Zone:
- Expand the Forward Lookup zones and find your new domain.
- Entry should be under ad01.williamalber. This allows you to ping ad01 by hostname or domain name.
- Right click on william.local and add a "New Host (A or AAAA)."
- Name: fw01-william
- IP Address: 10.0.5.2
- Check "Create associated pointer (PTR) record)."
- You should get an error that the PTR record cannot be created. This is because the lookup zone cannot be found.
- To fix this we need to create a reverse lookup zone.
Reverse Lookup Zone:
- Right click on the reverse lookup zone in DNS manager.
- Add a new zone.
- Network ID: 10.0.5.-
- This next step can be tricky:
- To create a PTR record from the A record of fw01 and ad01 you must uncheck, apply, and update the PTR record check box and re-apply fw01's properties.
- In order to see changes you may have to changes, you may have to refresh. But you should end up with a 10.0.5.2 and 10.0.5.5. reverse lookup zone.