I have a DELL server running RedHat EL 6.3 with two 1G network interfaces, and two 10G network interfaces.
Following this note, I have successfully renamed the two 1G network interfaces that used to be called em1
and em2
. However, I cannot rename the 10G network interfaces using this method. (Those are called p4p1
and p4p2
, and do not start with em
.)
How can I rename the network interface name of my 10G network interfaces on RedHat EL 6.3?
As the section of the appendix you linked to states, it's strongly recommended to enable or disable the consistent network device naming feature at install time; doing so after installation is messy and not guaranteed to work, as you've discovered.
To do this, install the system passing
biosdevname=0
on the boot command line when booting the installation media, and add the same parameter to the grub boot command line.Since you've just installed the system anyway, this shouldn't be too big of a headache...
I know that my answer is really late, but this can help other people searching for this information, so here it goes:
It is better to give these 2 options as kernel parameters:
To add this to the boot you can do:
Or modify the /etc/default/grub and add biosdevname=0 net.ifnames=0"" to the **GRUB_CMDLINE_LINUX and regenerate grub configuration:
Example of the /etc/default/grub entry: