Unable to connect to 192.168.xx.xxx:6379 连接虚拟机(Linux)上的redis失败解决方法

Posted Code健行

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Unable to connect to 192.168.xx.xxx:6379 连接虚拟机(Linux)上的redis失败解决方法相关的知识,希望对你有一定的参考价值。

连接虚拟机(Linux)上的redis失败解决方法

1、过程描述

连接虚拟机(Linux)上的redis失败最可能的原因是:没有关闭防火墙

一般大家都是在网上按照视频教程安装的,安装完redis,配置redis.conf,然后开始开启服务端和客户端(如果不会开启,请点击此链接),连接完后ping也成功了,在IDEA上配置好redis的ip和密码,启动时却报错了

结果如下:

2、解决方法

启动redis服务端和客户端之前,先关闭你的防火墙

关闭后,再启动redis服务端、客户端和IDEA上的项目进行测试。

关于防火墙有关命令:

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

如果对小伙伴有用的话,记得点赞哦

以上是关于Unable to connect to 192.168.xx.xxx:6379 连接虚拟机(Linux)上的redis失败解决方法的主要内容,如果未能解决你的问题,请参考以下文章

svn: Unable to connect to a repository at URL 'svn:to a repo

telnet: Unable to connect to remote host: Connection refused

zookeeper超时:Unable to connect to zookeeper server within timeout: 5000

VISUALSVN: UNABLE TO CONNECT TO A REPOSITORY AT URL 无法连接主机的解决办法

使用github出了些问题?fatal: unable to access;Failed connect to github.com:8087; No error

unable to connect to :5555