Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Health Check: The DNS server on Ethernet0 must resolve names in the primary DNS domain zone #121

Closed
rebelinux opened this issue Jun 30, 2023 · 1 comment · Fixed by #129

Comments

@rebelinux
Copy link
Collaborator

PS C:\Users\Administrator> Get-DnsServerResourceRecord -RRType Soa -ZoneName pharmax.local | Select-Object -ExpandProperty RecordData


ExpireLimit       : 1.00:00:00
MinimumTimeToLive : 01:00:00
PrimaryServer     : server-dc-01v.pharmax.local.
RefreshInterval   : 00:15:00
ResponsiblePerson : hostmaster.pharmax.local.
RetryDelay        : 00:10:00
SerialNumber      : 10476
PSComputerName    :



PS C:\Users\Administrator>
PS C:\Users\Administrator> Resolve-DnsName -Server 8.8.8.8 -Name server-dc-01v.pharmax.local -DnsOnly
Resolve-DnsName : server-dc-01v.pharmax.local : DNS name does not exist
At line:1 char:1
+ Resolve-DnsName -Server 8.8.8.8 -Name server-dc-01v.pharmax.local -Dn ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : ResourceUnavailable: (server-dc-01v.pharmax.local:String) [Resolve-DnsName], Win32Except
   ion
    + FullyQualifiedErrorId : DNS_ERROR_RCODE_NAME_ERROR,Microsoft.DnsClient.Commands.ResolveDnsName

PS C:\Users\Administrator>
@rebelinux
Copy link
Collaborator Author

Image

@rebelinux rebelinux mentioned this issue Jul 26, 2023
7 tasks
@rebelinux rebelinux mentioned this issue Jul 26, 2023
7 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant