Everytime I put in the following code (below). The problem is that network devices become unmanaged. I set the managed to true. That didn't work. when I do the ifconfig it is missing the "bond0" ip address information

Code:
bonding mode=0 miimon=200

auto lo

iface lo inet loopback


auto eth2

iface eth2 inet manual

bond-master bond0


auto eth3

iface eth3 inet manual

bond-master bond0


auto bond0

iface bond0 inet static

address 192.168.0.10

netmask 255.255.255.0

gateway 192.168.0.254

dns-nameservers 192.168.0.1

bond-mode 0

post-up ifenslave bond0 eth2 eth3

pre-down ifenslave -d bond0 eth2 eth3