Public bug reported:

Binary package hint: ifenslave

Hi


I just setuped a active-failover bonding with 2 NICs in Ubuntu Karmic (Server 
Edition x86_64). Sometimes when the system starts up my bond0 has the mac 
address 00:00:00:00:00:00 and then on the next restart it gets the mac adress 
from eth0 and works again.

My /etc/network/interfaces looks like:

auto lo
iface lo inet loopback

allow eth0
iface eth0 inet static

allow eth1
iface eth1 inet static

# The primary network interface
auto bond0
iface bond0 inet static
        address 10.144.67.3
        netmask 255.255.254.0
        network 10.144.67.0
        broadcast 10.144.67.255
        gateway 10.144.67.1
        post-up ifenslave bond0 eth0 eth1
        pre-down ifenslave -d bond0 eth0 eth1

If i change the value of "allow ethX" to "auto ethX" it doesn't change
the behaviour. If i comment out the section of the 2 interfaces it
doesn't change as well.


Greets Thomas

** Affects: ifenslave (Ubuntu)
     Importance: Undecided
         Status: New

-- 
bond mac adress is 00:00:00:00:00 in karmic
https://bugs.launchpad.net/bugs/560338
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to