Configuring YUM to use proxy server…
To use Yum with proxy server,
edit /etc/yum.conf
Then add proxy server’s IP Address and Port number like follows.
proxy=http://PROXY-IP:PORT
If your proxy server requires authentication, Then add following lines,
proxy_username=PROXY-USERNAME
proxy_password=PROXY-PASSWD
save the file and try running Yum.
