由于没有合适的网络适配器,网络负载平衡无法正确配置

Microsoft.Forefront.TMG.Network_Load_Balancing_cannot_be_configured_properly_because_there_is_no_suitable_network_adapter.Rule (Rule)

如果由于没有合适的网络适配器而导致网络负载平衡无法正确配置,此规则将生成警报

Knowledge Base article:

摘要

如果防火墙服务检测到未直接连接的网络(无关联适配器)已启用 NLB,则会生成此警报。

无法为 NLB 启用“网络后的网络”,因为无法将任何适配器与配置的虚拟 IP (VIP) 地址关联。出现此错误时 NLB 仍能正常工作,但通讯可能无法按预期通过 TMG 服务器进行。

原因

由于下列原因之一,防火墙服务可能遇到上述非法配置:

解决方法

外部

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.Network_Load_Balancing_cannot_be_configured_properly_because_there_is_no_suitable_network_adapter.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>^(21113)$</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.Network_Load_Balancing_cannot_be_configured_properly_because_there_is_no_suitable_network_adapter.AlertMessage"]$</AlertMessageId>
<DomainName>$Target/Host/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/DomainDnsName$</DomainName>
<Priority>1</Priority>
<Severity>2</Severity>
</WriteAction>
</WriteActions>
</Rule>