By None222222
This is just a warning to Arch Linux users who update the the latest systemd.
Systemd now has “Predictable Network Interface Names”. More info can be found here: http://www.freedesktop.org/wiki/Software/systemd/PredictableNetworkInterfaceNames/
Updating to the newest version will break networking! Requiring manual user changes. More info can be found here: https://bbs.archlinux.org/viewtopic.php?id=156283
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!
This is probably a bit hackish, but here’s how I worked around this after updating systemd: <br> <br># Set the netcfg default wired interface to the new interface name <br># set WIRED_INTERACE=“ens3” /etc/conf.d/netcfg <br> <br># Setup network@ens3 service with the previous eth0 static IP configuration <br>ln -s /etc/conf.d/network@eth0 /etc/conf.d/network@ens3 <br>ln -s /etc/systemd/system/network@.service /etc/systemd/system/multi-user.target.wants/network@ens3.service <br>systemctl disable network@eth0.service <br>systemctl enable network@ens3.service <br> <br>(I also updated the kernel during this - not sure if that’s relevant)
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.