|
|
843f86 |
From 34b616a67585d42060ec6be376deb3dd3eb25353 Mon Sep 17 00:00:00 2001
|
|
|
843f86 |
From: Eric Garver <e@erig.me>
|
|
|
843f86 |
Date: Wed, 6 Sep 2017 10:58:27 -0400
|
|
|
843f86 |
Subject: [PATCH] Add missing ports to RH-Satellite-6 service
|
|
|
843f86 |
|
|
|
843f86 |
Fixes: RHBZ#1422149
|
|
|
843f86 |
---
|
|
|
843f86 |
config/services/RH-Satellite-6.xml | 7 ++++++-
|
|
|
843f86 |
1 file changed, 6 insertions(+), 1 deletion(-)
|
|
|
843f86 |
|
|
|
843f86 |
diff --git a/config/services/RH-Satellite-6.xml b/config/services/RH-Satellite-6.xml
|
|
|
843f86 |
index 5462a6e673bb..76f4d97954db 100644
|
|
|
843f86 |
--- a/config/services/RH-Satellite-6.xml
|
|
|
843f86 |
+++ b/config/services/RH-Satellite-6.xml
|
|
|
843f86 |
@@ -2,11 +2,16 @@
|
|
|
843f86 |
<service>
|
|
|
843f86 |
<short>Red Hat Satellite 6</short>
|
|
|
843f86 |
<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>
|
|
|
843f86 |
+ <port protocol="tcp" port="53"/>
|
|
|
843f86 |
+ <port protocol="udp" port="53"/>
|
|
|
843f86 |
+ <port protocol="udp" port="67-69"/>
|
|
|
843f86 |
<port protocol="tcp" port="80"/>
|
|
|
843f86 |
<port protocol="tcp" port="443"/>
|
|
|
843f86 |
+ <port protocol="tcp" port="5000"/>
|
|
|
843f86 |
<port protocol="tcp" port="5646-5647"/>
|
|
|
843f86 |
<port protocol="tcp" port="5671"/>
|
|
|
843f86 |
- <port protocol="tcp" port="8140"/>
|
|
|
843f86 |
+ <port protocol="tcp" port="8000"/>
|
|
|
843f86 |
<port protocol="tcp" port="8080"/>
|
|
|
843f86 |
+ <port protocol="tcp" port="8140"/>
|
|
|
843f86 |
<port protocol="tcp" port="9090"/>
|
|
|
843f86 |
</service>
|
|
|
843f86 |
--
|
|
|
843f86 |
2.12.0
|
|
|
843f86 |
|