No operable internet as receiving message above.
Dual boot machine and dns/internet works fine on windows. Likely eliminates router and isp as windows internet works
Tried to clear dns cache but ncsd is not located where references said it was. Could use an update on how to clear dns cache.
I switched from networkmanager to wicked and back.
I added some new dns settings. Nothing working thus far.
Anyone with updates/diagnostic steps? Anyone having similar issues?
I did try going back one kernel; did not work. I also tried different desktops; did not work.
The dns should be default. I think 1.1.1.1 but could be 8.8.8.8 which i think is google dns, i could find out what dns windows is using successfully. I will do that and report the answer.
Then set opensuse dns to be the same. I need a reference for where to enter leap dns settings.
It all depends how you did setup your network. With Networkmanager a proper entry may look like this when a FritzBox serves as DHCP server (the DNS server is set in the FritzBox itself and the IP shown in the output is the FritzBox IP in the local LAN):
Plan is to search references and do reinstall of dns config files. If that is unsuccessfuk, I have timeshift snapshot from when dns was working and I will do a restore,
Please note that, if in â/etc/sysconfig/network/configâ the parameter âNETCONFIG_DNS_FORWARDERâ isnât set to the value âresolverâ when neither a BIND server nor a dnsmasq server is setup, then various strange DNS resolution effects will be seen on your system â
Could be a possible cause for the failed resolution of the address â8.8.8.8â to âdns.googleâ âŚ
And, for completeness â a non-Network-Manager system â
> file /etc/resolv.conf
/etc/resolv.conf: symbolic link to /run/netconfig/resolv.conf
>
> cat /etc/resolv.conf
### /etc/resolv.conf is a symlink to /run/netconfig/resolv.conf
### autogenerated by netconfig!
#
# Before you change this file manually, consider to define the
# static DNS configuration using the following variables in the
# /etc/sysconfig/network/config file:
# NETCONFIG_DNS_STATIC_SEARCHLIST
# NETCONFIG_DNS_STATIC_SERVERS
# NETCONFIG_DNS_FORWARDER
# or disable DNS configuration updates via netconfig by setting:
# NETCONFIG_DNS_POLICY=''
#
# See also the netconfig(8) manual page and other documentation.
#
### Call "netconfig update -f" to force adjusting of /etc/resolv.conf.
search fritz.box
nameserver 192.168.178.1
nameserver fda5:b1e5:3a56:0:62b5:8dff:fefe:ca0e
nameserver 2001:9e8:ab40:6e00:62b5:8dff:fefe:ca0e
>
Hmm. So you switched:
NetworkManager to Wicked, then:
Wicked to NetworkManager, then:
NetworkManager to Wicked
So, youâre now using Wicked.
Itâs very important to follow each âswitch stepâ required to switch from one to the other.
It you missed a step, or executed a switch incorrectly, you may have a mix of both options.
Nameserver is â127,0.0.53â <== using a comma is incorrect.
âwhichâ line is interesting? You show two lines.
The only one I can comment on is â[NOTFOUND=Return]â
The word âReturnâ should be âreturnâ. (Linux is notoriously case-sensitive)
â1.1.1.1â is provided by Cloudflare (not your provider),
and which is not Google DNS, which is â8.8.8.8â (primary address).
Technically, Google DNS addresses should be: â8.8.8.8 and 8.8.4.4â for IPV4,
⌠and for IPV6 as: â2001:4860:4860::8888 and 2001:4860:4860::8844â
.
Final comment (wild guess) ⌠I suspect the multiple switches between NetworkManager and Wicked is the cause of the issue.
Out of a lack of patience, I did a restore of âtimeshiftâ backup from 7/17/2025. After reboot the browsers are all opening websites selected by a search or by entering a URL.
Thunderbird email is working also. zypper from terminal is also working and downloading patches and updates.
Trouble with this solution is I donât know what was broken and what got fixed. I did nothing that would have caused this DNS problem and I still donât know how to prevent it from happening again.
It does appear, however, that restoring a âtimeshiftâ snapshot will fix it.
erlangen:~ # zypper if wicked
Loading repository data...
Reading installed packages...
Information for package wicked:
-------------------------------
Repository : oss
Name : wicked
Version : 0.6.78-1.2
Arch : x86_64
Vendor : openSUSE
Installed Size : 3.9 MiB
Installed : No
Status : not installed
Source package : wicked-0.6.78-1.2.src
Upstream URL : https://github.com/openSUSE/wicked
Summary : Network configuration infrastructure
Description :
Wicked is a network configuration infrastructure incorporating a number
of existing frameworks into a unified architecture, providing a DBUS
interface to network configuration.
erlangen:~ #
wicked is a rich and never-ending source of annoyances. Deinstall and make sure it doesnât install again.