1.所连主机防火墙关一下.
- 1:查看防火状态
- systemctl status firewalld
- service status iptables
- 2:暂时关闭防火墙
- systemctl stop firewalld
- service stop iptables
- 3:永久关闭防火墙
- systemctl disable firewalld
- chkconfig iptables off
2.能不能ping通那主机
3.bind 127.0.0.1改为 #bind 127.0.0.1
4.protected-mode yes 改为 protected-mode no(redis3.2版本以后)
5.加入 daemonize no(这个是是否在后台启动不占用一个主程窗口)
转载自原文链接, 如需删除请联系管理员。
原文链接:redis 本地连接可以 远程连接不上问题,转载请注明来源!