今天就跟大家聊聊有關(guān)Linux服務(wù)器中如何安裝squid,可能很多人都不太了解,為了讓大家更加了解,小編給大家總結(jié)了以下內(nèi)容,希望大家根據(jù)這篇文章可以有所收獲。
古田網(wǎng)站建設(shè)公司創(chuàng)新互聯(lián)建站,古田網(wǎng)站設(shè)計制作,有大型網(wǎng)站制作公司豐富經(jīng)驗。已為古田近1000家提供企業(yè)網(wǎng)站建設(shè)服務(wù)。企業(yè)網(wǎng)站搭建\外貿(mào)營銷網(wǎng)站建設(shè)要多少錢,請找那個售后服務(wù)好的古田做網(wǎng)站的公司定做!
安裝squid
proxy就是軟件代理或者代理服務(wù)器,而squid就是一種常用的proxy服務(wù)
1、安裝squid
[root@localhost wj]#
rpm -qa | grep squid
[root@localhost wj]#
yum install -y squid
Installed:
squid.i686 7:3.1.10-19.el6_4
Complete!
[root@localhost wj]#
|
2、設(shè)置防火墻,squid默認(rèn)使用3128端口,用戶可以自行修改一些不沖突的端口,之后要在防火墻中添加端口
[root@localhost wj]#
gedit /etc/sysconfig/iptables
-A INPUT -m state --state NEW -m tcp -p tcp --dport 3128 -j ACCEPT
[root@localhost phpMyAdmin]#
service iptables restart
iptables :將鏈設(shè)置為政策
ACCEPT : filter nat [ 確定 ]
iptables :清除防火墻規(guī)則: [ 確定 ]
iptables :正在卸載模塊: [ 確定 ]
iptables :應(yīng)用防火墻規(guī)則: [ 確定 ]
iptables :載入額外模塊: nf_conntrack_ftp [ 確定 ]
[root@localhost phpMyAdmin]#
|
3、啟動squid服務(wù)
[root@localhost wj]#
service squid start
正在啟動
squid : . [ 確定 ]
[root@localhost wj]#
|
4、測試,在瀏覽器中設(shè)置http代理為Linux的ip,端口號3128
隨便打開一個網(wǎng)站,可以看到還是能正常訪問,說明配置成功
看完上述內(nèi)容,你們對Linux服務(wù)器中如何安裝squid有進(jìn)一步的了解嗎?如果還想了解更多知識或者相關(guān)內(nèi)容,請關(guān)注創(chuàng)新互聯(lián)行業(yè)資訊頻道,感謝大家的支持。
分享名稱:Linux服務(wù)器中如何安裝squid
轉(zhuǎn)載源于:
http://weahome.cn/article/gioipe.html