On Sat, 12 Oct 2024 18:36:34 -0600
William Torrez Corea <willitc9...@gmail.com> wrote:

> I configure a file for example /etc/network/interfaces.d

/etc/network/interfaces.d is a directory; I suspect you mean you write
a configuration file in /etc/network/interfaces.d.

> 
> Configure the file, save and exit but the changes are not made.

The first time you write a configuration file, say for a new interface,
you then must call "ifup <if>" where <if> is the name of the device.

If you have an existing device, you should run "ifdown <if>" before you
modify the configuration file.

> I need to make a second configuration.

I'm not sure what you mean here. You should only have one configuration
file in /etc/network/interfaces.d per interface, OR one stanza in
/etc/network/interfaces. The former is preferred these days.

-- 
Does anybody read signatures any more?

https://charlescurley.com
https://charlescurley.com/blog/

Reply via email to