I have a RHEL7 environment isolated from Internet in a DMZ network.
by default, only iptables is installed, neither iptables-service & firewalld is installed and CANNOT be installed from Internet. So all these commands are not effective:
(sudo) service iptables stop
(sudo) service firewalld stop
I'm able to use iptables -A to append rules, which are erased after every reboot. I'm looking for a way to let RHEL NOT to erase them after every reboot. But there seems to be no way to do so without using iptables-service or firewalld. Could you instruct me how to achieve this without Internet access?