To sign your DNS zone again, right click on it and click on : DNSSEC -> Sign zone.
The Zone Signing Wizard appears.
If you want to sign the zone again with the same settings as before, choose "Customize zone signing parameters".
Note : if you use PowerShell, you can also reuse the same settings using the "DoResign" parameter of the "Invoke-DnsServerZoneSign" PowerShell command.
As you can see, the old settings were kept in memory by Windows Server.
Same for the parameters of the trust anchors.
The zone is signed again.
On Windows Server 2008 R2, the WINS lookup (forward and reverse) was disabled for signed DNS zones (with DNSSEC).
Source : DNS Servers | Microsoft Docs
But, on Windows Server 2012 and 2012 R2, you will be able to activate it. Although this isn't recommended as it can be a security hole in your DNS infrastructure.
To do this, right-click "Properties" on your direct lookup zone and go to the "WINS" tab.
Then, check the "Use WINS forward lookup" box.
Since your forward lookup zone is signed with DNSSEC and WINS responses are not secure, a warning will be displayed.
Click Yes to ignore this warning.
Then, enter the IP address of your WINS server and click Add.
Finally, click OK to close the window.
To enable the WINS reverse lookup (or WINS-R), right-click "Properties" on your reverse lookup zone.
Then, check the "Use WINS-R lookup" box.
As before, a warning is displayed because WINSR responses are not secure.
Click Yes again to ignore this warning.
Specify the local domain name that you use in your network and click OK.
Note : this is the suffix that will be added after the NETBIOS name returned by your WINS server.
To test the configuration of your DNS server, use these commands:
1) To know the IP address of a PC of the network (currently on) thanks to its NETBIOS name, use this command :
PowerShell
Resolve-DnsName WIN-8-1-PC -server ns1.informatiweb.lan
Note : "WIN-8-1-PC" is the NETBIOS name of a PC on our network and "ns1.informatiweb.lan" is the domain name pointing to our local DNS server.
2) To know the name of a PC of the network (currently on) thanks to its IP address, use the command :
PowerShell
Resolve-DnsName 10.0.0.10 -server ns1.informatiweb.lan
Note : "10.0.0.10" is the IP address that our "WIN-8-1-PC" computer currently uses.
Articles 5/1/2018
Windows Server 1/15/2013
Windows Server 4/15/2018
Windows Server 4/25/2018
Pinned content
Contact
® InformatiWeb-Pro.net - InformatiWeb.net 2008-2022 - © Lionel Eppe - All rights reserved.
Total or partial reproduction of this site is prohibited and constitutes an infringement punishable by articles L.335-2 and following of the intellectual property Code.
No comment