Starting Ubuntu 14.04, you no longer can bounce the network using the following command:
sudo /etc/init.d/networking restart sudo service networking restart |
But, I managed to do this:
sudo ifdown eth0 sudo ifup eth0 |
the tech surfer
Starting Ubuntu 14.04, you no longer can bounce the network using the following command:
sudo /etc/init.d/networking restart sudo service networking restart |
sudo /etc/init.d/networking restart sudo service networking restart
But, I managed to do this:
sudo ifdown eth0 sudo ifup eth0 |
sudo ifdown eth0 sudo ifup eth0