Hi
We use a bond (bond0) that consists of eth0 and eth1, to provide protection from a ethernet port/cable or switch failure.
We are using mode 4 (802.1ad/lacp), and our configuration looks like:
/etc/sysconfig/network-scripts/ifcfg-bond0
DEVICE=bond0
BONDING_OPTS="mode=4 miimon=100 lacp_rate=1"
BOOTPROTO=static
ONBOOT='yes’
IPADDR=192.168.15.11
NETMASK=255.255.255.0
GATEWAY=192.168.15.1
We would like to be able to use the systemadmin interface to make changes to the interface, however if we do that, the configuration that is created by systemadmin drops the BONDING_OPTS line.
Is there any method that is available to ensure that is retained?
Cheers