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 1590265 - ip*tables.service improvements
Summary: ip*tables.service improvements
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 8
Classification: Red Hat
Component: iptables
Version: 8.1
Hardware: Unspecified
OS: Unspecified
low
low
Target Milestone: rc
: 8.1
Assignee: Phil Sutter
QA Contact: Tomas Dolezal
URL:
Whiteboard:
Depends On:
Blocks: 1807630 1825061
TreeView+ depends on / blocked
 
Reported: 2018-06-12 10:31 UTC by Marcos Mello
Modified: 2020-11-04 01:55 UTC (History)
5 users (show)

Fixed In Version: iptables-1.8.4-11.el8
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2020-11-04 01:54:58 UTC
Type: Bug
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Bugzilla 1807630 1 None None None 2023-04-20 12:39:17 UTC
Red Hat Product Errata RHBA-2020:4518 0 None None None 2020-11-04 01:55:11 UTC

Description Marcos Mello 2018-06-12 10:31:05 UTC
ip*tables.service improvements

- WantedBy=basic.target with DefaultDependencies=yes (implicit default) is broken config. Use WantedBy=multi-user.target (like firewalld, NetworkManager).
  See https://lists.freedesktop.org/archives/systemd-devel/2016-July/037242.html

- After=syslog.target is unnecessary. It is not even provided since systemd 198. Remove it.
  See https://github.com/systemd/systemd/commit/5d4caf565471ff3401bd9b53aa814c8545a18a93

- systemd 214+ has a passive target designed for firewalls: network-pre.target. Add Before=network-pre.target / Wants=network-pre.target into [Unit] section.
  See https://www.freedesktop.org/wiki/Software/systemd/NetworkTarget/

Comment 2 Marcos Mello 2018-06-12 11:55:55 UTC
One more thing. iptables.service has Before=ip6tables.service and ip6tables.service has After=iptables.service. This is redundant and can be simplified dropping one of them (I would remove Before=ip6tables.service from iptables.service, keeping After=iptables.service in ip6tables.service). Note: entirely optional.

Comment 3 Phil Sutter 2019-06-05 09:58:58 UTC
Hi,

Thanks for your unit file review and the suggested improvements. Given that the
service works fine just the way it is, I'll treat this as an enhancement and
move the ticket to RHEL8. Feel free to speak up in case the unit is problematic
for you in RHEL7, i.e., there is something we should fix.

Thanks, Phil

Comment 12 errata-xmlrpc 2020-11-04 01:54:58 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 (iptables bug fix and enhancement update), 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:4518


Note You need to log in before you can comment on or make changes to this bug.