Score:0

No internet connection through terminal after proxy setup

my flag

I'm on Ubuntu 20.04 and have recently added proxy settings to my PC, unfortunately, I cannot access the internet through the terminal, I am able to use the internet from my web browser but have no connection through the terminal. Doing ping goole.com results in an unresolved name ping: google.com: Temporary failure in name resolution.

export http_proxy="http://proxy_ip:8080"
export https_proxy="https://proxy_ip:8080"
export HTTP_PROXY=${http_proxy}
export HTTPs_PROXY=${https_proxy}

Above the proxy settings from ~/.profile.

Please any help will be appreciated. Thank you.

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.