opensuse sites, i can't reach them

Since this morning, I have tried to reach *.]opensuse.org sites
with FF and Chrome
with my PC, my smartphone (Wi-Fi and 4G)
this failed.

With Chrome, I get ERR_NAME_NOT_RESOLVED

For all other sites, french or foreign ones, there is no problem.

If I ask FF to use “nextDNS” then no problem.

Did you check https://status.opensuse.org/?

Regards

susejunky

Okay, i just checked that site and it says

Partial DNS outage of opensuse.org domain
3 hours ago

We got notified about partial problems with DNS resolution for the opensuse.org domain. These problems affect only some local IP providers. We are trying to identify the root cause with them.

As temporary workaround, you might want to switch your local resolver to use the big DNS servers from Cloudflare (1.1.1.1) or Google (8.8.8.8).

We will inform you once the issue is identfied.

Regards

susejunky

Some ISP’s are having DNS issues - I use 1.1.1.1 and 8.8.8.8 and have no issues,
My neighbors that use the ISP for DNS cannot connect to anything - Either Suddenlink or AT&T are having issues - that is how my ISP connects to the internet.

I have been editing /etc/resolv.conf to add 1.1.1.1 and 8.8.8.8 in front of the ISP’s 192.168.1.1 nameserver to fix the problem.


> cat /etc/resolv.conf

/etc/resolv.conf is a symlink to /var/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.

nameserver 1.1.1.1
nameserver 8.8.8.8
nameserver 192.168.1.1
>