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