Comment 10 for bug 1722256

Revision history for this message
Artem Chekunov (scorp-dev-null) wrote : Re: Wifi connection status icon shows a "?" when connected

The problem was solved for me when I set `dns=default` in NetworkManager.conf

```
cat /etc/NetworkManager/NetworkManager.conf
[main]
plugins=ifupdown,keyfile
; dns=dnsmasq
dns=default

[ifupdown]
managed=false

[device]
wifi.scan-rand-mac-address=no
```

P.S. It also solve other DNS problems for me.