On 16.04 I have to do as follow to make new IP work after modify the file /etc/network/interfaces, cause `service networking restart` not work.
``` sudo if addr flush eth0 sudo ifdown --force eth0 sudo ifup eth0 ```
On 16.04 I have to do as follow to make new IP work after modify the file /etc/network/ interfaces, cause `service networking restart` not work.
```
sudo if addr flush eth0
sudo ifdown --force eth0
sudo ifup eth0
```