Network bonding isn't working correctly

You have an error in this line:

auto bond0
auto iface inet static
address 10.1.10.30

It should be:

auto bond0
iface inet static
address 10.1.10.30

Version 13.04 includes network bonding. Very easy to use and you can select each real network connection that will be part of the virtual (bond) network.

enter image description here