I am trying to setup an elastic server instance and having problems communicating with it.
I have the elasticserver instance on the private ip 10.128.10.185 on a Debian 7 server
I am trying to connect to it from a Centos 6.4 server. I think there is a firewall issue preventing me from doing this.
This is the iptables on Centos server: http://www.orchidsforum.com/iptables.txt
iptables on Debian server is empty.
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Click below to sign up and get $100 of credit to try our products over 60 days!
Is elastic listening on port 127.0.0.1? What’s the output of <pre>sudo netstat -plutn</pre>?