| 2005-04-28: iptables-1.2.5-9 が再起動時動作しない問題について |
| 報告された内容 |
root 宛に次の内容のメールが1時間毎に送られる。
/etc/cron.hourly/log_traffic:
iptables: Table does not exist (do you need to insmod?)
iptables: No chain/target/match by that name
iptables: No chain/target/match by that name
......... |
| 原因 |
サーバの再起動時に iptables サービスが実行されないために起こります。 |
| 回避方法 |
この現象が発生した場合、iptables-1.2.5-11にアップデートしてください(6/13更新)。
| 次のようにサービスを再設定し、回復することを確認しました。 |
|
| サーバーへログインし、root になり、次のコマンドを実行します。 |
| # chkconfig iptables reset |
| # /etc/init.d/iptables restart |
|