Question
Can ping public but not private ip between Droplets
I have 2 droplets, one NodeJS and one MongoDB. I can SSH into both of them and run “ping <other-droplet-public-ip>” and get a response, but when I try to ping the private VPC ip of either - it doesn’t work (Destination Host Unreachable
).
I have enabled “Private Network” on both droplets, and I have rebooted both as well. Still doesn’t work.
Am I missing something?
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.
×