action #45731
closedBug: firewalld is blocking everything until it's restarted
100%
Description
After a reboot of an invis server the new firwalld daemon is blocking everything until it is restarted.
Updated by flacco almost 6 years ago
- Related to action #36079: Modify sine2 / invisAD-setup to be compatible with leap 15 added
Updated by flacco almost 6 years ago
- Status changed from New to In Progress
- % Done changed from 0 to 80
It seems that firewalld starts to early. The original service-unit file defines to start firewalld before "network-pre.target":
"[Unit]
Description=firewalld - dynamic firewall daemon
Before=network-pre.target
Wants=network-pre.target
After=dbus.service
After=polkit.service
..."
Starting firewalld later brings the risk that the system runs for a few moments without the firewall. Sytemd knows three different network targets. "network-pre.target", "network.target" and "network-online.target". The last one means that all network interfaces are up and online. Starting the firewall before this target should be secure enough.
Changing the firewalld service-unit file to:
"[Unit]
Description=firewalld - dynamic firewall daemon
After=network-pre.target
Before=network-online.target
After=dbus.service
After=polkit.service
..."
did the job. This should be secure enough.
Updated by flacco almost 6 years ago
... but I don't know if we should place a "Wants=network.online.target" in the service-unit file?
Updated by ingogoeppert almost 6 years ago
firewalld does not start to early. It works on my system. I am unable to reproduce this issue.
Updated by flacco almost 6 years ago
- Related to deleted (action #36079: Modify sine2 / invisAD-setup to be compatible with leap 15)
Updated by flacco almost 6 years ago
- Due date changed from 2019-01-11 to 2019-02-28
Updated by ingogoeppert over 5 years ago
- Target version changed from 14.1 to 14.2
Updated by ingogoeppert over 5 years ago
- Due date changed from 2019-02-28 to 2019-08-31
Updated by ingogoeppert over 4 years ago
- Status changed from In Progress to Workable
Updated by ingogoeppert over 4 years ago
- Status changed from Workable to Closed