Linux Forums - Linux Help,Advice & support community:LinuxSolved.com

Network Troublshooting => Linux Servers Support => Topic started by: radhika789 on February 02, 2012, 08:06:27 AM

Title: NIC Bonding in Linux issue
Post by: radhika789 on February 02, 2012, 08:06:27 AM
Hi,

Can anybody help me in knowing:

1.) How to find out which NIC is UP and handling the resources ?
Is it eth0 OR eth 1 ? How to know it?

2.) How LOAD Balance is happened between the two NICs ?
Title: Re: NIC Bonding in Linux issue
Post by: dalek on February 03, 2012, 04:46:02 PM
I usually type in

Code: [Select]
ifconfig
to get a listing of interfaces and whether they are up or not.  It also shows the IP and data counts too.  You can add eth0 or eth1 etc to the end to see only that one. 

I'm not sure on the rest tho. 

 :)   :)