0

For a few days, I have noticed that I cannot ping any Local IP from the network, only on my Laptop from Asus. When I open CMD then type ping 192.168.1.1 or ping 8.8.8.8 (Google DNS), I don't get any respond (as it is shown on the screenshot below), like unreachable or anything else.

![ping][1]

Also I have tried to ping any website live on the Internet, the result is same. I do have internet access and I thought this could be the problem from the Modem. So therefore I have reset the modem to it's default settings. But unfortunately there is no improvement.

I have done the same test mentioned above on my old Vaio Laptop also running Windows 10 and the result was fine.

Is there any suggestion that will help resolve this issue?

ABDUR RAHMAN
  • 31
  • 1
  • 1
  • 5

2 Answers2

3

The Issue has bee resolved successfully by the following:

  1. In the search box on the taskbar, type Command prompt, right-click (or press and hold) Command prompt, and then select Run as administrator > Yes.
  2. At the command prompt, run the following commands in the listed order, and then check to see if that fixes your connection problem: Type netsh winsock reset and press Enter. Type netsh int ip reset and press Enter. Type ipconfig /release and press Enter. Type ipconfig /renew and press Enter. Type ipconfig /flushdns and press Enter. Hope the information helps. Do reply if you need further assistance.
ABDUR RAHMAN
  • 31
  • 1
  • 1
  • 5
0

You can check to see if any of the websites used CloudFlare DDoS protection. Websites with the security do not let you ping the websites.

HQ220
  • 1