No Internet in Chrome but MS Edge (Chromium) works fine, how is it possible?

1

For some weird reason, chrome stops working in between. If restart the system it works again.

"No internet
Try:
 Checking the network cables, modem, and router
 Reconnecting to Wi-Fi 
 Running Windows Network Diagnostics 
 DNS_PROBE_FINISHED_NO_INTERNET"

Am asking this question, using the same internet via MS Edge (Chromium). I tried other Microsoft products like IE, MS Edge, all working fine except chrome.

AFAIK, MS Edge (chromium) and Chrome both are based on chromium, but why it behaves different in different systems?

Case #1: Disabled all extensions, Same result

Case #2: Updated to latest build, Same result

Case #3: Uninstalled and Installed again, same result

Case #4: Stopped Sync, Deleted all info, same result

Case #5: Updating regedit values didn't help, same result

Dineshkumar Ponnusamy

Posted 2019-11-25T16:44:19.980

Reputation: 111

2Are you using a proxy or something? – Burgi – 2019-11-25T16:53:52.800

Are you using some kind of firewall? If so, check its rules. Or anti-virus (e.g. Bitdefender). Most likely Chrome was added to the black list. – kenorb – 2019-11-25T17:30:33.787

3

Possible duplicate of Chrome is unable to connect to the Internet

– kenorb – 2019-11-25T17:31:20.150

Try running netsh winsock reset. – kenorb – 2019-11-25T17:31:41.473

Am using proxy, firewall and antivirus. I'll try the workaround in another answer and will update. – Dineshkumar Ponnusamy – 2019-11-25T20:32:51.603

Answers

0

I think it's your computer dns issue . Try changing the default dns to Google public dns

8.8.8.8

Also you may fix this DNS error by using below commands:

ipconfig /release

ipconfig /renew

ipconfig /flushdns

netsh int ip set dns

netsh winsock reset

Asad

Posted 2019-11-25T16:44:19.980

Reputation: 11

0

Almost as @Asad answered, I found this here that seems to work (it was not the case for me but this is what I found in several forums/tutos):

netsh winsock reset

Do not restart

netsh int ip reset

Restart

In case you have a "Resetting , failed." "Access is denied." error in netsh int ip reset, follow this to fix it: https://davidvielmetter.com/tricks/netsh-int-ip-reset-says-access-denied/

gluttony

Posted 2019-11-25T16:44:19.980

Reputation: 13