Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
08-02-2021 08:44 PM
I ran up a Ubuntu server on AWS, then installed neo4j using the package manager:
BUT:
Any assistance appreciated.
Solved! Go to Solution.
08-03-2021 03:55 PM
Thanks! Inspired by your response, I had a closer look at the config file (network section) and found the following three lines:
# With default configuration Neo4j only accepts local connections.
# To accept non-local connections, uncomment this line:
# dbms.default_listen_address=0.0.0.0
I un-commented the third line and it now works fine.
08-03-2021 10:42 AM
have you opened up the ports for incoming traffic in AWS?
08-03-2021 02:49 PM
Yes, the AWS security groups allow TCP traffic on 7474, and 7687, for both IP4 and IP6, and pktstat shows that the requests to 7474 are making it to the neo4j machine.
08-03-2021 10:43 AM
Hope you enabled remote connections by updating listen_address for both bolt & http .
like..
dbms.connector.bolt.listen_address=0.0.0.0:7687
08-03-2021 03:55 PM
Thanks! Inspired by your response, I had a closer look at the config file (network section) and found the following three lines:
# With default configuration Neo4j only accepts local connections.
# To accept non-local connections, uncomment this line:
# dbms.default_listen_address=0.0.0.0
I un-commented the third line and it now works fine.
All the sessions of the conference are now available online