Thanks to all for the replies
Dan
Not necessarily - as I mentioned in another thread
Yes, I remember that … it is in todo list to reply all the other posts too. Time is very tight in these days
eth0:
renderer: NetworkManager
It is the reason about why I wrote the It was changed manually to other technology for any reason (if it is possible) sentence. And thanks for that very important point. I am going to take that approach.
I agree it’s a convoluted system and confusing…
+1.
To be honest. I thought that in this point of time in Linux should exists a command should indicate what is the tool handling/managing the network itself
Also - with Red Hat 9 (and maybe later versions of Fedora) - even on a headless server - they exclusively use NetworkManager with its ugly config files
I’ve configured 3 instances through VirtualBox of Fedora Server 41 with NetworkManager through the nmcli
command in peace. No specific file was used. So I am assuming there is a special scenario (perhaps more) where a file should be edited.
so good luck with something as simple as cutting over from using DHCP to host assigned static IP addressing!
I did configure the static IP in peace with the nmcli
command and zero problems. And again in 3 different instances. That’s why I am playing with Debian and Ubuntu to work with NetworkManager
too
About Red Hat consider the following link. It is valuable and you can select the version. Current and latest release is 9
Now it’s (in /etc/NetworkManager/system-connections/
I remember that path directory, each file located there represents a connection. And for each file, its content is a consequence of the nmcli connection
command.
with some arbitrary dumb sounding file name like “Wired Connection Blah Blah.nmconnection
” (with actual SPACES!) :
I remember that file being generated in Debian 12 Desktop in a direct installation and even through VirtualBox. Wondered why that name resolution.
Do you know you can change the name of the connection? If I am not wrong with the nmcli connection modify ...
command and later use the nmcli connection down ...
and nmcli connection up ...
commands.
(and this implies you know CIDR notation! I do kinda know CIDR, but sometimes have to break out ipcalc to figure something out)
Again the content of the files being each one a connection is a direct consequence of the nmcli
execution. I only use the file(s) to see and understand better what was generated.
Even if you can edit manually the files use the nmcli
command because any attempt of the command with invalid data is immediately reported
Neville
NM is too sophisticated for a home computer
I like its command syntax and the help
argument is well done for each command too. device
, connection
etc.
you can configure it in a single .conf file.
Do you mean the files located in the other directories (.d
) available within the /etc/NetworkManager
directory?
Thanks to all