Hi guys, my networking is down and I don’t know why. This is all i was able to get from logs http://i.imgur.com/461C8BJ.png
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.
Thank you @championswimmer. That’s exactly what my issue was after following this guide: https://www.digitalocean.com/community/tutorials/how-to-downgrade-digitalocean-droplets
There is a step missing in that guide. You need to edit this file -
sudo nano /etc/udev/rules.d/70-persistent-net.rules
and add a line for your networking interface.
Usually if you perform sudo ifconfig -a you’ll find an ethernet interface names as ens4 or ens3p2 or something that like that. That needs to be renamed to eth1. Copy it’s HwAddr and add a line to the 70-persistent-net.rules in this format
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="0a:83:3f:62:be:86", NAME="eth1"
Hello, is there any solution for this?
After I perform dist-upgrade, then when I restarted the VPS, eth0 disappeared. I don’t know exactly I’ve eth0 or not before dist-upgrade, but now there is only ens3, but no internet connection.
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.
