I am working with the RHEL 7 server (MAIPO), but I have the problem that when restarting it, the network does not automatically raise and I have to press the button to start the network from the GUI.
I understand that what happens is that the network service is not starting to start the system. I tried to solve it with the commands:
chkconfig network on
systemctl enable network.service
systemctl enable NetworkManager.service
When I execute this last command it is noted that the ENABLE and the DISABLE have changed when I execute the command:
systemctl status NetworkManager.service
but nothing changes with systemctl and network.service, in this case it is always in DISABLE. I understood that this service management was now being channeled through systemctl, but I note that chkconfig is still alive. That confuses me because I do not know what services go around here or there, in fact, when I execute
systemctl enable network.service
the command sends me this message:
network.service is not a native service, redirecting to / sbin / chkconfig. Executing / sbin / chkconfig network on
I hope you can give me a hand.