Uno o más miembros de la matriz no disponibles anteriormente no utiliza conexiones VPN

Microsoft.Forefront.TMG.One_or_more_previously_unavailable_array_member_is_not_handling_VPN_connections.Rule (Rule)

Esta regla genera alertas cuando uno o más miembros de la matriz no disponibles anteriormente no utiliza conexiones VPN.

Knowledge Base article:

Resumen

En una matriz con NLB habilitado, al menos un miembro de la matriz, que antes no estaba disponible, no está administrando las conexiones de red privada virtual (VPN).

Causas

En una matriz con NLB habilitado, los túneles de VPN no están distribuidos uniformemente entre los miembros de la matriz. Esto puede deberse a que un servidor que antes no estaba disponible esté de nuevo en ejecución. Sin embargo, el servidor no está administrando las conexiones VPN.

El servidor TMG no redistribuye conexiones activas, para evitar una desconexión temporal del túnel.

Resolución

Desconecte manualmente los túneles de VPN en el servidor. Estos túneles se redistribuirán automáticamente a los servidores menos ocupados.

Element properties:

TargetMicrosoft.Forefront.TMG.VPN.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.One_or_more_previously_unavailable_array_member_is_not_handling_VPN_connections.Rule" Enabled="true" Target="Microsoft.Forefront.TMG.VPN.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>^(21246)$</EventsPattern>
<EventType>2</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.One_or_more_previously_unavailable_array_member_is_not_handling_VPN_connections.AlertMessage"]$</AlertMessageId>
<DomainName>$Target/Host/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/DomainDnsName$</DomainName>
<Priority>1</Priority>
<Severity>2</Severity>
</WriteAction>
</WriteActions>
</Rule>