代理防火牆:Linux系統組態實例方法

來源:互聯網
上載者:User
關鍵字 iptables 安裝 nbsp; 防火牆

&HTTP://www.aliyun.com/zixun/aggregation/37954.html">nbsp;   首先下載iptables的最新原始程式碼。 編譯安裝,然後停止系統已安裝的iptables,使用最新安裝的iptables,使用最新安裝的iptables工具。

實驗一:安裝

1、從HTTP://www.netfilter.org/downloads.html#iptables-1.2.9下載最新的iptables原始程式碼包,當前是iptables-1.2.9.tar.bz,下載後保存到/usr /local/src目錄。

2、進入/usr/local/src目錄,解開壓縮包,進入iptables原始程式碼目錄,

#cd /usr/local/src

#bunzip2 iptables-1.2.9.tar.bz

#tar xf iptables-1.2.9.tar

#cd iptables-1.2.9

3、使用下面蝗命令編譯和安裝iptables原始程式碼套裝軟體

#make PREFIX=/usr

#make PREFIX=/usr install

注:使用PREFIX=/usr參數指定iptables安裝相關的檔時以/usr目錄為最上層目錄,而不是預設的/usr/local,如 iptables的檔會安裝在/usr/sbin,/usr/lib,/usr/ man等目錄中,使用ls 命令查看這些目錄,能夠發現iptabels相關的可執行檔和庫檔,

4、安裝完成,使用預設安裝的iptables命令和新安裝的iptables命令,比較查看版本資訊

#/sbin/iptables –v

5、為了使用新安裝的iptables工具,需要停掉系統啟動時執行的iptabels命令,把防火牆啟動腳本從系統啟動佇列中去掉,

#chkconfig –level 2345 iptables off

#chkconfig –list iptables

然後用reboot重新開機系統。

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在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.