Microsoft Windows Server DNS 구성 전달 주소 없음

Microsoft.Windows.Server.DNS.Configuration.NoForwardingAddresses (Rule)

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

Knowledge Base article:

요약

DNS Server 구성은 네트워크에서 DNS Server의 작동 방식을 결정하는 설정과 이러한 설정을 저장하고 필요할 때 검색하는 방법을 지정하는 설정으로 이루어집니다.

원인

DNS Server에서 파일에 전달 주소가 없는 '전달자' 지시문을 발견했습니다.

해결 방법

전달자를 구성하십시오.

DNS Server 서비스에서 전달자로 작동하도록 지정된 DNS Server에 액세스할 수 없습니다. 이 서버의 전달자 구성을 수정해야 합니다.

이 절차를 수행하려면 Administrators 그룹의 구성원이거나 적절한 권한을 위임 받아야 합니다.

DNS Server에서 사용하는 전달자 목록을 수정하려면:

1. DNS Server에서 서버 관리자를 시작합니다. 서버 관리자를 시작하려면 시작, 관리 도구, 서버 관리자를 차례로 클릭합니다.

2. 콘솔 트리에서 역할, DNS Server, DNS를 차례로 확장합니다.

3. DNS Server를 마우스 오른쪽 단추로 클릭한 다음 속성을 클릭합니다.

4. 전달자 탭에서 편집을 클릭합니다.

5. 잘못된 서버를 제거하려면 해당 서버를 클릭하고 삭제를 클릭합니다.

6. 서버를 추가하려면 목록을 클릭하고 서버의 DNS 이름 또는 IP 주소를 입력한 다음 목록을 다시 클릭합니다.

외부 정보

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

Element properties:

TargetMicrosoft.Windows.Server.DNS.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.Server.DNS.Configuration.NoForwardingAddresses" Enabled="true" Target="Microsoft.Windows.Server.DNS.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">1203</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="Alert" TypeID="Health!System.Health.GenerateAlert">
<Priority>1</Priority>
<Severity>2</Severity>
<AlertName/>
<AlertDescription/>
<AlertOwner/>
<AlertMessageId>$MPElement[Name="Microsoft.Windows.Server.DNS.Configuration.NoForwardingAddresses.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>