Article 5A7NN SLES15 Default Iptable rule causing issue

SLES15 Default Iptable rule causing issue

by
bspteam00
from LinuxQuestions.org on (#5A7NN)
Below rule in iptables is causing the slptool to fail in detecting the services of other hosts.
REJECT all -- anywhere anywhere reject-with icmp-host-prohibited
I deleted it by using below command below
iptables -D INPUT -j REJECT --reject-with icmp-host-prohibited
and slp started working with firewall enabled.
however when i reload the firewalld it again went back to original rule (REJECT)
how can i delete this rule permanently so that even after reoading firewall it does not go back to default.
i tried using iptables-save and iptables-restore but after the firewalld restart it again siwtch to the default.latest?d=yIl2AUoC8zA latest?i=K5aRE7_cGv0:AQYaTo-Ic-A:F7zBnMy latest?i=K5aRE7_cGv0:AQYaTo-Ic-A:V_sGLiP latest?d=qj6IDK7rITs latest?i=K5aRE7_cGv0:AQYaTo-Ic-A:gIN9vFwK5aRE7_cGv0
External Content
Source RSS or Atom Feed
Feed Location https://feeds.feedburner.com/linuxquestions/latest
Feed Title LinuxQuestions.org
Feed Link https://www.linuxquestions.org/questions/
Reply 0 comments