TMG Server가 프록시 서버 루프를 검색했습니다.

Microsoft.Forefront.TMG.ISA_Server_detected_a_proxy_server_loop.Rule (Rule)

이 규칙은 TMG Server가 프록시 서버 루프를 검색했을 때 경고를 생성합니다.

Knowledge Base article:

요약

TMG Server가 프록시 서버 루프를 검색했습니다.

원인

TMG Server 웹 체인 정책 구성에 문제가 있을 수 있습니다. 또는 Enterprise Edition의 경우 CARP가 사용되고 배열 내부 연결에서 간헐적인 중단이 발생하면 두 배열 구성원에서 사용 가능한 배열 구성원이 서로 다른 뷰를 가지고 있을 수 있습니다. 결과적으로 배열 구성원 A는 CARP 알고리즘에 따라 요청을 배열 구성원 B에 전달하고, 배열 구성원 B는 요청을 배열 구성원 A에 무한 루프로 전달할 수 있습니다.

해결

웹 체인 구성의 모든 프록시 서버 구성이 이미 체인에 있는 프록시 서버를 다시 참조하여 루프를 만들지 않는지 확인하십시오. 또한 Enterprise Edition의 경우 배열 내부 연결 문제가 없는지 확인하십시오.

Element properties:

TargetMicrosoft.Forefront.TMG.WebProxy.ServerComponent
CategoryEventCollection
EnabledTrue
Alert GenerateFalse
RemotableTrue

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.Forefront.TMG.Rule.AlertGenerate.DS Default
WA WriteAction Microsoft.Forefront.TMG.Rule.AlertGenerate.WA Default

Source Code:

<Rule ID="Microsoft.Forefront.TMG.ISA_Server_detected_a_proxy_server_loop.Rule" Enabled="true" Target="Microsoft.Forefront.TMG.WebProxy.ServerComponent" ConfirmDelivery="true" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>EventCollection</Category>
<DataSources>
<DataSource ID="DS" TypeID="Microsoft.Forefront.TMG.Rule.AlertGenerate.DS">
<ComputerName>$Target/Host/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<LogName>Application</LogName>
<EventsPattern>^(14141)$</EventsPattern>
<EventType>2</EventType>
<SourcePattern>Microsoft Forefront TMG Web Proxy</SourcePattern>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WA" TypeID="Microsoft.Forefront.TMG.Rule.AlertGenerate.WA">
<AlertMessageId>$MPElement[Name="Microsoft.Forefront.TMG.ISA_Server_detected_a_proxy_server_loop.AlertMessage"]$</AlertMessageId>
<DomainName>$Target/Host/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/DomainDnsName$</DomainName>
<Priority>1</Priority>
<Severity>2</Severity>
</WriteAction>
</WriteActions>
</Rule>