Network Load Balancing cannot be configured properly because there is no suitable network adapter

Microsoft.ISAServer.2006.Network_Load_Balancing_cannot_be_configured_properly_because_there_is_no_suitable_network_adapter.Rule (Rule)

This Rule generates alerts when Network Load Balancing cannot be configured properly because there is no suitable network adapter

Knowledge Base article:

Summary

No connection owner is specified for a VPN site-to-site network. This network will be disabled. The network name appears in the description of this alert.

Causes

You configured a VPN site-to-site network, but did not specify a connection owner. The VPN site-to-site network will be disabled until you specify the connection owner.

Resolutions

On the network’s properties, select the "server" property page, and select a connection owner.

Element properties:

TargetMicrosoft.ISAServer.2006.NLB.ServerRole
CategoryEventCollection
EnabledTrue
Alert GenerateFalse
RemotableTrue

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.ISAServer.2006.Rule.AlertGenerate.DS Default
WA WriteAction Microsoft.ISAServer.2006.Rule.AlertGenerate.WA Default

Source Code:

<Rule ID="Microsoft.ISAServer.2006.Network_Load_Balancing_cannot_be_configured_properly_because_there_is_no_suitable_network_adapter.Rule" Enabled="onEssentialMonitoring" Target="Microsoft.ISAServer.2006.NLB.ServerRole" ConfirmDelivery="true" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>EventCollection</Category>
<DataSources>
<DataSource ID="DS" TypeID="Microsoft.ISAServer.2006.Rule.AlertGenerate.DS">
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<LogName>Application</LogName>
<EventsPattern>^(21113)$</EventsPattern>
<EventType>1</EventType>
<SourcePattern>[Microsoft Firewall]|[Microsoft ISA Server Control]</SourcePattern>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WA" TypeID="Microsoft.ISAServer.2006.Rule.AlertGenerate.WA">
<AlertMessageId>$MPElement[Name="Microsoft.ISAServer.2006.Network_Load_Balancing_cannot_be_configured_properly_because_there_is_no_suitable_network_adapter.AlertMessage"]$</AlertMessageId>
<DomainName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/DomainDnsName$</DomainName>
<Priority>1</Priority>
<Severity>2</Severity>
</WriteAction>
</WriteActions>
</Rule>