I have edited the /etc/network/interfaces
file and I use the sudo /etc/init.d/networking restart
.
After restart, the eth1
interfaces don't setup properly. I need a hard reboot to enable this configuration. Meanwhile the command line hints: Running /etc/init.d/networking restart is deprecated because it may not enable again some interfaces.
Am I using the run command to restart network interfaces?
auto eth1
iface eth1 inet static
address 192.168.1.87
netmask 255.255.255.0
gateway 192.168.1.1