windows连接虚拟机redis失败


需要外部系统连接Linux上的Redis,我们需要更改redis.conf中的一些配置,但是首先,我们要先关闭防火墙

(1)设置开机启用防火墙:systemctl enable firewalld.service
 
(2)设置开机禁用防火墙:systemctl disable firewalld.service
 
(3)启动防火墙:systemctl start firewalld
 
(4)关闭防火墙:systemctl stop firewalld
 
(5)检查防火墙状态:systemctl status firewalld