Windows Server 2016 Smart DNS (II)

Source: Internet
Author: User

Windows Server 2016 Smart DNS (II)
We have introduced the Windows Server 2016 Smart DNS (a) in detail about Windows Server 2016 under Configure DNS policy to achieve geo-isolated access, but for the last article I encountered a problem, that is, after the increase, Found that web.ixmsoft.com access is not a problem, but the default zone in the resolution of all internal parsing fails, the query data need to add a default policy, and priority is higher than any one policy;
For example, we view policy;
get-DnsServerQueryResolutionPolicy -ZoneName "ixmsoft.com"

We test the internal parsing

Through the above we can see that the implementation of DNS records is normal, but is not access to the default zone of the other parsing records, but on the DC is normal, so confirm the issue of DNS policy configuration;

So we need to add a higher priority policy, before adding, we need to delete the previous default two, and then add; we'll first delete the added policy
remove-DnsServerQueryResolutionPolicy -ZoneName "ixmsoft.com" -Name "beijingPolicy"

remove-DnsServerQueryResolutionPolicy -ZoneName "ixmsoft.com" -Name "usPolicy"

Delete Complete all policy

We increase the policy by adding the default policy first, then the other two subnet policies

Add-DnsServerQueryResolutionPolicy -Name "DefaultPolicy" -Action ALLOW -ZoneScope "ixmsoft.com,1" -FQDN “ne,web.ixmsoft.com” -ZoneName "ixmsoft.com"Add-DnsServerQueryResolutionPolicy -Name "beijingPolicy" -Action ALLOW -ClientSubnet "eq,beijingsubnet" -ZoneScope "beijing,1" -ZoneName "ixmsoft.com"  Add-DnsServerQueryResolutionPolicy -Name "usPolicy" -Action ALLOW -ClientSubnet "eq,ussubnet" -ZoneScope "us,1" -ZoneName "ixmsoft.com"  


Added after we view
get-DnsServerQueryResolutionPolicy -ZoneName "ixmsoft.com"

Then we test

Windows Server 2016 Smart DNS (ii)

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.