Home >Common Problem >What to do if the computer cannot connect to the gateway
Solution to the problem that the computer cannot connect to the gateway: 1. Open the command prompt and execute [netsh winsock reset]; 2. Execute [netsh int ip reset reset.log]; 3. Restart the computer.
#The operating environment of this article: windows10 system, thinkpad t480 computer.
Open the "Start" menu in the lower left corner of the computer, find the "Run" option, and click to open it.
After the "Run" dialog box pops up, enter cmd in the input box and click OK to enter the dos interface.
After calling up the DOS interface, (the command line will appear) enter "netsh winsock reset" (all in lowercase) on the command line and click the Enter button.
After jumping out of the new command line, enter "netsh int ip reset reset.log" and click the Enter button
Restart the computer and continue to connect to the network. If this method does not work, you can try another method. We can right-click "Computer" on the desktop, and then click the [Properties] option.
Enter the "Network and Sharing Center", click [Change Adapter Settings] in the upper left corner, click to enter the "Network Connection List", right-click the network currently in use, click the "Properties" option, and then click to enter "Network Connection Properties Dialog Box", click [Internet Protocol Version 4].
Enter the "Network Connection Interface", check both the IP address and DNS to obtain automatically, then restart the computer, and the problem is solved.
Free learning video sharing: php video tutorial
The above is the detailed content of What to do if the computer cannot connect to the gateway. For more information, please follow other related articles on the PHP Chinese website!