Kenneth Porter
2019-Nov-18 18:53 UTC
[CentOS] Post-installation setup script for CentOS 7 servers
--On Monday, November 18, 2019 6:06 PM +0100 Leon Fauster via CentOS <centos at centos.org> wrote:> I dont see if it was mentioned; but "network scripts" are deprecated in > C8. So better start the mental migration today before the packages get > removed totally :-)What file holds all those settings, now? As a rule, I prefer to edit text files to finding the right GUI/TUI utility to muck with them. I'd also like to know how the new and old files interact.
Chris Adams
2019-Nov-18 19:18 UTC
[CentOS] Post-installation setup script for CentOS 7 servers
Once upon a time, Kenneth Porter <shiva at sewingwitch.com> said:> What file holds all those settings, now? As a rule, I prefer to edit > text files to finding the right GUI/TUI utility to muck with them. > I'd also like to know how the new and old files interact.The same config files are in /etc/sysconfig/network-scripts (the supported options may vary some). -- Chris Adams <linux at cmadams.net>
--On Monday, November 18, 2019 1:18 PM -0600 Chris Adams <linux at cmadams.net> wrote:> Once upon a time, Kenneth Porter <shiva at sewingwitch.com> said: >> What file holds all those settings, now? As a rule, I prefer to edit >> text files to finding the right GUI/TUI utility to muck with them. >> I'd also like to know how the new and old files interact. > > The same config files are in /etc/sysconfig/network-scripts (the > supported options may vary some).Thanks. With that clue, I found this more complete answer: <https://unix.stackexchange.com/questions/483354/rhel-8-deprecated-network-scripts> So the settings are in the same place but the scripts that parse them are gone or not executed by the new system, including *-local. Anything in the network-scripts RPM is gone. nmcli and friends replace that. The "network" systemd unit is replaced with the NetworkManager unit when starting/stopping the whole network system. More about that here: <https://www.golinuxcloud.com/unit-network-service-not-found-rhel-8-linux/>