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 (Firewall) Firewall Open Common Port Command

2025-03-28 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

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

Install the Firewall command:

Yum install firewalld firewalld-config

Firewall command to open common ports:

Firewall-cmd-zone=public-add-port=80/tcp-permanent

Firewall-cmd-zone=public-add-port=443/tcp-permanent

Firewall-cmd-zone=public-add-port=22/tcp-permanent

Firewall-cmd-zone=public-add-port=21/tcp-permanent

Firewall-cmd-zone=public-add-port=53/udp-permanent

Firewall shuts down common port commands:

Firewall-cmd-zone=public-remove-port=80/tcp-permanent

Firewall-cmd-zone=public-remove-port=443/tcp-permanent

Firewall-cmd-zone=public-remove-port=22/tcp-permanent

Firewall-cmd-zone=public-remove-port=21/tcp-permanent

Firewall-cmd-zone=public-remove-port=53/udp-permanent

Add interval ports in batch

Firewall-cmd-zone=public-add-port=4400-4600/udp-permanent

Firewall-cmd-zone=public-add-port=4400-4600/tcp-permanent

Turn on the firewall command:

Systemctl start firewalld.service

Restart the firewall command:

Firewall-cmd-reload or service firewalld restart

View the list of ports:

Firewall-cmd-permanent-list-port

Disable the firewall

Systemctl stop firewalld

Set up boot boot

Systemctl enable firewalld

Stop and disable boot startup

Sytemctl disable firewalld

View statu

Systemctl status firewalld or firewall-cmd-- state

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