SV-259636r961587_rule
V-259636
SRG-APP-000424
EX19-ED-000224
CAT II
10
Verify in the EDSP or consult with the appropriate personnel who manage which DNS servers to use for Internal and External DNS resolution.
If a GUID for the External and Internal network adapters are applicable, then gather the values to populate the appropriate properties with the following commands:
netsh lan show interfaces
This will provide the adapters and the GUIDs for each. Identify the external and internal adapters for the Edge server.
Once gathered, run the following:
Set-TransportService -Identity <name of server> -ExternalDNSAdapterEnabled $true -ExternalDNSAdapterGuid <externalAdapterGUID> -InternalDNSAdapterEnabled $true -InternalDNSAdapterGuid <InternalAdapterGuid>
If the "ExternalDNSAdapterEnabled" or InternalDNSAdapterEnabled are set to false, use the following to set the DNS configuration:
Set-TransportService -Identity <name of server> -InternalDNSServers @{add="Trusted DNS IP1","Trusted DNS IP2"}
Set-TransportService -Identity <name of server> -ExternalDNSServers @{add="Trusted DNS IP1","Trusted DNS IP2"}
Verify in the EDSP or consult with the appropriate personnel who manage DNS which servers to use for Internal and External DNS resolution.
If the server is not multi-homed, this does not apply.
In Exchange Management Shell, run the following command:
Get-TransportService |Format-List *dns*
If "ExternalDNSAdapterEnabled : True", and no GUID exists, this is a finding.
If "ExternalDNSAdapterEnabled : False", and the property "ExternalDNSServers" is not populated with the documented trusted DNS servers for External DNS queries, this is a finding.
If "InternalDNSAdapterEnabled : True" and no GUID exists, this is a finding.
If "InternalDNSAdapterEnabled : False" and the property "InternalDNSServers" is not populated the documented trusted DNS servers for Internal DNS queries, this is a finding.
V-259636
False
EX19-ED-000224
Verify in the EDSP or consult with the appropriate personnel who manage DNS which servers to use for Internal and External DNS resolution.
If the server is not multi-homed, this does not apply.
In Exchange Management Shell, run the following command:
Get-TransportService |Format-List *dns*
If "ExternalDNSAdapterEnabled : True", and no GUID exists, this is a finding.
If "ExternalDNSAdapterEnabled : False", and the property "ExternalDNSServers" is not populated with the documented trusted DNS servers for External DNS queries, this is a finding.
If "InternalDNSAdapterEnabled : True" and no GUID exists, this is a finding.
If "InternalDNSAdapterEnabled : False" and the property "InternalDNSServers" is not populated the documented trusted DNS servers for Internal DNS queries, this is a finding.
M
5579