segue os passos abaixo
1º Edita o arquivo com o seguinte comando
vim /etc/sysconfig/proxy
2º Vá nas seguintes locais e altere
PROXY_ENABLED="YES"
HTTP_PROXY="http://seuproxy:porta"
HTTPS_PROXY="http://seuproxy:porta"
FTP_PROXY="http://seuproxy:porta"
onde seuproxy é o numero correspondente ao seu proxy, junto com a porta de conexão.
se seu proxy tiver login com senha fica assim:
HTTP_PROXY="http://login@senha:seuproxy:porta"
HTTPS_PROXY="http://login@senha:seuproxy:porta"
HTTPS_PROXY="http://login@senha:seuproxy:porta"
FTP_PROXY="http://login@senha:seuproxy:porta"
E isso ai está pronto seu proxy.
osb: o correto e
ResponderExcluirHTTP_PROXY="http://login:senha@seuproxy:porta"
HTTPS_PROXY="http://login:senha@seuproxy:porta"
FTP_PROXY="http://login:senha@seuproxy:porta"
Sua dica salvou meu dia. Muito obrigado.
ResponderExcluir