Report this

What is the reason for this report?

Droplet No IP Adress

Posted on December 25, 2020

I have setup 3 ubuntu 20.04 droplet, I’m trying to setup mongodb replica-set on 3 droplet, I have installed mongodb using apt, setup /etc/hosts and it works but suddenly all 3 droplet have no ip address (both public ip and private ip), cannot ssh to droplet, droplet cannot connect to internet or private ip, the only way I can access my droplet is from web console

https://prnt.sc/w9gso9

what should i do?



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

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.

Hi @superditif,

It seems to me like you’ve made some network conflict. Try using the command

ip addr

On your droplet to see if you still have your IP address added as linked there. If you can see it in the information, you can try and restart your network service like so

service network restart

If it doesn’t work, I’ll suggest contacting DigitalOcean’s support for their help. They should be able to assist you with the issue. You can reach them on the following link:

https://www.digitalocean.com/support/

Regards, KFSys

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.