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.
Join our DigitalOcean community of over a million developers for free! Get help and share knowledge in Q&A, subscribe to topics of interest, and get courses and tools that will help you grow as a developer and scale your project or business.
There is a step missing in that guide. You need to edit this file -
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 formatHi @maxymilianblack
If you run
ifconfig -a
which interfaces do you have? Please post text in code-tags instead of pictures.Can you try to reboot the droplet? I have never seen this problem before on DigitalOcean, but I have seen it on some computers, where a full reboot fixed it. That was usually on machines that was upgraded from 14.04 to 16.04
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