Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

4
  • I haven't fully read your question but checkout blog.hacka.net/#post64, which I have previously used to rename the interface based on MAC address, basically uses udev. This is just a suggestion. Commented Jul 31, 2015 at 19:48
  • I already set up a udev rule that sets the interface name, that's not the problem. The problem is assigning an IP based on the name, not the MAC address. IP addresses are not assigned by udev. Commented Jul 31, 2015 at 20:10
  • 1
    One option is simply to disable NetworkManager (and make sure you have the legacy network script enabled). Commented Aug 3, 2015 at 13:58
  • Try disabling NetworkManager and then see if you still get the warning, errors, etc. Also, see what happens with BOOTPROTO=static instead of "none". Commented Oct 24, 2015 at 4:22