SRV1

Install-WindowsFeature nlb -IncludeManagementTools

SRV2

Install-WindowsFeature nlb -IncludeManagementTools

DC

New-NlbCluster -Host SRV1 -InterfaceName Ethernet0 -Name SRV -ClusterPrimaryIP 192.168.0.230 -SubnetMask 255.255.255.0 -OperationMode Multicast
Get-NlbClusterPortRule -HostName SRV1 | Remove-NlbClusterPortRule -Force
Get-NlbClusterPortRule -HostName SRV1

Add-NlbClusterNode -HostName SRV1 -InterfaceName Ethernet0 -NewNodeName SRV2 -NewNodeInterface Ethernet0
Get-NlbClusterNode -HostName SRV1

image.png

image.png