centos7防火墙启动失败

新手上路,请多包涵

centos7中firewalld启动失败

我不知道是不是哪里设置错了,导致使用命令

sudo systemctl start firewalld

无法启动

查看/var/log/firewalld日志显示如下

2018-04-03 14:36:13 WARNING: ICMP type 'beyond-scope' is not supported by the kernel for ipv6.
2018-04-03 14:36:13 WARNING: beyond-scope: INVALID_ICMPTYPE: No supported ICMP type., ignoring for run-time.
2018-04-03 14:36:13 WARNING: ICMP type 'failed-policy' is not supported by the kernel for ipv6.
2018-04-03 14:36:13 WARNING: failed-policy: INVALID_ICMPTYPE: No supported ICMP type., ignoring for run-time.
2018-04-03 14:36:13 WARNING: ICMP type 'reject-route' is not supported by the kernel for ipv6.
2018-04-03 14:36:13 WARNING: reject-route: INVALID_ICMPTYPE: No supported ICMP type., ignoring for run-time.
2018-04-03 14:36:13 WARNING: '/usr/sbin/ip6tables-restore --wait=2 -n' failed: ip6tables-restore: line 34 failed

2018-04-03 14:36:13 WARNING: '/usr/sbin/iptables-restore --wait=2 -n' failed: iptables-restore: line 34 failed

2018-04-03 14:36:13 WARNING: '/usr/sbin/ebtables-restore --noflush' failed: Unable to update the kernel. Two possible causes:
1. Multiple ebtables programs were executing simultaneously. The ebtables
   userspace tool doesn't by default support multiple ebtables programs running
   concurrently. The ebtables option --concurrent or a tool like flock can be
   used to support concurrent scripts that update the ebtables kernel tables.
2. The kernel doesn't support a certain ebtables extension, consider
   recompiling your kernel or insmod the extension.
.

2018-04-03 14:36:13 ERROR: COMMAND_FAILED

我该怎么设置,希望linux运维大佬帮忙!谢谢~

阅读 7.6k
撰写回答
你尚未登录,登录后可以
  • 和开发者交流问题的细节
  • 关注并接收问题和回答的更新提醒
  • 参与内容的编辑和改进,让解决方法与时俱进
推荐问题