I can't ifdown an interface on a Debian 6.0.5 box;
user@box:/etc/network$ sudo ifdown eth0 && sudo ifup eth0
ifdown: interface eth0 not configured
SIOCADDRT: File exists
Failed to bring up eth0.
user@box:/etc/network$ cat interfaces
auto lo
iface lo inet loopback
allow-hotplug eth0
allow-hotplug eth1
auto eth0
iface eth0 inet static
address 10.0.0.1
netmask 255.255.255.0
gateway 10.0.0.254
auto eth1
iface eth1 inet manual
I'm stumped. Any help would be greatly appreciated.
Thank you.
UPDATE
As requested by marco;
user@box:/etc/network/$ cat run/ifstate
lo=lo
eth1=eth1
/run/network/ifstatecontain? – Marco Oct 11 '12 at 16:17