Question
How to connect to managed database over private network?
I have set up a managed database in SFO2 and I have a droplet in SFO1. I added the droplet as well as its public and private IP addresses as allowed sources. Connecting via the public network works great. When I try to connect via the private network, it just hangs, as you would expect if you were being blocked by a firewall.
I’ve even tried:
nc -zv ${privatehostname } ${port}
and its still not connecting.
Is there something I’m missing here?
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×