April 19, 2024, 10:09:31 PM

News : LinuxSolved.com Linux Help Community Forum..


Author Topic: NIC Bonding in Linux issue  (Read 3961 times)

Offline radhika789

  • Linux Noob !
  • *
  • Posts: 9
NIC Bonding in Linux issue
« 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 ?

Offline dalek

  • LST CareTaker
  • Crescent
  • *****
  • Posts: 243
Re: NIC Bonding in Linux issue
« Reply #1 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. 

 :)   :)