I'm running CentOS 8, every time I reboot the network does not start until I log in to the system.
I've checked the NetworkManager and the autoconnect is set to yes.
connection.autoconnect: yes
In network-scripts/ifcfg-ens192 the followings settings are
TYPE=Ethernet
PROXY_METHOD=none
BROWSER_ONLY=no
BOOTPROTO=dhcp
DEFROUTE=yes
IPV4_FAILURE_FATAL=no
IPV6INIT=no
IPV6_AUTOCONF=yes
IPV6_DEFROUTE=yes
IPV6_FAILURE_FATAL=no
IPV6_ADDR_GEN_MODE=stable-privacy
NAME=ens192
UUID=0b36cba5-01ed-4c38-a373-1a928301b982
DEVICE=ens192
ONBOOT=yes
Is there a way for the network to start on boot instead having to log in?