LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   forcing RHEL to name NICs in certain order (https://www.linuxquestions.org/questions/linux-networking-3/forcing-rhel-to-name-nics-in-certain-order-926545/)

jagdip 01-30-2012 11:48 AM

forcing RHEL to name NICs in certain order
 
is it possible to force RHEL to name NIC ports in certain order internally with eth0,1,2,3 etc during installation?

acid_kewpie 01-30-2012 01:31 PM

in the relevant /etc/sysconfig/network-scripts.ifcfg-ethX file you can have a line saying "HWADDR=00:11:22:33:44:55" which will tie the name to a MAC. If you are using a build server like Cobbler, it will often write these files for you so it works on boot. Outside of that if this is a manual install, I don't think there is any way, but as it's manual, you can also just check by jumping to a console on alt+f3 or such and doing (i think) and "ifconfig -a" there or scrolling through the debug output to see the drivers loading and attaching devices to drivers.


All times are GMT -5. The time now is 01:05 PM.