Q. How do I disable a firewall in RedHat Enterprise Linux / RHEL?
A. A Linux firewall is an integrated collection of security measures designed to prevent unauthorized electronic access to a networked computer system. Red hat Linux kernel has firewall called iptables. It can be disabled by typing following command (login as root user):
# service iptables stop
To turn it on type the following command:
# service iptables start
To disable firewall permanently, enter:
# chkconfig iptables off
# service iptables stop
Want to read Linux tips and tricks, but don't have time to check our blog everyday? Subscribe to our daily email newsletter to make sure you don't miss a single tip/tricks. Subscribe to our weekly newsletter here!



{ 0 comments… add one now }