- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- How to teaming the network cards in linux
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
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
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
тАО03-23-2010 03:23 AM
тАО03-23-2010 03:23 AM
I would like to team the networks as one interface in linux.
How to do that.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-23-2010 05:25 AM
тАО03-23-2010 05:25 AM
Solutionhttp://blog.kameronkenny.com/?p=169
http://groups.google.com/group/vglug/msg/64a99af234118de8
In reading, clear step by step procedures given in each link, all nearly identical, but I thought the 2nd link was clearest.
Good Luck!!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-23-2010 06:25 AM
тАО03-23-2010 06:25 AM
Re: How to teaming the network cards in linux
check the attachment
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-24-2010 05:31 AM
тАО03-24-2010 05:31 AM
Re: How to teaming the network cards in linux
Do we need to connect network cable in both ports (eth0 and eth1) even if we are teaming up them?
The advantages of teaming are more bandwidth and fail-over, am i correct?
Is there any other advantages apart from these?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-24-2010 06:12 AM
тАО03-24-2010 06:12 AM
Re: How to teaming the network cards in linux
Do we need to connect network cable in both ports (eth0 and eth1) even if we are teaming up them?
yeah in order to take advantage of link aggregation, high performance and high availability you must connect more that 1 NIC to use bonding
The advantages of teaming are more bandwidth and fail-over, am i correct?
yeah more bandwith, improved performance since you have more links for Rx and Tx and High Availabilty
well it all depends on the kind of bonding you are using something like all links active or 1 active and the other passive waiting for the main link to fail
Is there any other advantages apart from these?
more info here
http://www.linuxhorizon.ro/bonding.html
http://www.enterprisenetworkingplanet.com/nethub/article.php/3696561
bye