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
Overview In a database, an index is used to speed...
Create a new table CREATE TABLE `person` ( `id` i...
There is a big difference between the writing ord...
Table of contents 1. Forgot the root password and...
Preface I recently made a fireworks animation, wh...
question: In some browsers, such as 360 browser...
Table of contents Nesting Parent-child component ...
The so-called sliding door technology means that ...
Table of contents Problem 1: Destruction 1. How t...
Method 1: float:right In addition, floating will ...
Vue uses Ref to get component instances across le...
Floating elements cause their parent elements to ...
MySQL escape Escape means the original semantics ...
This article example shares the specific code of ...
Website link: http://strml.net/ By Samuel Reed Ti...