sudo /etc/init.d/networking stop
* Deconfiguring network interfaces... [ OK ]
sudo /etc/init.d/networking start
Rather than invoking init scripts through /etc/init.d, use the service(

utility, e.g. service networking start
Since the script you are attempting to invoke has been converted to an
Upstart job, you may also use the start(

utility, e.g. start networking
networking stop/waitin
sudo /etc/init.d/networking restart
* Reconfiguring network interfaces... SIOCADDRT: No such process
Failed to bring up eth0.
[ OK ]