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!
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.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.