I cannot access http://x.x.x.x:7474

Hi,

I installed neo4j community edition server.

$neo4j start

neo4j@user01-400TDA-400SDA:~$ neo4j status
Neo4j is running at pid 2251738
neo4j@user01-400TDA-400SDA:~$ ss -tulp|grep 7474
tcp LISTEN 0 50 [::ffff:127.0.0.1]:7474 : users:(("java",pid=2251738,fd=557))
n

I can access from local browser using http://localhost:7474.

However I cannot access http://10.10.10.1:7474 remotely.

There is no issue with firewall or iptables to be blocked.

Is this related with "Community Edition" license ? if yes, how can I access to the database remotely?

Hi dyim,

Can you check your neo4j.conf for this setting Configuration settings - Operations Manual The listen address tells neo4j which interface(s) to listen on.

Are you forwarding from the router to the server (e.g. 10.10.10.1:7474 -> internal: 7474) ?

After I change server.default_listen_address, I can acccess http://10.10.10.1:7474/browser properly.

Thank you.

I am trying to access neo4j browser directly without any router. May I ask what is the usecase of this routing ? I am new to neo4j configuration.

I answered in a rush - I forgot 10.x are internal IP addresses, nonetheless it must be something with your server (mine does localhost / 127.0.0.1 and the 128.x.x.x.

I also prefer to host Neo inside a docker image, so it is already an 'external' (to the laptop's IP) IP address.