简体   繁体   中英

Cannot connect to neo4j running in droplet but using lynx to navigate to localhost:7474 works, ufw & digital ocean firewall configured

I'm running a brand new droplet in digital ocean running on Ubuntu 18.04.3 (LTS) x64 , neo4j status is active and remote interface available on port 7474.

  • Using lynx via ssh to browse to localhost:7474 works, neo4j is alive and active.
  • Pinging works
  • Firewall asigned to allow all traffic but also specifically those ports
  • Browsing to the ip address on any port does not work
  • Used ufw to manually add port 80, 443, 7474 to allow access
  • Cannot connect via browser to the droplet on any port

Firewall configuration:

在此处输入图像描述

UFW Status:

在此处输入图像描述

Can you make sure the following line in your neo4j.conf file is uncommented:

# With default configuration Neo4j only accepts local connections.
# To accept non-local connections, uncomment this line:
dbms.connectors.default_listen_address=0.0.0.0

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM