Comment 86 for bug 1301015

Revision history for this message
Honghe Wu (honghe) wrote :

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 ip addr flush eth0
sudo ifdown --force eth0
sudo ifup eth0
```