Saturday, May 4, 2024
 Popular · Latest · Hot · Upcoming
3
rated 0 times [  3] [ 0]  / answers: 1 / hits: 32639  / 1 Year ago, tue, april 18, 2023, 10:20:09

I'm using newly installed 13.04 on my lap. I've connected to wifi connection in our university and configured the proxy settings in network settings. I can access web and even software updater work nicely, but using the terminal I even can't ping into a website. "ping google.com" gives 100% packet loss


More From » wireless

 Answers
6

for me the following worked in our company network with proxy:



cd /etc/apt
mv ./apt.conf ./apt.conf.bak


this is to force the system to use the new file we create now.



cd ./etc/apt/apt.conf.d


create new file "95proxies" and add there the content of the apt.conf file
Example:



Acquire::http::Proxy “http://proxy_url:proxy_port/”;
Acquire::ftp::Proxy “http://proxy_url:proxy_port/”;


now the system use the 95proxies file



Try



sudo apt-get update


this should work now


[#30722] Tuesday, April 18, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
umplegitimat

Total Points: 137
Total Questions: 126
Total Answers: 118

Location: Saint Pierre and Miquelon
Member since Sat, Aug 21, 2021
3 Years ago
umplegitimat questions
;