WinSrv2012R2 中的 Get-DnsServerForwarder

WinSrv2012R2 中的 Get-DnsServerForwarder

谁能告诉我为什么当我执行这个 Powershel cmdlet 时我可以看到我之前插入的 DNS 转发器(也使用 PS),但在 DNS 管理控制台上却看不到它?

PS C:\Users\administrator.ADATUM> Stop-Service dns
PS C:\Users\administrator.ADATUM> Start-Service dns
PS C:\Users\administrator.ADATUM> nslookup www.contoso.com
Server:  localhost
Address:  127.0.0.1

Non-authoritative answer:
Name:    www.contoso.com
Address:  172.16.0.100

PS C:\Users\administrator.ADATUM> ping  www.contoso.com

Pinging www.contoso.com [172.16.0.100] with 32 bytes of data:
Reply from 172.16.0.11: Destination host unreachable.
Reply from 172.16.0.11: Destination host unreachable.
Reply from 172.16.0.11: Destination host unreachable.
Reply from 172.16.0.11: Destination host unreachable.

Ping statistics for 172.16.0.100:
    Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
PS C:\Users\administrator.ADATUM>
PS C:\Users\administrator.ADATUM>
PS C:\Users\administrator.ADATUM>
PS C:\Users\administrator.ADATUM> Get-DnsServerForwarder


UseRootHint        : True
Timeout(s)         : 3
EnableReordering   : True
IPAddress          : 172.16.0.10
ReorderedIPAddress : 172.16.0.10



PS C:\Users\administrator.ADATUM>

DNS 控制台屏幕截图 =https://www.amazon.it/clouddrive/share/GyoRHfTQ99z60h5jo5wbCyjYbj4DG2vND27E65HKuXQ

答案1

服务器更新了转发器列表,我认为需要一个 ping 命令(或 nslookup)到转发器的区域。

相关内容