Network Card Bonding On CentOS
Network Card Bonding On CentOSBonding is the same as port trunking. In the following I will use the word bonding because practically we will bond interfaces as one. Bonding allows you to aggregate multiple ports into a single group, effectively combining the bandwidth into a single connection. Bonding also allows you to create multi-gigabit pipes to transport traffic through the highest traffic areas of your network. For example, you can aggregate three megabits ports into a three-megabits trunk port. That is equivalent with having one interface with three megabytes speed. Where should I use bonding?You can use it wherever you need redundant links, fault tolerance or load balancing networks. It is the best way to have a high availability network segment. A very useful way to use bonding is to use it in connection with 802.1q VLAN support (your network equipment must have 802.1q protocol implemented). Diverse modes of bonding:mode=1 (active-backup) mode=2 (balance-xor) mode=3 (broadcast) mode=4 (802.3ad)
mode=5 (balance-tlb)
mode=6 (balance-alb) Example:In the /etc/modprobe.conf file add the following: alias bond0 bonding options bond0 miimon=80 mode=5 In the /etc/sysconfig/network-scripts/ directory create ifcfg-bond0: DEVICE=bond0 IPADDR=<ip address> NETMASK= NETWORK= BROADCAST= GATEWAY= ONBOOT=yes BOOTPROTO=none USERCTL=no Change the ifcfg-eth0 to: DEVICE=eth0 ONBOOT=yes BOOTPROTO=none USERCTL=no MASTER=bond0 SLAVE=yes Change the ifcfg-eth1 to: DEVICE=eth1 ONBOOT=yes BOOTPROTO=none USERCTL=no MASTER=bond0 SLAVE=yes That´s all! Now your trunk should be up and running!
|
www.seamlessenterprise.com
One number. One voicemail. Seize the lead. Sprint Mobile Integration.
www.seamlessenterprise.com
One Number. One Voicemail.
Make it easier for clients to reach you. Turn your desk phone and mobile phone into one with Sprint Mobile Integration.
www.seamlessenterprise.com
One number. One voicemail. Sprint Mobile Integration.
www.seamlessenterprise.com
AT&T Synaptic Compute as a Service. Boost your power on demand.
Trial: IBM Cognos Express Reporting, Analysis & Planning
Learn benefits of Simpana software.
View the Gartner Video







Recent comments
12 hours 5 min ago
14 hours 49 min ago
20 hours 15 min ago
22 hours 41 min ago
23 hours 25 min ago
1 day 37 min ago
1 day 2 hours ago
1 day 8 hours ago
1 day 8 hours ago
1 day 12 hours ago