for a domain or child domain (sub domain) using the command dnscmd.exe.
1. Assume your DNS Server Host name is "dnsserver", DNS zone is "myrootdns.com", hostname for which alias is created is "dnsclient.myrootdns.com" and name of the alias is "myalias".
2. Verify in the dns manager console diagram the dns zone "myrootdns.com" and dnsclient host A type records exits.
dnscmd dnsserver myrootdns.com myalias CNAME dnsclient.myrootdns.com
After running the above you can ping the alias "myalias" as shown in the below diagram
Ping myalias
dnscmd dnsserver myrootdns.com myalias /Aging CNAME dnsclient.myrootdns.com
4. The following diagram explains creating alias with aging option.
run the command shown below to create CNAME with OpenAcl option.
dnscmd dnsserver myrootdns.com myalias /Aging /OpenAcl CNAME dnsclient.myrootdns.com
The following diagram explains Adding CNAME (alias) with OpenAcl option.
No comments:
Post a Comment