Skip to content

Instantly share code, notes, and snippets.

@rmcintosh
Last active March 27, 2017 23:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rmcintosh/23c38183fe8b6da0eaed742a162c53e1 to your computer and use it in GitHub Desktop.
Save rmcintosh/23c38183fe8b6da0eaed742a162c53e1 to your computer and use it in GitHub Desktop.
1. Ensure 'Auto-configure Networking' is disabled - this option is at the bottom of the configuration profile for the Linode
2. Run this command:
sudo cat /etc/sysconfig/network-scripts/.ifcfg-eth0.linode-orig > /etc/sysconfig/network-scripts/ifcfg-eth0
3. Reboot
You should have connectivity now. Running these commands should fix the NetworkManager error you're seeing:
sudo yum clean all
sudo yum install libgudev1-devel
sudo systemctl start NetworkManager.service -l
sudo systemctl enable NetworkManager.service -l
After you've run those commands and confirmed the NetworkManager service as running, you should be able to safely re-enable Auto-configure networking in the Linode's configuration profile.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment