- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: network modules
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
07-22-2007 10:43 PM
07-22-2007 10:43 PM
In my servers I have 4 NIC. in the /etc/modprob.conf, it shows the modules used for eth0 and 1. Where shal i find the modules used for eth2 and eth3?
Thanks
Adithyan.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2007 11:16 PM
07-22-2007 11:16 PM
Re: network modules
If that's the case, I'm going to assume that eth2 and eth3 use the same drivers as eth0 and eth1.
In which case, if you wish to differentiate between the different interfaces, you should use the HWADDR values in /etc/sysconfig/network-scripts/ifcfg-eth*.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2007 11:25 PM
07-22-2007 11:25 PM
Re: network modules
in the lsmod command
e1000 109113 0
bnx2 84932 0
these both modules are displayed. Currently eth2 and 3 are up. But in the /etc/modprobe.conf its not mapped to the modules what it uses infact.
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2007 12:22 AM
07-23-2007 12:22 AM
Re: network modules
locate the occurrences of eth{0,1,2,3} and their driver.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2007 12:49 AM
07-23-2007 12:49 AM
Re: network modules
Adithyan.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2007 11:30 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2007 12:10 AM
07-25-2007 12:10 AM
Re: network modules
But for quite some time you needed to pass the kernel the boot param ether, where you would specify irq, base address and name.
For details please see man bootparam, and the Ethernet Devices section there.
There they also refer to this TLDP Ethernet HowTo for multiple devices issues:
http://tldp.org/HOWTO/Ethernet-HOWTO-2.html#ss2.4