適切なネットワーク アダプタが存在しないためにネットワーク負荷分散を適切に構成できない

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

このルールでは、適切なネットワーク アダプタが存在しないためにネットワーク負荷分散を適切に構成できない場合に警告が生成されます

Knowledge Base article:

サマリー

Firewall サービスは、直接接続されていない (関連するアダプタがない) ネットワークの NLB が有効になっていることを検出すると、この警告を生成します。

"ネットワークの背後にあるネットワーク" は NLB を有効にできません。これは、構成された仮想 IP (VIP) アドレスに関連付けることができるアダプタがないためです。このエラーが発生しても NLB は機能しますが、トラフィックは TMG Server を予想どおりに通過できないことがあります。

原因

次のいずれかの理由により、Firewall サービスが、上記に説明する無効な構成を検出した可能性があります。

解決策

外部

Microsoft TechNet Web サイト

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>