Forefront TMG에서 특정 ISP 링크를 통해 네트워크 트래픽을 라우팅할 수 없습니다.

Microsoft.Forefront.TMG.Forefront_TMG_cannot_route_network_traffic_through_a_specific_ISP_link.Rule (Rule)

Knowledge Base article:

요약

Forefront TMG에서 ISP 링크를 통해 인터넷으로 네트워크 트래픽을 라우팅할 수 없습니다.

원인

다음 이유로 인해 이벤트가 발생할 수 있습니다.

해결

이 문제를 해결하려면 다음 중 하나 이상을 수행하십시오.

Element properties:

TargetMicrosoft.Forefront.TMG.Server
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.Forefront_TMG_cannot_route_network_traffic_through_a_specific_ISP_link.Rule" Enabled="true" Target="Microsoft.Forefront.TMG.Server" 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/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<LogName>Application</LogName>
<EventsPattern>^(23425)$</EventsPattern>
<EventType>1</EventType>
<SourcePattern>Microsoft Forefront TMG Firewall</SourcePattern>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WA" TypeID="Microsoft.Forefront.TMG.Rule.AlertGenerate.WA">
<AlertMessageId>$MPElement[Name="Microsoft.Forefront.TMG.Forefront_TMG_cannot_route_network_traffic_through_a_specific_ISP_link.AlertMessage"]$</AlertMessageId>
<DomainName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/DomainDnsName$</DomainName>
<Priority>1</Priority>
<Severity>2</Severity>
</WriteAction>
</WriteActions>
</Rule>