Hello Experts,
I have installed Redis 2.4.10 on my Centos 6.3 VM on Xenserver 6.2.0
I have installed Redis using below tutorial.
Installation has done successfully, but i am not able to access redis from remote server.
I have commented 'bind 127.0.0.1' in /etc/redis.conf
Also i have disabled firewall on redis server.
Still i m not able to access redis from remote machine.
PFB nmap report from remote machine to redis server.
[root@localhost ~]# nmap 192.168.2.14
Nmap scan report for 192.168.2.14
Host is up (0.00036s latency).
Not shown: 998 closed ports
PORT STATE SERVICE
22/tcp open ssh
111/tcp open rpcbind
MAC Address: 8A:56:A4:AA:81:CB (Unknown)
Nmap done: 1 IP address (1 host up) scanned in 1.17 seconds
As per nmap report redis server port 6379 is not opened on redis server.
Also i have checked that redis service is properly running on redis server.
PFB netstat report of redis server.
[root@localhost ~]# netstat -a | egrep 'Proto|LISTEN'
Proto Recv-Q Send-Q Local Address Foreign Address State
tcp 0 0 *:33801 *:* LISTEN
tcp 0 0 *:6379 *:* LISTEN
tcp 0 0 *:sunrpc *:* LISTEN
tcp 0 0 *:ssh *:* LISTEN
tcp 0 0 *:sunrpc *:* LISTEN
tcp 0 0 *:ssh *:* LISTEN
tcp 0 0 *:57210 *:* LISTEN
Proto RefCnt Flags Type State I-Node Path
unix 2 [ ACC ] STREAM LISTENING 6930 @/com/ubuntu/upstart
unix 2 [ ACC ] STREAM LISTENING 8299 /var/run/rpcbind.sock
Please help.
Regards
Santosh