Hide Forgot
Document URL: https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7/html/Networking_Guide/sec-Disabling_Consistent_Network_Device_Naming.html Section Number and Name: 8.9. Disabling Consistent Network Device Naming Describe the issue: Document describes only to add the parameter net.ifnames=0 in GRUB 2 menu i.e. /etc/default/grub file. But this is not working. We need to add these two parameter net.ifnames=0 and biosdevname=0 parameter values to the file's GRUB_CMDLINE_LINUX(/etc/default/grub) parameter and Rebuild the grub. Suggestions for improvement: We have to make the changes in the Networking Guide according to the KBase article. Add both the parameter net.ifnames=0 and biosdevname=0 and then Rebuild the grub. Additional information: We already having Kbase article for this. We need to follow the below article for modifying the Networking Guide. https://access.redhat.com/solutions/283233 I have tested this in our local lab.
Thanks a lot Jeremy for your review. After reviews, the updated version is: http://jenkinscat.gsslab.pnq.redhat.com:8080/job/doc-Red_Hat_Enterprise_Linux-7-Networking_Guide%20(html-single)/lastSuccessfulBuild/artifact/tmp/en-US/html-single/index.html#sec-Disabling_Consistent_Network_Device_Naming
This update has been published on the Customer Portal: https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html-single/networking_guide/#sec-Disabling_Consistent_Network_Device_Naming