firewalld起動時に下記のエラーが発出され、firewalldが正常に機能しなくなってしまいました。(異常となった)
今の所確認できている異常としては リッチルールが、設定した通りに動作しないことです。(他のマシンで全く同じ設定にして正常に動作している事を確認しています)
このエラーが発出されないようにするにはどうすれば良いかご教授いただけると幸いです。
よろしくお願いします。
4月 05 03:45:23 ybdv10039 firewalld[6047]: WARNING: COMMAND_FAILED: '/usr/sbin/iptables -w2 -t nat -C POSTROUTING -p tcp -s 171.11.10.2 -d 171.11.10.2 --dport 8080 -j MASQUERADE' failed: iptables: No chain/target/match by that name.
4月 05 03:45:23 ybdv10039 firewalld[6047]: WARNING: COMMAND_FAILED: '/usr/sbin/iptables -w2 -t nat -C DOCKER -p tcp -d 0/0 --dport 80 -j DNAT --to-destination 171.11.10.3:80 ! -i br-xxxxxxxxxxxx' failed: iptables: No chain/target/match by that name.
4月 05 03:45:23 ybdv10039 firewalld[6047]: WARNING: COMMAND_FAILED: '/usr/sbin/iptables -w2 -t filter -C DOCKER ! -i br-xxxxxxxxxxxx -o br-xxxxxxxxxxxx -p tcp -d 171.11.10.3 --dport 80 -j ACCEPT' failed: iptables: Bad rule (does a matching rule exist in that chain?).
4月 05 03:45:23 ybdv10039 firewalld[6047]: WARNING: COMMAND_FAILED: '/usr/sbin/iptables -w2 -t nat -C POSTROUTING -p tcp -s 171.11.10.3 -d 171.11.10.3 --dport 80 -j MASQUERADE' failed: iptables: No chain/target/match by that name.
4月 05 03:45:23 ybdv10039 firewalld[6047]: WARNING: COMMAND_FAILED: '/usr/sbin/iptables -w2 -t nat -C DOCKER -p tcp -d 0/0 --dport 6379 -j DNAT --to-destination 171.11.10.4:6379 ! -i br-xxxxxxxxxxxx' failed: iptables: No chain/target/match by that name.
4月 05 03:45:23 ybdv10039 firewalld[6047]: WARNING: COMMAND_FAILED: '/usr/sbin/iptables -w2 -t filter -C DOCKER ! -i br-xxxxxxxxxxxx -o br-xxxxxxxxxxxx -p tcp -d 171.11.10.4 --dport 6379 -j ACCEPT' failed: iptables: Bad rule (does a matching rule exist in that chain?).
4月 05 03:45:23 ybdv10039 firewalld[6047]: WARNING: COMMAND_FAILED: '/usr/sbin/iptables -w2 -t nat -C POSTROUTING -p tcp -s 171.11.10.4 -d 171.11.10.4 --dport 6379 -j MASQUERADE' failed: iptables: No chain/target/match by that name.
4月 05 04:17:34 ybdv10039 firewalld[6047]: WARNING: COMMAND_FAILED: '/usr/sbin/iptables -w2 -t nat -C DOCKER -p tcp -d 0/0 --dport 6379 -j DNAT --to-destination 171.11.10.4:6379 ! -i br-xxxxxxxxxxxx' failed: iptables: No chain/target/match by that name.
4月 05 04:17:34 ybdv10039 firewalld[6047]: WARNING: COMMAND_FAILED: '/usr/sbin/iptables -w2 -t filter -C DOCKER ! -i br-xxxxxxxxxxxx -o br-xxxxxxxxxxxx -p tcp -d 171.11.10.4 --dport 6379 -j ACCEPT' failed: iptables: Bad rule (does a matching rule exist in that chain?).
4月 05 04:17:34 ybdv10039 firewalld[6047]: WARNING: COMMAND_FAILED: '/usr/sbin/iptables -w2 -t nat -C POSTROUTING -p tcp -s 171.11.10.4 -d 171.11.10.4 --dport 6379 -j MASQUERADE' failed: iptables: No chain/target/match by that name.
環境
OS: CentOS 7.6
MWバージョン: firewall-cmd 0.5.3
回答1件
あなたの回答
tips
プレビュー