Closed EeroVakiparta closed 3 years ago
TYPE=Ethernet PROXY_METHOD=none BROWSER_ONLY=no BOOTPROTO=dhcp DEFROUTE=yes IPV4_FAILURE_FATAL=no IPV6INIT=yes IPV6_AUTOCONF=yes IPV6_DEFROUTE=yes IPV6_FAILURE_FATAL=no IPV6_ADDR_GEN_MODE=stable-privacy NAME=enp0s26f1u2 UUID=45c7954a-9404-4657-805e-d2b97e8ebecd DEVICE=enp0s26f1u2 ONBOOT=YES
The wrong connection was set to ONBOOT, the correct one was eno1 not enp0s26f1u2
Fixed, needs to be tested.
temporary fix: Log in locally from the console and run $ dhclient
Study the subject and find a better solution.