Web Search


Site Search


Youngevity Essential Life Sciences

Independent Representative


Ultimate Health and Wellness starts with the 90 Essential Nutrients

Are You Getting Yours?


Rebound FX Melon Madness

This high energy sports drink gives you quick sustained energy, indulge in the luscious taste of Melon Madness. Rebound fx is more than just a drink...its absolute performance.

$49.30*


5-Day Cleansing

5-DAY CLEANSING PROGRAM, includes Slender f/x PM Cleanse, ANCIENT LEGACY COLON PLUS, YOUNGEVITY DTOX, PROGRAM BOOKLET

$111.45*


Cheri Mins

A liquid concentrate containing 19,000 mg. of approximately 77 plant derived colloidal minerals. Great all-natural cherry flavor!

$28.30*


D Tox FX

Youngevity D Tox fx is a proprietary blend of naturally detoxifying ingredients. These ingredients act by binding with impurities and toxins, and help to remove them from the body.

$38.60*


*prices in USD & subject to change
Join the Youngevity Team

Deploying Suse Linux Enterprise Server


Purchase "Deploying Suse Linux Enterprise Server"
at Lulu.com

Installing Suse Linux Enterprise Server

Network Card Bonding

Network Card Bonding (or port trunking) is the process of combining multiple network ports or adapters into a single "interface" to your network. This process has multiple benefits ranging from providing a backup network path in case one goes down to increasing the total server speed by combining the speeds of all the adapters within the "Bond".

To configure network bonds within Suse Linux Enterprise Server you utilize the same Yast Module that handles basic network configuration. Although it is not readily apparent within the Yast Module, network bonding is actually quite easy to configure and can be done either during the Installation process or later on using Yast.

The first step to take when bonding network adapters is to set the network adapter's "Device Activation" to "Never" so the adapter won't be enabled during boot until the bond "adapter" is enabled. This is found under the "General" tab of the Network Address Setup page (which is launched when you "Edit" the network adapter).


Yast Network ModuleDisabling the Network Adapter's Device Activation
The Yast Network Module and Disabling the Network Adapter's Device Activation

Along with disabling the device activation of the network card, you must also ensure that it is set to not have an IP address. You do this by setting the card to "None Address Setup", which can be found under the "Address" tab of the Network Address Setup page.

After each adapter that you want to add to the bond is prepped with the above steps, you can now create the bond. To do this go back to the "Network Card Configuration Overview" page (where all of the adapters are listed) and click on "Add". This opens the "Manual Network Card Configuration" wizard, where you will set the type of card to "bond", then click next.

You should now be at the "Network Address Setup" page for the bond interface you just created. This page is basically the same as a normal network interface with the addition of two options. The first additional option is the ability to select which interfaces you want to include in the bond interface. If you do not have a list of adapters, ensure that you "prepped" them correctly following the steps listed above.


Setting the Adapter to None Address SetupCreating the Network Bond Configuration
Setting the Adapter to "None Address Setup" and Creating the Network Bond Configuration

The second additional option presented is the ability to select the bonding driver options. This is where you specify what you want the bonding device to accomplish when using multiple adapters.

  • mode=balance-rr - Round-robin policy - Transmit packets in sequential order from the first available slave through the last. This mode provides load balancing and fault tolerance.
  • mode=active-backup - Active-backup policy - Only one slave in the bond is active. A different slave becomes active if, and only if, the active slave fails. The bond's MAC address is externally visible on only one port (network adapter) to avoid confusing the switch. This mode provides fault tolerance.
  • mode=broadcast - Broadcast policy - transmits everything on all slave interfaces. This mode provides fault tolerance.
  • mode=802.3ad - IEEE 802.3ad - Dynamic link aggregation. Creates aggregation groups that share the same speed and duplex settings. This mode requires a switch that supports IEEE 802.3ad dynamic link aggregation.
  • mode=balance-tlb - Adaptive transmit load balancing - channel bonding that does not require any special switch support. The outgoing traffic is distributed according to the current load (computed relative to the speed) on each slave. Incoming traffic is received by the current slave. If the receiving slave fails, another slave takes over the MAC address of the failed receiving slave.
  • mode=balance-alb -Adaptive load balancing - includes balance-tlb plus receive load balancing (rlb) for IPV4 traffic, and does not require any special switch support. The receive load balancing is achieved by ARP negotiation. The bonding driver intercepts the ARP Replies sent by the local system on their way out and overwrites the source hardware address with the unique hardware address of one of the slaves in the bond such that different peers use different hardware addresses for the server.


Configuring the Bond Network AdapterFinal Look at the Yast Network Module
Configuring the Bond Network Adapter and a Final Look at the Yast Network Module

The first four modes are probably the most used, the last three do require Ethtool support within the network card driver in order to work correctly.

Next


Purchase "Deploying Suse Linux Enterprise Server"
at Lulu.com