In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-04-11 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >
Share
Shulou(Shulou.com)06/01 Report--
In this issue, the editor will bring you about how the Linux system turns off the firewall. The article is rich in content and analyzes and narrates it from a professional point of view. I hope you can get something after reading this article.
How does the Linux system turn off the firewall? What is the command for the Linux system to turn off the firewall?
1. Turn off the firewall:
Systemctl stop firewalld.service
Turn on the firewall:
Systemctl start firewalld.service
Turn it off and boot:
Systemctl disable firewalld.service
Turn on the boot boot:
Systemctl enable firewalld.service
There are two ways to centos6:
I. service mode
View firewall status:
[root@centos6 ~] # service iptables status
Iptables: the firewall is not running. Turn on the firewall:
Turn off the firewall:
[root@centos6] # service iptables stop II, iptables mode
Enter the init.d directory first, and use the following command:
[root@centos6 ~] # cd / etc/init.d/
[root@centos6 init.d] # and then
View firewall status:
[root@centos6 init.d] # / etc/init.d/iptables status temporarily disable the firewall:
[root@centos6 init.d] # / etc/init.d/iptables stop
Restart iptables:
[root@centos6 init.d] # / etc/init.d/iptables restart
The above is the Linux system that Xiaobian shared with you how to turn off the firewall. If you happen to have similar doubts, you might as well refer to the above analysis to understand. If you want to know more about it, you are welcome to follow the industry information channel.
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.