Easiest way for Interface Bonding – CentOS

There is preferred way of bonding using ifcfg- files. But I prefer following method as it is very easy to setup. Here I am using 192.168.3.2 for the bond0. eth0 & eth1 are used for bonding. We’ll enter following lines in /etc/rc.local modprobe bonding mode=balance-rr miimon=100 ifconfig bond0 192.168.3.2 netmask 255.255.255.0 up ifenslave bond0 eth0 [...]

Full Story »

Archives

Categories

Page optimized by WP Minify WordPress Plugin