Falha do serviço de Firewall ao aplicar a configuração de Balanceamento de Carga de Rede no computador local

Microsoft.Forefront.TMG.The_Firewall_service_failed_to_apply_the_Network_Load_Balancing_configuration_on_the_local_computer.Rule (Rule)

Essa regra gera alertas quando ocorre uma falha do serviço de Firewall ao aplicar a configuração de Balanceamento de Carga de Rede no computador local

Knowledge Base article:

Resumo

O serviço de Firewall gerará este alerta se um erro interno for encontrado na configuração do NLB. Quando esse alerta é gerado, nenhum balanceamento de carga é aplicado.

Causas

O NLB não pode ser configurado por uma das seguintes razões:

Resoluções

Externo

site Microsoft TechNet

Element properties:

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