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 1135634 - [RFE] firewalld services for Satellite 6 ports
Summary: [RFE] firewalld services for Satellite 6 ports
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: firewalld
Version: 7.0
Hardware: All
OS: Linux
unspecified
unspecified
Target Milestone: rc
: ---
Assignee: Thomas Woerner
QA Contact: Tomas Dolezal
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-08-29 20:07 UTC by Pat Riehecky
Modified: 2021-08-30 12:52 UTC (History)
4 users (show)

Fixed In Version: firewalld-0.3.9-8.el7
Doc Type: Enhancement
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-03-05 13:23:27 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)
service file (480 bytes, application/xml)
2014-09-01 12:50 UTC, Jiri Popelka
no flags Details


Links
System ID Private Priority Status Summary Last Updated
Red Hat Knowledge Base (Solution) 1193673 0 None None None Never
Red Hat Product Errata RHBA-2015:0520 0 normal SHIPPED_LIVE firewalld bug fix and enhancement update 2015-03-05 16:33:07 UTC

Description Pat Riehecky 2014-08-29 20:07:29 UTC
Description of problem: There are a few ports which must be opened on the Satellite 6 server for correct communications.  It would be nice if firewalld was aware of these services so that the installation instructions could be more tailored to the shipped system tools. 


Version-Release number of selected component (if applicable): 	firewalld-0.3.9-7.el7


How reproducible:100%


Steps to Reproduce:
1.Review documentation provided by Satellite 6
2.look for corosponding firewalld services
3.find none

Actual results:
Need to define services by hand

Expected results:
services already defined within firewalld

Additional info:
https://access.redhat.com/documentation/en-US/Red_Hat_Satellite/6.0/html/Installation_Guide/Prerequisites3.html

Comment 2 Jiri Popelka 2014-09-01 12:50:25 UTC
Created attachment 933347 [details]
service file

Comment 4 Eduardo Minguez 2014-09-11 10:31:17 UTC
I've tested the patch with the following process:

* Create a file called "RH-Satellite-6.xml" (the patch) in /etc/firewalld/services/ folder with the following content:

    <?xml version="1.0" encoding="utf-8"?>  
    <service>  
      <short>Red Hat Satellite 6</short>  
      <description>Red Hat Satellite 6 is a systems management server that can be used to configure new systems, subscribe to updates, and maintain installations in distributed environments.</description>  
      <port protocol="tcp" port="80"/>  
      <port protocol="tcp" port="443"/>  
      <port protocol="tcp" port="5671"/>  
      <port protocol="tcp" port="8140"/>  
      <port protocol="tcp" port="9090"/>  
    </service>  

* Set permissions

    restorecon /etc/firewalld/services/RH-Satellite-6.xml  
    chmod 640 /etc/firewalld/services/RH-Satellite-6.xml  

* Add the RH-Satellite-6 service to the default zone

    firewall-cmd --permanent --add-service=RH-Satellite-6  

* Reload firewalld

    firewall-cmd --reload

Comment 6 Tomas Dolezal 2014-09-11 13:54:31 UTC
Hello Thomas,
according to https://access.redhat.com/documentation/en-US/Red_Hat_Satellite/6.0/html/Installation_Guide/Prerequisites3.html rev-1-1 from Sep-10, 8080/tcp port should be open to clients.
>Port 8080 for TCP must be free for java connections.
Please include this port in the service file, thanks.

Comment 8 Tomas Dolezal 2015-01-13 18:53:37 UTC
present in firewalld-0.3.9-11.el7.noarch

Comment 10 errata-xmlrpc 2015-03-05 13:23:27 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://rhn.redhat.com/errata/RHBA-2015-0520.html


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