Comment 11 for bug 1015199

Revision history for this message
seph (seph) wrote :

I'm on 12.01, and I'm confused. It sounds like I should be following https://help.ubuntu.com/community/UbuntuBonding so I currently have:

> auto bond0
> iface bond0 inet static
> address 10.2.6.16
> bond-miimon 100
> bond-slaves none
> broadcast 10.2.6.31
> gateway 10.2.6.1
> netmask 255.255.255.224
> network 10.2.6.0
> auto eth0
> iface eth0 inet manual
> bond-master bond0
> auto eth1
> iface eth1 inet manual
> bond-master bond0

But that results in a 60s hang. I think because bond0 is started before eth0 or eth1. Is there a way to not have that hang?