Hyper-V IP address appears 169.254 static IP address is not valid
In the test environment, after the Hyper-V virtual machine has been configured with a static IP address, the static IP address does not take effect, and two IPv4 addresses appear in the network adapter.
Through the step of deleting the network card, it is found that 169.254 of the IP address still exists.
Solution:
By adding the following registry information
1. Enter regedit in the runtime interface to open the registry
two。 Find the following path
HKEY_LOCAL_MACHINE\ SYSTEM\ CurrentContrilSet\ Services\ Tcpip\ Parameters
3. Create a new subitem in the subfolder with the name ArpRetryCount, type Reg_DWORD, and key value 0
4. Restart the server
5. Use the command ipconfig to view the IP address information, which has returned to normal