Обновился по методу "Сетевое обновление" по этой инструкцииhttps://ru.opensuse.org/openSUSE:%D0%A3%D1%81%D1%82%D0%B0%D0%BD%D0%BE%D0%B2%D0%BA%D0%B0_Tumbleweed.
После обновления не могу отпинговать по имени например
Код: Выделить всё
ping ya.ru
ping: ya.ru: Неизвестное имя или служба
хотя ping 8.8.8.8 пингуется. Вроде понятно что не работает dns
Но
Код: Выделить всё
dig ya.ru
Spoiler
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 2124
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 2, ADDITIONAL: 2
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; MBZ: 0x0005, udp: 4096
;; QUESTION SECTION:
;ya.ru. IN A
;; ANSWER SECTION:
ya.ru. 5 IN A 87.250.250.242
;; AUTHORITY SECTION:
ya.ru. 5 IN NS ns1.yandex.ru.
ya.ru. 5 IN NS ns2.yandex.ru.
;; ADDITIONAL SECTION:
ns2.yandex.ru. 5 IN A 93.158.134.1
;; Query time: 1 msec
;; SERVER: 192.168.244.2#53(192.168.244.2)
;; WHEN: Wed Mar 06 11:31:22 MSK 2019
;; MSG SIZE rcvd: 109
Код: Выделить всё
nslookup ya.ru
Spoiler
Address: 192.168.244.2#53
Non-authoritative answer:
Name: ya.ru
Address: 87.250.250.242
Name: ya.ru
Address: 2a02:6b8::2:242
Код: Выделить всё
cat /var/run/netconfig/resolv.conf
Spoiler
### 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 localdomain
nameserver 192.168.244.2
Код: Выделить всё
В /etc/sysconfig/network/config в строке
Может кто сталкивался с подобным? Где собака порылась? Чего то видимо не хватает в конфигах или глобальные изменеия в работе сети при переходе с 15 на Tumbleweed.