This is could be a database issue but to check if related to network configuration.
To start DB i USE :
Running rethinkdb 2.3.4~0trusty (GCC 4.8.2)...
Running on Linux 3.19.0-39-generic x86_64
Loading data from directory /root/rethinkdb_data
warn: Cache size is very low and may impact performance.
Listening for intracluster connections on port 29015
Listening for client driver connections on port 28015
Listening for administrative HTTP connections on port 8080
Can the see the output states that 'Listening for administrative HTTP connections on port 8080'
But when I attempt to connect to this port using server IP address over http the request times out. So it appears the port is not open,
I run netstat -tuplen and receive :
Proto Recv-Q Send-Q Local Address Foreign Address State User Inode PID/Program name
tcp6 0 0 :::8080 :::* LISTEN 0 871572 21433/rethinkdb
local address of 0 :::8080 should be 127.0.0.1:::8080 or localhost:::8080 ?
Are there other command I can try to diagnose this issue ?