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 October 24, 2018.
<< Setting SELinux mode | ©2016 Cloudera, Inc. All rights reserved | Impala Requirements >> |
Terms and Conditions Privacy Policy |