[colug-432] firewalld alternatives; was: Good Release Notes for Centos/RHEL 7.2
Scott Merrill
skippy at skippy.net
Wed Dec 16 10:31:20 EST 2015
On Wed, Dec 16, 2015 at 10:25:50AM -0500, R P Herrold wrote:
> yum -y install iptables-services
>
> and chkconfig off and stop the firewalld and chkconfig on and
> start iptables
Or the RHEL7 systemd way:
systemctl disable firewalld
systemctl stop firewalld
systemctl enable iptables
systemctl start iptables
More information about the colug-432
mailing list