PROXY_SERVER="http://<Proxy-Server>:Port" echo "proxy=${PROXY_SERVER}" >> /etc/yum.conf echo "http_proxy=${PROXY_SERVER}" >> /etc/wgetrc echo "ftp_proxy=${PROXY_SERVER}" >> /etc/wgetrc