Only after restart: Wlan connected but no Internet

Let’s isolate issues related to power saving, MAC address randomization and DNS.

Also modify the connection settings to use a custom DNS provider:

nmcli connection show
nmcli connection modify CONNECTION \
    ipv4.ignore-auto-dns yes \
    ipv6.ignore-auto-dns yes \
    ipv4.dns 8.8.8.8,8.8.4.4
1 Like