linux_wiki:persistent_interface_name

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
linux_wiki:persistent_interface_name [2017/05/12 23:47]
billdozor [Enable BIOS Device Names]
linux_wiki:persistent_interface_name [2019/05/25 23:50] (current)
Line 3: Line 3:
 **General Information** **General Information**
  
-Persistent network interface names prevent interfaces being renamed from "eth0" to "eth1" upon reboot. Instead, a name based upon BIOS/firmware information can be used if available.+Persistent network interface names prevent interfaces being renamed from "eth0" to "eth1" upon reboot.\\ 
 +Instead, a name based upon BIOS/firmware information can be used if available.
  
 **Checklist** **Checklist**
Line 25: Line 26:
 kernel /vmlinuz-2.6.32-279.22.1.el6.x86_64 ro root=/dev/sda3 biosdevname=1 kernel /vmlinuz-2.6.32-279.22.1.el6.x86_64 ro root=/dev/sda3 biosdevname=1
 </code> </code>
 +
 +Update Grub config
 +  * EL 7<code bash>grub2-mkconfig -o /boot/grub2/grub.cfg</code>
 +  * EL 6: manual changes already made above.
 +
 +  * Ubuntu<code bash>update-grub</code>
  
 ===== Naming Scheme Preference ===== ===== Naming Scheme Preference =====
  • linux_wiki/persistent_interface_name.1494647232.txt.gz
  • Last modified: 2019/05/25 23:50
  • (external edit)