Microsoft Windows Server DNS 서비스 연결 오류

Microsoft.Windows.DNSServer.2016.Service.ConnectionError (Rule)

DNS 서비스에 대한 규칙을 생성하는 중 경고가 발생했습니다.

Knowledge Base article:

요약

DNS Server 서비스는 이름 확인 서비스에 대한 DNS 클라이언트 컴퓨터의 요청에 응답합니다. DNS(Domain Name System)는 컴퓨터가 대상 컴퓨터의 이름을 DNS Server에 전송하여 다른 컴퓨터의 숫자 IP 주소를 구할 수 있도록 지원하는 프로토콜입니다. DNS Server 서비스에 문제가 발생하면 네트워크 성능이 저하되거나 네트워크 컴퓨터가 서로를 찾을 수 없게 될 수 있습니다.

원인

DNS Server에서 다른 DNS Server에 연결할 수 없습니다.

해결 방법

네트워크 연결 문제를 해결하세요.

DNS Server 서비스에서 다른 DNS Server에 연결할 수 없습니다. 이 문제를 해결하려면 다음과 같이 합니다.

대상 DNS 서버의 IP 주소를 올바르게 지정했는지 확인하세요.

원격 DNS Server가 올바르게 작동하고 있는지 확인하세요.

nslookup 명령을 사용하여 대상 DNS Server에 연결할 수 있는지와 대상 DNS Server에서 DNS(Domain Name System) 쿼리에 응답하는지 확인하세요.

원격 DNS Server가 올바르게 작동하고 있지 않으면 원격 DNS Server에서 문제를 해결한 다음 작업을 다시 시도하세요. 원격 DNS Server가 올바르게 작동하는데 nslookup 명령이 응답을 생성하지 않으면 두 DNS Server 간의 네트워크 회선에 문제가 있을 수 있습니다. 네트워크 문제를 해결한 다음 작업을 다시 시도하세요.

외부 정보

http://technet.microsoft.com/en-us/library/dd349691(v=ws.10).aspx

Element properties:

TargetMicrosoft.Windows.DNSServer.2016.Server
CategoryAlert
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
RemotableTrue
Alert Message
Windows DNS - 연결 오류

이벤트 ID: {0}
이벤트 원본: {1}
이벤트 로그: {2}
이벤트 설명: {3}
Event LogDNS Server

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.Windows.EventProvider Default
Alert WriteAction System.Health.GenerateAlert Default

Source Code:

<Rule ID="Microsoft.Windows.DNSServer.2016.Service.ConnectionError" Enabled="true" Target="Microsoft.Windows.DNSServer.2016.Server" ConfirmDelivery="true" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>Alert</Category>
<DataSources>
<DataSource ID="DS" TypeID="Windows!Microsoft.Windows.EventProvider">
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<LogName>DNS Server</LogName>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="UnsignedInteger">EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="UnsignedInteger">7060</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="Alert" TypeID="Health!System.Health.GenerateAlert">
<Priority>1</Priority>
<Severity>2</Severity>
<AlertOwner/>
<AlertMessageId>$MPElement[Name="Microsoft.Windows.DNSServer.2016.Service.ConnectionError.AlertMessage"]$</AlertMessageId>
<AlertParameters>
<AlertParameter1>$Data/EventDisplayNumber$</AlertParameter1>
<AlertParameter2>$Data/EventSourceName$</AlertParameter2>
<AlertParameter3>$Data/Channel$</AlertParameter3>
<AlertParameter4>$Data/EventDescription$</AlertParameter4>
</AlertParameters>
<Suppression>
<SuppressionValue>$Data/LoggingComputer$</SuppressionValue>
</Suppression>
<Custom1/>
<Custom2/>
<Custom3/>
<Custom4/>
<Custom5/>
<Custom6/>
<Custom7/>
<Custom8/>
<Custom9/>
<Custom10/>
</WriteAction>
</WriteActions>
</Rule>