Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
02-10-2020 07:11 AM
Hello,
I have a neo4j community edition installed in my server and i have a neo4j desktop in my machine.
I want to connect from my client desktop to the remote graph on my server.
I change this 2 params:
dbms.connectors.default_listen_address=0.0.0.0
dbms.connectors.default_advertised_address=Ip address of the server
but i have this error
Solved! Go to Solution.
02-26-2020 01:26 AM
02-10-2020 08:14 AM
I usually just set up the remote connection using Neo4j Desktop. In My Projects click Add Graph, enter the Connect URL and change the Database Name to something descriptive.
02-10-2020 08:24 AM
my graph is on a distant server i can't connect with localhost, and there is a configuration to do in the server side.
02-26-2020 01:26 AM
It was the firewall configuration
04-29-2020 02:17 AM
what exactly did you do to resolve the issue? -.-
04-29-2020 02:25 AM
I open the port of bolt/http in the distant server and it work
04-29-2020 02:27 AM
damn, I already tried that ... so my config is likely not right -.-
can you share yours? obviously without the specific IPs ...
I haven't been able to set ip up yet ...
04-29-2020 02:34 AM
in your iptables you configure to accept connexion from specefic port
-A INPUT -p tcp -m state --state NEW -m tcp --dport 7474 -m comment --comment " port http neo4j" -j ACCEPT
04-29-2020 03:05 AM
I have allowed the necessary ports. I have now disabled the firewall for testing purposes and will now start testing -.-
All the sessions of the conference are now available online