Fix: SRV-03 DNS role install
This commit is contained in:
parent
56a8aedd5d
commit
78f737b014
@ -72,7 +72,7 @@ route add -p 0.0.0.0/0 192.168.128.254
|
|||||||
|
|
||||||
# Install and configure DNS server
|
# Install and configure DNS server
|
||||||
|
|
||||||
Install-WindowsFeature -Name DNS -IncludeManagementTools -includeallsubfeature#
|
Install-WindowsFeature -Name DNS -IncludeManagementTools -includeallsubfeature
|
||||||
|
|
||||||
#Add-DnsServerPrimaryZone -NetworkID 192.168.128.0/24 -ZoneFile “192.168.128.1.in-addr.arpa.dns” # Zone secondaire
|
#Add-DnsServerPrimaryZone -NetworkID 192.168.128.0/24 -ZoneFile “192.168.128.1.in-addr.arpa.dns” # Zone secondaire
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user