#author("2017-11-30T06:58:21+00:00","","") #topickpath(); #author("2017-11-30T06:58:56+00:00","","") #topicpath(); //////////////////////////////////////////////////////////////////////////////// * 目次 [#bd7c367c] #contents(); //////////////////////////////////////////////////////////////////////////////// * iptablesの設定 [#pda64eef] - [[設定例(スクリプト)>http://devel.jpn.org/linux/wiki/index.php?plugin=attach&pcmd=open&file=iptables.config&refer=Net%2Fiptables]]&br; iptables の設定が出来たら、保存が必要です(但し、上記のスクリプトを実行すると、その最後で設定の保存を行います)。 //////////////////////////////////////////////////////////////////////////////// * iptables をシステム起動時に自動実行させる [#c041f020] デフォルトの状態のままでシステム起動時にiptablesが自動で起動しない場合には、その設定をする。 + /etc/init.d/iptables の存在を確認する(通常ある筈。なければ作る) + 自動実行されるように設定する # update-rc.d iptables defaults 20