I have just installed Ubuntu 15.10 on my PC and I want to reconfigure network interfaces. I added /etc/network/interfaces
file as follows:
auto wlan0
iface wlan0 inet static
address 192.168.1.4
netmask 255.255.255.0
gateway 192.168.1.1
However, after change, I restart network-manager service, my network interfaces not working:
But when I delete the above script, everything is fine. Anyone have problems like me?
PS: I can't also find /etc/udev/rules.d/70-persistent-net.rules
. Where is it?