1. Problem Description For security reasons, the newly built server cluster only opens a few designated ports, but after the ports are opened, remote access is still not possible. After finding the problem, it is found that the firewall needs to open the ports, so use the following command to modify the firewall to allow remote access to the ports 2. Solution Use the command line to execute the statement as follows: firewall-cmd --zone=public --add-port=<strong>80/tcp</strong> --permanent firewall-cmd --reload The above method of modifying the firewall under the Linux server to allow remote access to this port is all the content that the editor shares with you. I hope it can give you a reference. I also hope that you will support 123WORDPRESS.COM. You may also be interested in:
|
<<: Ubuntu Server 16.04 MySQL 8.0 installation and configuration graphic tutorial
>>: vue perfectly realizes el-table column width adaptation
Table of contents 1. Vue life cycle 2. Hook funct...
HTML comments, we often need to make some HTML co...
Sometimes you need to install certain dependencie...
1. Warm and gentle Related address: http://www.web...
To beautify the table, you can set different bord...
It is mainly a CSS style control and a META tag; C...
Table of contents User Management Create a new us...
This is a very simple pure CSS3 white cloud float...
This article example shares the specific code of ...
Table of contents Preface 1. Preview of office do...
1. Download and unzip to: /Users/xiechunping/Soft...
1. Go to Vim's official website to download t...
1. Add a user . First, use the adduser command to...
1. Install vsftpd component Installation command:...
Node.js solves the problem of Chinese garbled cha...