On 19/08/2016 23:10, Sergio wrote: > > > Using netstat shows as binded to loopback interface, 127.0.0.1. This is > normal, redis is running in protected mode. > > I tried to nmap to the port 6379 from another server, and, surprisingly, > I found the port is open. > This is the output:
So, you appear to have an open firewall. This is a Bad Thing. If you're unfamiliar with iptables I'd recommend using ferm to configure it, which lets you write a config file and have it applied. http://ferm.foo-projects.org/ - on Ubuntu/Debian, sudo apt-get install ferm will install it and put the config file in /etc/ferm/ferm.conf. I've added an example firewall configuration using ferm here: https://github.com/zaidka/genieacs/wiki/ACS-firewall-example -- Cheers, James Harrison _______________________________________________ Users mailing list [email protected] http://lists.genieacs.com/mailman/listinfo/users
