William Torrez Corea wrote: > I configure a file for example /etc/network/interfaces.d > > Configure the file, save and exit but the changes are not made. I need to > make a second configuration.
Do you mean that the file was not saved to disk, or were you expecting something else to happen? Most Linux systems do not monitor their config files for changes and then adopt them automatically. (There are a few programs that do, but they are exceptions.) For interfaces.d, I would expect a change after an ifup/ifdown command. If the file is not saved to disk, there are bigger problems. -dsr-