[Bug 1015199] Re: ifup does not work as documented with bonding interfaces
Rubia Ramos
donabuba at gmail.com
Thu Jan 17 16:22:50 UTC 2013
In my case, i'm getting this
root at salmonete:/etc/network# ifup bond0
Missing required variable: address
Missing required configuration variables for interface bond0/inet.
Failed to bring up bond0.
My network/interfaces:
root at salmonete:/etc/network# cat interfaces
# 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 eth0
iface eth0 inet manual
bond-master bond0
bond-primary eth0 eth1
auto eth1
iface eth1 inet manual
bond-master bond0
bond-primary eth0 eth1
auto bond0
iface bond0 inet static
address 150.165.85.242
network 150.165.85.0
netmask 255.255.255.0
gateway 150.165.85.100
broadcast 150.165.85.255
bond-mode balance-xor
bond-slaves none
bond-miimon 100
bond-downdelay 200
bond-updelay 200
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to ifenslave-2.6 in Ubuntu.
https://bugs.launchpad.net/bugs/1015199
Title:
ifup does not work as documented with bonding interfaces
Status in “ifenslave-2.6” package in Ubuntu:
Invalid
Bug description:
The file /usr/share/doc/ifenslave-2.6/README.Debian.gz states:
"Using ifup on a master interface will call ifup for all slaves that are
flagged with allow-bondX. (bondX being replaced by the master interface
name). This will allow for extra setup for special slave interfaces."
However I'm using this /etc/network/interfaces file:
# The bound interface
auto eth3
allow-bond0 eth3
iface eth3 inet manual
bond-master bond0
bond-primary eth3 eth4 eth5
auto eth4
allow-bond0 eth4
iface eth4 inet manual
bond-master bond0
bond-primary eth3 eth4 eth5
auto eth5
allow-bond0 eth5
iface eth5 inet manual
bond-master bond0
bond-primary eth3 eth4 eth5
auto bond0
iface bond0 inet static
address 10.1.1.125
network 10.1.0.0
netmask 255.255.0.0
broadcast 10.1.255.255
bond-mode balance-rr
bond-slaves eth3 eth4 eth5
bond-miimon 100
bond-downdelay 200
bond-updelay 200
and issuing the 'ifup bond0' command I get:
root@:~# ifup bond0
Waiting for a slave to join bond0 (will timeout after 60s)
No slave joined bond0, continuing anyway
ssh stop/waiting
ssh start/running, process 9610
As you can see no slave interface has been started.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ifenslave-2.6/+bug/1015199/+subscriptions
More information about the foundations-bugs
mailing list