Skip to content

TFM official technical blog

About opensource, about programming, about developers

  • Privacy Policy

Search

Categories

  • 3d printing
  • General
  • howto
  • IOT
  • Linux
  • Programming
  • Solutions
  • Streaming
  • Uncategorized
  • yyi framework

Blogroll

  • My other blog ( Romanian only )

Privacy policy

  • Privacy Policy

Tag: bonding

Bonding in tfm

Bonding in tfm

Finally we added support for ip bonding in tfm. How a config will look like?

In  /etc/sysconfig/network-devices directory  create a directory named ifconfig.bond0 with the following content:

ONBOOT=yes
ONHOPLUG=yes
SERVICE=ipv4-bonding
IP=192.168.1.1
PREFIX=24
BROADCAST=192.168.1.255
CHECK_LINK=no
BONDING_SLAVES="eth1 eth2"
BONDING_MODE=4
BONDING_MII_DELAY=100

Posted on November 27, 2009February 22, 2014Categories LinuxTags bonding, linux, tfmLeave a comment on Bonding in tfm
Privacy Policy Proudly powered by WordPress