Shorewall not starting at boot
Shorewall not starting at boot
I have this problem since beginning of centos 7 and still didn't solve it.
Shorewall doesn't start at boot, that worked on centos 6 and works on centos 8 but not on centos 7.
How to solve this problem. I really would like to wait before go to centos 8, for a year.
Shorewall doesn't start at boot, that worked on centos 6 and works on centos 8 but not on centos 7.
How to solve this problem. I really would like to wait before go to centos 8, for a year.
Re: Shorewall not starting at boot
I assume you have switched to iptables, and not using the default firewalld?
Re: Shorewall not starting at boot
Are there any error logs?
Re: Shorewall not starting at boot
Is it enabled?
CentOS 6 died in November 2020 - migrate to a new version!
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 is dead, do not use it.
Full time Geek, part time moderator. Use the FAQ Luke
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 is dead, do not use it.
Full time Geek, part time moderator. Use the FAQ Luke
Re: Shorewall not starting at boot
Yes it is enabled and it doesn't start when system boot and no errors.
I need to start it manually eveyrtime server boot up.
I need to start it manually eveyrtime server boot up.
Re: Shorewall not starting at boot
No revelations from?
Code: Select all
systemctl status shorewall
journalctl -u shorewall
Re: Shorewall not starting at boot
● shorewall.service - Shorewall IPv4 firewall
Loaded: loaded (/usr/lib/systemd/system/shorewall.service; enabled; vendor preset: disabled)
Active: inactive (dead)
mar 04 11:05:00 localhost.localdomain systemd[1]: [/usr/lib/systemd/system/sh...
Hint: Some lines were ellipsized, use -l to show in full.
-- Logs begin at čet 2021-03-04 11:04:05 CET, end at čet 2021-03-04 11:10:38 CET. --
mar 04 11:05:00 localhost.localdomain systemd[1]: [/usr/lib/systemd/system/shorewall.service:16] Failed to parse service restart specifier, ignoring: yes
Loaded: loaded (/usr/lib/systemd/system/shorewall.service; enabled; vendor preset: disabled)
Active: inactive (dead)
mar 04 11:05:00 localhost.localdomain systemd[1]: [/usr/lib/systemd/system/sh...
Hint: Some lines were ellipsized, use -l to show in full.
-- Logs begin at čet 2021-03-04 11:04:05 CET, end at čet 2021-03-04 11:10:38 CET. --
mar 04 11:05:00 localhost.localdomain systemd[1]: [/usr/lib/systemd/system/shorewall.service:16] Failed to parse service restart specifier, ignoring: yes
Re: Shorewall not starting at boot
Any idea how to solve this?