The cscf-adm account should be available on all CSCF administered Ubuntu hosts. If the account doesn't exist or password doesn't work report the problem to tg-linux.
We'll need this software package:
sudo apt-get install ifenslave
Use the following template to configure "/etc/network/interfaces"
# Note: to use the following network setup
# you will need to "apt-get install ifenslave"
#
# The bonded network interface
auto bond0iface bond0 inet static address 129.97.152.203 netmask 255.255.255.0 network 129.97.152.0 broadcast 129.97.152.255 gateway 129.97.152.1 bond-slavesw none bond-mode 802.3ad bond-miimon 100
# Enslave all four 1Gb physical interfaces auto eth0 iface eth0 inet manual bond-master bond0
auto eth1 iface eth1 inet manual bond-master bond0
auto eth2 iface eth2 inet manual bond-master bond0
auto eth3 iface eth3 inet manual bond-master bond0
# End of ifenslave example.