Fedora No Longer Support Manually Network Interface Setup Using ifcfg-eth0?

While there’s already an accepted answer, if you really want to use the ifcfg- files for configuration, you can:

systemctl disable Network-Manager
systemctl mask Network-Manager
systemctl enable network

And at your next reboot, the configs in the ifcfg- files will be used.

However, as was noted by others, the network service may not be around forever.

1 Like