Centos 7 FirewallD 无法从全新 OVH 安装启动

Centos 7 FirewallD 无法从全新 OVH 安装启动

我刚刚从 OVH 收到了一台新的 32GB 专用服务器,并像我的其他 VPS 一样安装了 Centos7。

现在唯一的问题是,当我在 OVH 专用服务器上启动 FirewallD 时,它会抱怨与 iptables-restore 有关的问题?

我不完全确定为什么我的专用服务器安装与我的 VPS 不同,但默认情况下所有端口都是公开的,所以我怀疑 OVH 对映像做了一些事情,从一开始就打开了所有端口。

我看到它对第 11 行和第 10 行的抱怨,但我不明白这个错误意味着什么。

运行 systemctl statusfirewalld 的消息:

● firewalld.service - firewalld - dynamic firewall daemon
   Loaded: loaded (/usr/lib/systemd/system/firewalld.service; enabled; vendor preset: enabled)
   Active: active (running) since Mon 2019-12-02 00:25:34 CET; 8s ago
     Docs: man:firewalld(1)
 Main PID: 16147 (firewalld)
   CGroup: /system.slice/firewalld.service
           └─16147 /usr/bin/python2 -Es /usr/sbin/firewalld --nofork --nopid

Dec 02 00:25:34 dedi systemd[1]: Starting firewalld - dynamic firewall daemon...
Dec 02 00:25:34 dedi systemd[1]: Started firewalld - dynamic firewall daemon.

Dec 02 00:25:34 dedi firewalld[16147]: ERROR: '/usr/sbin/iptables-restore -w -n' failed: iptables-restore v1.4.21: iptables-restore: unable to initialize table 'security'

                                               Error occurred at line: 11...
    Dec 02 00:25:34 dedi firewalld[16147]: ERROR: '/usr/sbin/ip6tables-restore -w -n' failed: ip6tables-restore v1.4.21: ip6tables-restore: unable to initialize table 'security'

                                               Error occurred at line: 11...
    Dec 02 00:25:34 dedi firewalld[16147]: ERROR: '/usr/sbin/iptables-restore -w -n' failed: iptables-restore v1.4.21: iptables-restore: unable to initialize table 'security'

                                               Error occurred at line: 10...
    Dec 02 00:25:34 dedi firewalld[16147]: ERROR: '/usr/sbin/ip6tables-restore -w -n' failed: ip6tables-restore v1.4.21: ip6tables-restore: unable to initialize table 'security'

                                               Error occurred at line: 10...
    Dec 02 00:25:34 dedi firewalld[16147]: ERROR: COMMAND_FAILED: '/usr/sbin/ip6tables-restore -w -n' failed: ip6tables-restore v1.4.21: ip6tables-restore: unable to initialize table 'security'

                                               Error occurred at line: 10...

答案1

我刚刚得到了相同的 OVH 服务器并发现了相同的问题。我使用了一种解决方法,但没有搜索未加载安全表的根本原因。 https://github.com/firewalld/firewalld/issues/484#issuecomment-484109353

相关内容