Answer the question
In order to leave comments, you need to log in
How to set up a proxy?
Is there a way to use the network setting
To set up a proxy in Ubuntu, open System Preferences, go to Network. Select Network Proxy Service. Change the method to Manual and enter your proxy settings. The disadvantage of this setting is that if you have a proxy with authorization by login and password, then it is impossible to specify these data, and the proxy will not work.
You can also configure proxies at the system level through configuration files (True UNIX-way). To do this, you need to open the /etc/environment file for editing as root (for example, sudo nano /etc/environment). Add the following lines to the end of the file:
https_proxy=" https://user:[email protected]:port/ "
http_proxy=" http://user:[email protected]:port/ "
ftp_proxy=" ftp://user:[email protected] :port/ "
socks_proxy="socks://user:[email protected]:port/"
Answer the question
In order to leave comments, you need to log in
Alternatively, a graphical utility, gtk-proxy-config
https://launchpad.net/~fsnow/+archive/ubuntu/ppa/+...
Why the hell do you need a proxy on proxmox with authorization? Let it go without authorization or natom.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question