WiFi settings loses DNS IP

asked 2019-08-22 10:20:53 +0200

davodego gravatar image

updated 2019-08-22 14:38:57 +0200

jiit gravatar image

Hello, I set up my WiFi Settings at home with static IP and my own DNS Server. Sometimes the WiFi settings loses the DNS IP. I set up all right, and it works. But sometimes when I enter my home WLAN, the Jolla get connected to my WLAN but I can't access any internet address. The WiFi settings show that the DNS entries are missing now. Does anyone have any idea why this might be?

Greetings Daniel

edit retag flag offensive close delete

Comments

To debug this, I'd install connmanctl, which is available after installing the package connman-tools. In devel-su (as root), do:

pkcon install connman-tools

After installing connmanctl, you can type this as root to identify the current nameserver setting:

connmanctl services $(connmanctl services | grep '^*AO' | awk 'NF>1{print $NF}') | grep 'Nameservers '

Does this help? You can also install tools like dig or host from package bind-utils which can help debugging this by asking your configured/preferred DNS server directly.

Maus ( 2019-08-22 12:54:14 +0200 )edit