Changes between Initial Version and Version 1 of TipAndDoc/network/ufw


Ignore:
Timestamp:
Jun 6, 2009 11:07:49 PM (15 years ago)
Author:
mitty
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TipAndDoc/network/ufw

    v1 v1  
     1[[PageOutline]] 
     2 
     3 = ufw = 
     4 * Uncomplicated Firewall 
     5   * iptablesのラッパー 
     6   * /usr/sbin/ufw: python script text executable 
     7 
     8 * [https://help.ubuntu.com/8.04/serverguide/C/firewall.html Firewall] 
     9 
     10 == 設定ファイル == 
     11 * /etc/default/ufw 
     12   * ip6tablesのon/off、「ufw default deny/allow」による設定(iptables -P INPUT ACCEPT/DROPに対応)、下の/etc/ufw/sysctl.confの指定など 
     13 * /etc/ufw/ufw.conf 
     14   * ufw の 有効/無効 
     15 * /etc/ufw/sysctl.conf 
     16   * sysctl settings 
     17 * /etc/ufw/*.rules 
     18   * uwf コマンドで変更できない設定 
     19 * /var/lib/ufw/user*.rules 
     20   * uwf コマンドで設定される 
     21 
     22 === chain の適用順 === 
     23 1. /etc/ufw/before(6).rules にあるchainが適用される 
     24 1. /var/lib/ufw/user(6).rules にあるchainが適用される 
     25 1. /etc/ufw/after(6).rules にあるchainが適用される