Joke Collection Website - Blessing messages - What should I do if the US vs987 activation stays in the process of checking network connection?

What should I do if the US vs987 activation stays in the process of checking network connection?

What should I do if I stay in "Check the network connection"

How long will you wait?

If it's not good

Re-acquire IP address information

When the network can't connect, the first thing that comes to mind is to check your own IP address information. We can enter ipconfig or (ipconfig /all for details) at the command line (cmd) to view it.

If we get the IP address of the normal network segment of our company, or the IP network segment set by the router at home, this is normal. If the IP address information is not the network segment set in your own environment, this is an abnormal situation, and you need to reset the IP or get the IP address again.

If the following situations occur or the IP address starts with 169, the network card has not obtained the correct IP address.

If we get the IP address of the Internet through DHCP, we can use the ipconfig /release command to release the existing IP address information, and then use ipconfig /renew to get the appropriate IP address from DHCP. This method can solve some situations where correct IP address information and DNS cannot be obtained. Sometimes, if you manually configure an IP address in an environment using DHCP, it will be within the connection acceptance limit, or an exclamation point will be displayed on the network icon! At this time, it is necessary to set the IP address to dynamic acquisition.

Ipconfig /release publishes address information.

Ipconfig /renew gets new address information.