Wednesday, June 4, 2008

Yum behind proxy server

To configure yum when you are on a network that has a proxy server between you and the internet do this:
sudo vi /etc/yum.conf
Insert this line:
proxy=http://fqdn of proxy server:port

For me it looks like this:
proxy=http://webcache.ptl.na.cascorp.biz:3128

No comments: