1. After running cmd as Administrator, execute in cmd command window: Hdwwiz Start the Hardware Add Wizard. 2. Select either manual installation or automatic search in the Add Hardware Wizard. Then select the network adapter. 3. Select the network adapter: Vendor selects Microsoft. Network adapter Select Microsoft Loopback Adapter.
(If Windows Server 2012 or Windows 8 is on the right, select Microsoft Km-test Loopback Adapter)
4, loopback network card configuration: 4.1 Set the loopback network card IP address
> IP Address: Virtual IP (e.g. 192.168.1.10)
> Subnet Mask: 255.255.255.255
Other settings are not necessary.
4.2 Modifying the client NIC interface, loopback interface connection mode (critical)
> netsh interface ipv4 set interface "NIC name" weakhostreceive=enabled
> netsh interface ipv4 set interface "NIC name" weakhostsend=enabled
> netsh interface ipv4 set interface "Loopback Adapter name" weakhostreceive=enabled
> netsh interface ipv4 set interface "Loopback Adapter name" weakhostsend=enabled
(NIC name such as "Local Area Connection")
Windows Server creates a loopback network adapter