05-18-2020, 03:21 PM
(This post was last modified: 05-18-2020, 03:22 PM by big_griggs.
Edit Reason: neew info
)
Try flushing your DNS setting on your computer. Regular internet usage causes your computer to automatically cache IP addresses and other domain name system results. Clearing (or "flushing") this cache will refresh the data, getting rid of outdated data that may be causing connection issues. Here is how to do it
[font]This has helped me.[/font]
- Navigate to the desktop.
- Hold down the Windows key and press R. (This will open the Run dialogue.)
- Type cmd and press Enter. (This will open a command prompt.)
- Type ipconfig /flushdns and press Enter.
- Type ipconfig /registerdns and press Enter
- Type ipconfig /release and press Enter.
- Type ipconfig /renew and press Enter.
- Type netsh winsock reset and press Enter.
- Reboot the computer
- Click Applications.
- Click Utilities.
- Double-click the Terminal application.
- Type the following command:Warning: To run this command, you will need to know the computer's Admin account password.Code:
sudo killall -HUP mDNSResponder
- Click Applications.
- Click Utilities.
- Double-click the Terminal application.
- Type the following command: Code:
sudo dscacheutil -flushcache
[font]This has helped me.[/font]