2006年7月12日 星期三

Proxy for Yum (適用Fedora Core 4及5)

 由於公司的網路對外一定要從Proxy出去,而最新剛裝好的 Fedora Core 5 需要更新,於是需要設定 Yum 能透過 Proxy 連上 Install。
 1. yum 的設定檔在 /etc/yum.conf ,修改設定檔,加入以下參數
 # The proxy server - proxy server:port number
 proxy=http://your_proxy_ip:3128
 # The account details for yum connections
 proxy_username=user_name
 proxy_password=user_password
 此設定參數可提供所有帳號使用

 2. 若要針對特定帳號使用,可以將下列參數加入到 ~/.bash_profile
  http_proxy="http://your_proxy_ip:3128"
  export http_proxy
  若 Proxy Server 需要經過帳號密碼驗證,則修改為下列參數
  http_proxy=http://user_name:user_password@your_proxy_ip:3128
  export http_proxy



沒有留言:

張貼留言