Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.

Bug 1736765

Summary: iptables.service lacks dependencies on network-pre.target
Product: Red Hat Enterprise Linux 7 Reporter: James Ralston <ralston>
Component: iptablesAssignee: Phil Sutter <psutter>
Status: CLOSED ERRATA QA Contact: Tomas Dolezal <todoleza>
Severity: medium Docs Contact:
Priority: medium    
Version: 7.6CC: iptables-maint-list, todoleza
Target Milestone: rc   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: iptables-1.4.21-34.el7 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2020-03-31 20:09:39 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description James Ralston 2019-08-01 22:39:08 UTC
[I'm filing against RHEL7, but RHEL8 has the same issue.]

Description of problem:

Unlike both firewalld.service and nftables.service, iptables.service lacks these [Unit] settings:

Wants=network-pre.target
Before=network-pre.target

Because of this, on systems that use iptables, other network-related services can start before iptables starts.

This has at least two effects:

1. There is potentially a window when the network is up, and a network service has started, but iptables rules designed to filter that service are not yet in effect, because systemd has not yet started the iptables service.

2. Services that manage their own iptables rules (e.g., libvirtd.service) can add rules that are later duplicated when iptables starts and restores saved rules.

To resolve this, the iptables.service unit file should be updated to include these [Unit] settings:

Wants=network-pre.target
Before=network-pre.target

This will make iptables consistent with the other services (firewalld, nftables) that also provide firewall services.

Version-Release number of selected component (if applicable):

iptables-1.4.21-28.el7.x86_64
iptables-1.8.2-9.el8.x86_64

Comment 5 errata-xmlrpc 2020-03-31 20:09:39 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHBA-2020:1174