Microsoft Windows Server DNS 구성 수신 주소 업데이트

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

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

Knowledge Base article:

요약

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

원인

제한된 인터페이스의 DNS Server 목록에 해당 서버 컴퓨터에서 사용하도록 구성되지 않은 IP 주소가 포함되어 있습니다.

해결 방법

네트워크 인터페이스 문제를 해결합니다.

네트워크 인터페이스가 두 개 이상 있는 컴퓨터의 경우 하나 이상의 인터페이스에서 DNS(Domain Name System) 요청에 응답하도록 DNS Server를 구성할 수 있습니다. 인터페이스 주소 목록이 올바르지 않으면 DNS Server에서 네트워크의 다른 컴퓨터에서 보낸 요청에 응답할 수 없습니다.

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

DNS Server에서 사용하도록 구성된 IP 주소를 수정하려면:

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

2. 콘솔 트리에서 역할, DNS Server, DNS를 차례로 두 번 클릭합니다.

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

4. 인터페이스 탭에서 모든 IP 주소가 선택되어 있는지 확인하거나 IP 주소 목록의 모든 주소가 서버의 네트워크 인터페이스에 대해 잘못되었는지 확인합니다.

5. 잘못된 주소 옆의 확인란을 선택 취소하고 확인을 클릭합니다.

6. DNS Server를 마우스 오른쪽 단추로 클릭하고 모든 작업을 클릭한 다음 다시 시작을 클릭합니다.

외부 정보

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

Element properties:

TargetMicrosoft.Windows.Server.DNS.Server
CategoryAlert
EnabledTrue
Alert GenerateTrue
Alert SeverityWarning
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.UpdateListenAddresses" 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">409</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="Alert" TypeID="Health!System.Health.GenerateAlert">
<Priority>1</Priority>
<Severity>1</Severity>
<AlertOwner/>
<AlertMessageId>$MPElement[Name="Microsoft.Windows.Server.DNS.Configuration.UpdateListenAddresses.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>