設定Linux客戶機上網代理

來源:互聯網
上載者:User

概要

(i) 設定某使用者的上網代理

(ii) 設定特定使用者程式的上網代理:wget 設定代理 、yum 設定代理

 

主要內容

(一) 設定某使用者的上網代理

(1) 在能串連外網的老節點 10.10.11.251 上啟動 CCProxy,
設定一個 HTTP 協議連接埠,例如為 9527;
在賬戶中添加客戶機A、B,使用IP地址即可;

(2) 在 A、B 這些內部節點客戶機上設定代理

例如可以設定某個使用者的上網代理,只有該使用者通過此代理上網,例如 root 使用者
[root@glnode04 ~]# vim ~/.bash_profile  (啟動一個 bash 將載入該檔案)
檔案中加入
http_proxy="http://10.10.77.251:9527"
export http_proxy


[root@glnode04 ~]# source ~/.bash_profile

這樣便可使用Proxy 伺服器上網了。

注意 老節點 有兩個 IP,一個是 11.251,一個是 77.251,客戶機中設定代理時,只能使用後者,IP地址 77.251 和 glnode04 這些節點在同一個子網內,他們相互可以ping通。

(3) 測試

[root@gmnode14 kernels]# wget sina.com
--2011-04-20 04:58:01--  http://sina.com/
Connecting to 10.10.77.251:9527... 已串連。
已發出 Proxy 請求,正在等待回應... 301 Moved Permanently
位置:http://www.sina.com/ [跟隨至新的 URL]
--2011-04-20 04:58:02--  http://www.sina.com/
Connecting to 10.10.77.251:9527... 已串連。
已發出 Proxy 請求,正在等待回應... 301 Moved Permanently
位置:http://www.sina.com.cn/ [跟隨至新的 URL]
--2011-04-20 04:58:04--  http://www.sina.com.cn/
Connecting to 10.10.77.251:9527... 已串連。
已發出 Proxy 請求,正在等待回應... 200 OK
長度:534407 (522K) [text/html]
Saving to: `index.html'

100%[=======================================================================================================================================>] 534,407      583K/s   in 0.9s   

2011-04-20 04:58:05 (583 KB/s) - `index.html' saved [534407/534407]

(二) 單獨為某個應用程式設定代理

例如 wget 的上網代理,
則在 A、B這些內部節點上設定 wget 的代理

[root@hdfs05 vm]# vim ~/.wgetrc
http_proxy = http://10.10.77.251:9527/
use_proxy = on

例如 yum 的上網代理,

則可以在 /etc/yum.conf

中設定Proxy 伺服器的資訊。proxy 配置項必須設定為完整的Proxy 伺服器的 URL,包含 TCP 通訊埠號在內。如果您的Proxy 伺服器要求使用者名稱和密碼,可以用 proxy_username 和 proxy_password 配置項來指定它們。
這一配置使得 yum 使用Proxy 伺服器 mycache.mydomain.com,串連連接埠號碼 3128,使用者名稱 yum-user,密碼 qwerty。
# Proxy 伺服器 - proxy server:port number
proxy=http://10.10.77.251:9527/
# 用於 yum 串連的帳戶細節
proxy_username=yum-user
proxy_password=qwerty

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.