Disabling the Firewall
To disable the firewall on each host in your cluster, perform the following steps on each host.
- Save the existing iptables rule set.
- 
iptables-save > /root/firewall.rules 
 
- 
- Disable iptables.
- RHEL compatible:
sudo chkconfig iptables off sudo service iptables stop 
- SLES:
sudo chkconfig SuSEfirewall2_setup off sudo rcSuSEfirewall2 stop 
- Ubuntu:
service ufw stop 
 
- RHEL compatible:
Page generated July 25, 2018.
| << Configure Network Names | ©2016 Cloudera, Inc. All rights reserved | Setting SELinux mode >> | 
| Terms and Conditions Privacy Policy |