- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: eth0 / eth1 relocated under RedHat AS 3.0 ( d...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2005 01:19 AM
02-15-2005 01:19 AM
We are using ProLiant DL380 systems - G3,G4 to host a Media Server application. These systems come with the (2) embedded BCM5703 Gigabit Ethernet NICs as eth0 and eth1. When we add NC7170 cards to the system, eth0 and eth1 seem to be relocated to the NC7170 ports and the BCM native NICS become eth2 and eth3.
Is this expected behavior? Is there a way to suppress it such that eth0 and eth1 remain on embedded NICs as expected? The hwconf file still lists the bcm NICs at eth0 and eth1, but dmesg output indicates otherwise:
e1000: eth0: e1000_probe: Intel(R) PRO/1000 Network Connection
divert: allocating divert_blk for eth1
e1000: eth1: e1000_probe: Intel(R) PRO/1000 Network Connection
We're sepecially interested in this since we have bonding implemented as well.
Thanks in advance for any clues !
/steve
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2005 01:49 AM
02-15-2005 01:49 AM
Re: eth0 / eth1 relocated under RedHat AS 3.0 ( divert_blk ?)
- /etc/modules.conf - you may say "alias eth0 e1000" and so on
- using "nameif" utility from net-tools package
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2005 02:00 AM
02-16-2005 02:00 AM
Re: eth0 / eth1 relocated under RedHat AS 3.0 ( divert_blk ?)
try putting the new card in on the other side of the old card
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2005 06:26 AM
02-16-2005 06:26 AM
Re: eth0 / eth1 relocated under RedHat AS 3.0 ( divert_blk ?)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2005 06:27 AM
02-16-2005 06:27 AM
Re: eth0 / eth1 relocated under RedHat AS 3.0 ( divert_blk ?)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2005 06:47 AM
02-16-2005 06:47 AM
Re: eth0 / eth1 relocated under RedHat AS 3.0 ( divert_blk ?)
alias eth0 e1000
do you believe that I could steer it back by changing the entry to
alias eth0 bcm5700?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2005 06:50 AM
02-16-2005 06:50 AM
Re: eth0 / eth1 relocated under RedHat AS 3.0 ( divert_blk ?)
If you do the initial OS installation with all 3 adapters, you will need to go in and modify modules.conf as well as all the ifcfg-ethx files to put the NICs where you want them to be.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2005 06:53 AM
02-16-2005 06:53 AM
Re: eth0 / eth1 relocated under RedHat AS 3.0 ( divert_blk ?)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2005 07:03 AM
02-16-2005 07:03 AM
Re: eth0 / eth1 relocated under RedHat AS 3.0 ( divert_blk ?)
DEVICE=eth0
ONBOOT=yes
BOOTPROTO=static
IPADDR=16.26.176.8
NETMASK=255.255.255.0
GATEWAY=16.26.176.100
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2005 08:32 AM
02-16-2005 08:32 AM
SolutionThe only other reason you'd have to modify them is if you need to change the IP address. It sounds like you've got the NIC that you want at eth0 actually at eth1 so you may have configured eth1 with the IP address that you really want for eth0 once you get the NIC configured for eth0. Otherwise, you don't need to modify the file.