Hello,
After using the ipconfig /all command on the command line, it is found that the abnormal DNS address fec0:0:0:ffff::1%1 appears in the dns entry. It may be that the network configuration error causes the DNS exception. You can try the following method on the client to check Can this problem be solved by:
- Open the text editor, enter the following text, and then change the file name to flush.bat.
@Echo on
pushd\windows\system32\drivers\etc
attrib -h -s -r hosts
echo 127.0.0.1 localhost>HOSTS
attrib +r +h +s hosts
popd
ipconfig /release
ipconfig /renew
ipconfig /flushdns
netsh winsock reset all
netsh int ip reset all
shutdown -r -t 1
del %
- Right-click the mouse and run as administrator. The script will then reset the network settings and automatically restart the computer.
Best regards
Zunhui