You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi
I am on Microsoft Windows 10 Version 1709 (OS Build 16299.726)
I am working behind a vpn and so far tried the below options
disabled ipv6
updated gai.conf
DNSSEC=off
to /etc/systemd/resolved.conf
the nslookup matches between the ubuntu/WSL and windows
the ping output matches between the ubuntu/WSL and windows
Windows Defender Firewall has added the executables
C:\Program Files\WindowsApps\CanonicalGroupLimited.Ubuntu18.04onWindows_1804.2018.817.0_x64__79rhkp1fndgsc\ubuntu1804.exe
C:\Program Files\WindowsApps\CanonicalGroupLimited.Ubuntu18.04onWindows_1804.2018.817.0_x64__79rhkp1fndgsc\ubuntu.exe
For domain/public/private
Only antivirus running is McAfee
Appreciate any help
The text was updated successfully, but these errors were encountered:
Executed below steps given in #5
but still not working
sushantmishra1996 commented on Jul 16
FOR PEOPLE WORKING ON A PROXY NETWORK
I had this same issue. I resolved it this way:
Disabling firewall as described by @MendesMartini
My resolv.conf file 's nameserver address matched to the DNS address from /ipconfig/all .
Use this command
sudo nano /etc/apt/apt.conf
Write this line with your proxy address and port in the above file.
Acquire::http::Proxy "http://proxyaddress:port";
press ctrl+X then y then enter to save.
( Example: acquire::http::Proxy "http://192.10.3.40:8080"; )
Run sudo apt-get update.
This issue has been automatically closed since it has not had any activity for the past year. If you're still experiencing this issue please re-file this as a new issue or feature request.
Hi
I am on Microsoft Windows 10 Version 1709 (OS Build 16299.726)
I am working behind a vpn and so far tried the below options
to /etc/systemd/resolved.conf
C:\Program Files\WindowsApps\CanonicalGroupLimited.Ubuntu18.04onWindows_1804.2018.817.0_x64__79rhkp1fndgsc\ubuntu1804.exe
C:\Program Files\WindowsApps\CanonicalGroupLimited.Ubuntu18.04onWindows_1804.2018.817.0_x64__79rhkp1fndgsc\ubuntu.exe
For domain/public/private
Appreciate any help
The text was updated successfully, but these errors were encountered: