Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
system proxy not working
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
wenzi
Tux's lil' helper
Tux's lil' helper


Joined: 18 Jan 2019
Posts: 106

PostPosted: Sun Dec 06, 2020 2:19 pm    Post subject: system proxy not working Reply with quote

I used gnome-3.38+systemd+networkmanager.I set proxy in setting-network-proxy-manual,but it does't work. In ubuntu it works. :cry:
Back to top
View user's profile Send private message
DawgG
l33t
l33t


Joined: 17 Sep 2003
Posts: 866

PostPosted: Tue Dec 08, 2020 3:45 pm    Post subject: Reply with quote

i usually set the (system)proxy in /etc/profile (this usually works in debian-based systems, too). i usually neither use systemd, gnome, nor network-manager, though.

put sth. like this at the end of /etc/profile (adjust to your settings):
Code:
export http_proxy="http://<IP>:PORT"
export https_proxy="http://<IP>:PORT"
export ftp_proxy="http://<IP>:PORT"

in most cases that's enough to get programs with proxy-support working.
GOOD LUCK!
_________________
DUMM KLICKT GUT.
Back to top
View user's profile Send private message
wenzi
Tux's lil' helper
Tux's lil' helper


Joined: 18 Jan 2019
Posts: 106

PostPosted: Thu Dec 24, 2020 4:33 am    Post subject: Reply with quote

DawgG wrote:
i usually set the (system)proxy in /etc/profile (this usually works in debian-based systems, too). i usually neither use systemd, gnome, nor network-manager, though.

put sth. like this at the end of /etc/profile (adjust to your settings):
Code:
export http_proxy="http://<IP>:PORT"
export https_proxy="http://<IP>:PORT"
export ftp_proxy="http://<IP>:PORT"

in most cases that's enough to get programs with proxy-support working.
GOOD LUCK!

THANKS!!
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum