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
Server matching logic When Nginx decides which se...
Table of contents 1. IDEA downloads the docker pl...
Table of contents Preface What is Deno? Compariso...
I haven’t blogged for half a year, which I feel a ...
Create a database Right click - Create a new data...
When making a homepage such as a login page, you ...
The most popular tag is IE8 Browser vendors are sc...
Phenomenon There are several nested flex structur...
Table of contents 1. Introduction 1.1 Babel Trans...
Before you begin Have a cloud server, mine is Ten...
Preface WeChat Mini Programs provide new open cap...
Table of contents 1. Component Registration 1.1 G...
1. The difference between Http and Https HTTP: It...
Preface This article mainly introduces the releva...
Add table fields alter table table1 add transacto...