Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

CentOS7, turn off the firewall

2025-04-02 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/02 Report--

CentOS 7.0 uses firewall as the firewall by default.

Common firewall commands

Click (here) to collapse or open

Systemctl stop firewalld.service # stop firewall

Systemctl disable firewalld.service # prevents firewall from booting

Firewall-cmd-- state # View the default firewall status (show notrunning when turned off and running when turned on)

Operation example to view firewall status

Click (here) to collapse or open

[hoegh@localhost Desktop] $firewall-cmd-- state

Running

Turn off the firewall

Click (here) to collapse or open

[hoegh@localhost Desktop] $systemctl stop firewalld.service

PolicyKit daemon disconnected from the bus.

We are no longer a registered authentication agent.

PolicyKit daemon reconnected to bus.

Attempting to re-register as an authentication agent.

We are now a registered authentication agent.

[hoegh@localhost Desktop] $

[hoegh@localhost Desktop] $firewall-cmd-- state

Not running

[hoegh@localhost Desktop] $

Disable automatic start

Click (here) to collapse or open

[hoegh@localhost Desktop] $

[hoegh@localhost Desktop] $systemctl disable firewalld.service

Removed symlink / etc/systemd/system/dbus-org.fedoraproject.FirewallD1.service.

Removed symlink / etc/systemd/system/basic.target.wants/firewalld.service.

[hoegh@localhost Desktop] $

~ the end~

Hoegh

2017.11.3

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.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report