Re: Possible BUG: Unable to change the ip of network interfaces without reboot in text mode

2018-11-23 Thread Greg Wooledge
On Fri, Nov 23, 2018 at 11:39:48AM -0200, Luciano Andress Martini wrote: > 2- Try to change the ip in /etc/network/interfaces > 3- Run ifdown enp0s3 > 4- Run ifup enp0s3 Perhaps you want to do it this way instead: 2- ifdown enp0s3 3- edit /etc/network/interfaces 4- ifup enp0s3

Possible BUG: Unable to change the ip of network interfaces without reboot in text mode

2018-11-23 Thread Luciano Andress Martini
I am not sure if my answers are reaching the users because i did not received it back so sorry to creating a new thread, but i think this is very important, please follow this steps to emulate it: 1- Install Debian 9.6 without graphical interface. 2- Try to change the ip in /etc/network/interfaces