码迷,mamicode.com
首页 > Web开发 > 详细

telnet: connect to address 192.168.2.140: Connection refused

时间:2017-07-05 11:32:19      阅读:946      评论:0      收藏:0      [点我收藏+]

标签:telnet: connect to address 192.168.2.140: connection refused

解决方案

问题描述:
    我的redis开启后,使用telnet进行访问出现如下错误
    telnet: connect to address 192.168.2.140: Connection refused
    
解决方案
    查看redis.conf这个配置文件,将bind 127.0.0.1修改为bind 192.168.2.140,然后再使用telnet访问就没有问题
    
说明:
    当前这个问题有可能是其他原因导致,请参考更多解决方案


本文出自 “素颜” 博客,请务必保留此出处http://suyanzhu.blog.51cto.com/8050189/1944658

telnet: connect to address 192.168.2.140: Connection refused

标签:telnet: connect to address 192.168.2.140: connection refused

原文地址:http://suyanzhu.blog.51cto.com/8050189/1944658

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!