What's new

Question Network Bonding

  • Thread starter Joshrpg
  • Start date
  • Views 502
Joshrpg

Joshrpg

Qahnaarin
Retired
Beginning of An Odyssey Platinum Record
Messages
3,248
Reaction score
769
Points
480
Sin$
0
I was following several tutorials on how to bond network interfaces but alas nothing seems to work.

Here is what I have in my /etc/network/interfaces

Code:
 This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

# The loopback network interface
auto lo
iface lo inet loopback

auto bond0
iface bond0 inet static
bond-mode balance
bond-miimon 100
address 10.1.0.12
netmask 255.254.0.0
network 10.1.0.0
gateway 10.1.0.1
dns-nameservers 10.1.0.1
#hwaddress ether 00:0c:29:f9:1b:e4

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
 
Operating System
  1. Linux
Top Bottom
Login
Register