![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Red Hat Red Hat is the world's leading open source technology solutions provider with offerings including Red Hat Enterprise Linux (RHEL), Fedora, open source applications, security and systems management, virtualization, and Services Oriented Architecture (SOA) solutions. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Machine names changing on network | fxj | UNIX for Dummies Questions & Answers | 3 | 09-23-2008 07:08 AM |
| changing multiple directory names w/ sed | RahJiggah | OS X (Apple) | 1 | 11-05-2007 01:55 PM |
| Changing userID and Changing group and GID | deal732 | Shell Programming and Scripting | 2 | 04-18-2007 11:09 AM |
| Moving files and changing names | muneebr | UNIX for Dummies Questions & Answers | 5 | 11-20-2006 09:42 AM |
| changing file names to lowercase | 30177005 | Shell Programming and Scripting | 1 | 05-28-2004 09:27 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
changing ethernet NIC names?
I have an RHEL 5 server with 2 Broadcom on-board NICs and 2 quad-port Intel NICs. After I installed the OS, the Intel NICs became eth0-7, and the onboards are eth8 and eth9. I really need the onboard NICs to be eth0 and eth1 (I have plans to later remove the quad-ports and replace them with 10gE cards but that's another story). What's the right way to renumber the existing eth devices? I have the following entries in modprobe.conf: Code:
alias eth0 e1000e alias eth1 e1000e alias eth2 e1000e alias eth3 e1000e alias eth4 e1000e alias eth5 e1000e alias eth6 e1000e alias eth7 e1000e alias eth8 bnx2 alias eth9 bnx2 Should I just change the names in there and also modify the ifcfg-* files? Or is there more to this? How do I make sure that after I reboot, the names will not change back? |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|