使用IP Filter設定小型企業防火牆

來源:互聯網
上載者:User

  一、 網路環境

  1、主機A:安裝freebsd4.7,安裝三塊網卡fxp0、xl0和xl1。

  fxp0為對外網卡,IP:x.x.x.x ISP為我提供的IP地址

  xl0為對內公用地區網卡,IP:192.168.0.1

  xl1為對內服務提供地區網卡,IP:192.168.80.1

  2、主機B:對外提供www服務主機,ip地址為:192.168.80.80

  3、主機C:對外提供ftp服務主機,ip:192.168.80.3。

  4、其他工作站N台。

  二、編譯核心

  1、

#cd /sys/i386/conf
#cp GENERIC kernel_IPF

  2、編譯kernel_IPF,加入一下選項:

options IPFILTER
options IPFILTER_LOG
options IPFILTER_DEFAULT_BLOCK
3、
<CENTER><ccid_nobr>
<table width="400" border="1" cellspacing="0" cellpadding="2"
bordercolorlight = "black" bordercolordark = "#FFFFFF" align="center">
<tr>
  <td bgcolor="e6e6e6" class="code" style="font-size:9pt">
  <pre><ccid_code>
#/usr/sbin/config kernel_IPF
#cd ../../compile/kernel_IPF
#make kepend
#make
#make install

  4、編輯/etc/rc.rc.conf,開啟以下選項:

defaultrouter="x.x.x.1" x.x.x.1為ISP提供的網關
gateway_enable="YES"
ipfilter_enable="YES"
ipnat_enable="YES"

  5、重新啟動系統:reboot

  三、配置防火牆

  1、 設定地址轉換ipnat。在/etc下建立檔案ipnat.rules,內容為:



相關文章

聯繫我們

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