Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
project_operation
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
chenzy
project_operation
Commits
e9037b2b
Commit
e9037b2b
authored
Oct 16, 2024
by
咸鱼的修养
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[新增] 防火墙增加白名单(用于ES端口漏洞)
parent
6a40ed58
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
36 additions
and
2 deletions
+36
-2
README.md
README.md
+36
-2
No files found.
README.md
View file @
e9037b2b
...
...
@@ -26,8 +26,42 @@
finder的pod建议重启
服务(pdataservice)的POST /pdsCURD/populateFullTestSearchIndex
资产(dataassetmanager) GET /toolkitApi/initFullTestSearchIndex
标准(standard)的 GET /rest/standard/maintain/transform
元数据Pod建议重启
元数据(metadatarepo) POST /rest/init/initFinder(全文检索)
元数据的 POST /rest/init/initMedataIndex(元数据检索)
\ No newline at end of file
元数据的 POST /rest/init/initMedataIndex(元数据检索)
## **开启防火墙启用白名单**
1.
检查防火墙状态,如果没有开启则开启
systemctl status firewalld
1.
设置开机启动防火墙
systemctl enable firewalld
1.
启动防火墙
systemctl start firewalld
1.
设置白名单
firewall-cmd --permanent --add-rich-rule="rule family="ipv4" source address="10.27.18.9" port protocol="tcp" port="1-65535" accept"
firewall-cmd --permanent --add-rich-rule="rule family="ipv4" source address="10.27.18.10" port protocol="tcp" port="1-65535" accept"
firewall-cmd --permanent --add-rich-rule="rule family="ipv4" source address="10.27.18.11" port protocol="tcp" port="1-65535" accept"
1.
重启防火墙
systemctl restart firewalld
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment