Windows XP Windows 7 Windows 2003 Windows Vista Windows教程綜合 Linux 系統教程
Windows 10 Windows 8 Windows 2008 Windows NT Windows Server 電腦軟件教程
 Windows教程網 >> Linux系統教程 >> Linux系統常見問題解答 >> linux防火牆設置

linux防火牆設置

日期:2017/1/20 17:42:36      編輯:Linux系統常見問題解答

 1、什麼是防火牆?

  防火牆(firewall),是一項信息安全的防護系統,依照特定的規則,允許或是限制傳輸的數據通過。

  2、linux下防火牆的設置

  2.1、防火牆配置文件iptables路徑

  /etc/sysconfig/iptables

  一般直接編輯此配置文件即可。編輯之前請先備份。

  2.2、iptables的開啟、關閉與重啟

  service iptables start

  service iptables stop

  service iptables restart

  修改設置後需要重啟iptables服務。

  2.3、用命令設置時的保存

  如果是用命令來設置iptables,當時就會生效,但是它未寫入/etc/sysconfig/iptables文件裡,重啟就會失效,需要寫入iptables中。

  /etc/rc.d/init.d/iptables save

  2.4、查看本機關於iptables的設置情況

  iptables -L -n

Copyright © Windows教程網 All Rights Reserved