Internet connection issue on Windows WSL (Ubuntu)

Sumit G
Jun 5, 2021

Open command prompt as administrator and execute below commands

netsh winsock reset 
netsh int ip reset all
netsh winhttp reset proxy
ipconfig /flushdns

restart your Windows machine, That’s it!

--

--