?[toc] 一、防火墙的概念 ================ 防火墙技术是通过有机结合各类用于安全管理与筛选的软件和硬件设备,帮助计算机网络于其内、外网之间构建一道相对隔绝的保护屏障,以保护用户资料与信息安全性的一种技术。 专业的防火墙由软件和硬件组成,可以保护整个网络,价格也很贵,从几万到几十 ...
分类:
其他好文 时间:
2020-03-27 10:52:20
阅读次数:
106
[5]For exmaple, Configure that outgoing packets through the Server from Internal network(10.0.0.0/24) are allowed and forwarded to External side. # se ...
分类:
其他好文 时间:
2020-03-27 09:16:05
阅读次数:
77
问题: redis集群创建执行 ./redis-trib.rb create --replicas 1 XXXX:PORT1 XXXX:PORT2 .... 的时候一直等待 Waiting for the cluster to join 很久都没有反应 原因: redis集群不仅需要开通redis客 ...
分类:
其他好文 时间:
2020-03-25 23:06:04
阅读次数:
95
安装firewalld防火墙yuminstallfirewalld开启服务systemctlstartfirewalld.service关闭防火墙systemctlstopfirewalld.service开机自动启动systemctlenablefirewalld.service关闭开机制动启动systemctldisablefirewalld.service使用firewall-cmd命令查看
分类:
其他好文 时间:
2020-03-25 10:26:48
阅读次数:
57
安装firewalld防火墙 yum install firewalld 开启服务 systemctl start firewalld.service 关闭防火墙 systemctl stop firewalld.service 开机自动启动 systemctl enable firewalld.s ...
分类:
其他好文 时间:
2020-03-24 23:02:14
阅读次数:
59
entOS 7.0默认使用的是firewall作为防火墙 关闭firewall: systemctl stop firewalld.service #停止firewall systemctl disable firewalld.service #禁止firewall开机启动 firewall-cmd ...
分类:
其他好文 时间:
2020-03-22 14:18:09
阅读次数:
88
实验架构:黑线是正常情况数据的流向红色是异常情况下数据流向实验环境:CentOS7-1(master)192.168.13.128nginx反向代理(主)、redis缓存处理器(主)、mysql数据库(主)CentOS7-2(backup)192.168.13.129nginx反向代理(备)、redis缓存处理器(备)、mysql数据库(从)CentOS7-3(tomcat1)192.168.13
分类:
Web程序 时间:
2020-03-17 08:24:17
阅读次数:
83
关闭防火墙 systemctl stop firewalld.service 开启防火墙 systemctl start firewalld 重启防火墙 firewall-cmd --reload 开放指定端口 firewall-cmd --zone=public --add-port=1935/t ...
分类:
系统相关 时间:
2020-03-17 08:17:51
阅读次数:
81
参考地址:https://blog.csdn.net/ytangdigl/article/details/79796961 查看防火墙状态 firewall-cmd --state 停止firewall systemctl stop firewalld.service 禁止firewall开机启动 ...
分类:
其他好文 时间:
2020-03-17 07:59:44
阅读次数:
53
1 上传redis 安装包 jemalloc-3.6.0-1.el7.x86_64 redis-4.0.8-1.el7.remi.x86_64 2 安装程序 先安装rpm -ivh jemalloc-3.6.0-1.el7.x86_64.rpm rpm -ivh jemalloc-3.6.0-1.e ...
分类:
系统相关 时间:
2020-03-16 19:09:50
阅读次数:
82