Report this

What is the reason for this report?

No internet after backup restore in a new Droplet on Ubuntu 18.04

Posted on January 14, 2021

I restored a backup in a new droplet. I mean, I kept my main droplet working while I restored a backup of that droplet in a new droplet with a new different IP. The problem is that the new droplet does not connect to internet, I cannot ping other ips on internet and it does not respond to ping



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.

I finally solved the problem. I think the problem was that my new droplet was trying to use the other Droplet ip. I did the following, in the directory /etc/netplan there were two files:

10-static-interfaces.yaml
interfaces.yaml

I noticed that interfaces.yaml did reference the ip of the other droplet, so I deleted it. Then I run the following commands:


sudo netplan generate
sudo netplan apply

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.