We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3d30c6 commit 66fe129Copy full SHA for 66fe129
1 file changed
python/lib/cloudutils/serviceConfig.py
@@ -533,6 +533,8 @@ def __init__(self, syscfg):
533
self.ports = "22 16509 5900:6100 49152:49216".split()
534
if syscfg.env.distribution.getVersion() == "CentOS":
535
self.rules = ["-D FORWARD -j RH-Firewall-1-INPUT"]
536
+ else:
537
+ self.rules = ["-D FORWARD -j REJECT --reject-with icmp-host-prohibited"]
538
539
540
class cloudAgentConfig(serviceCfgBase):
0 commit comments