-- Main.dlgawley - 18 Nov 2010

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 bond0

iface 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.

Edit | Attach | Watch | Print version | History: r4 < r3 < r2 < r1 | Backlinks | Raw View | Raw edit | More topic actions...
Topic revision: r2 - 2010-11-18 - DaveGawley
 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2025 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback