Question
Will private networking speed up the connection between droplets?
I’m a little confused about what is the practical use of a private networking. I want to create two droplets for my website, on for the php staff (server A) and another for mongodb database (server B). Should I enable private networking on these servers and use server B’s private ip for mongodb connection string on server A or this is not the correct use for private networking?
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.
×