Re: Kubuntu 18.04 wifi ok internetu brak
: 28 gru 2019, 08:45
To teraz zobacz:
Kod: Zaznacz cały
ping -c3 1.1.1.1
Polskie forum użytkowników Ubuntu
https://ubuntu.pl/forum/
Kod: Zaznacz cały
ping -c3 1.1.1.1
Kod: Zaznacz cały
PING 1.1.1.1 (1.1.1.1) 56(84) bytes of data.
--- 1.1.1.1 ping statistic ---
3 packets transmitted, 0 recived, 100% packet loss, time 2050ms
Kod: Zaznacz cały
traceroute 1.1.1.1
Kod: Zaznacz cały
dig wp.pl @1.1.1.1
Kod: Zaznacz cały
; <<>> DiG 9.11.3-1ubuntu1.11-Ubuntu <<>> wp.pl @1.1.1.1
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 47180
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 1452
;; QUESTION SECTION:
;wp.pl. IN A
;; ANSWER SECTION:
wp.pl. 128 IN A 212.77.98.9
;; Query time: 101 msec
;; SERVER: 1.1.1.1#53(1.1.1.1)
;; WHEN: Sat Dec 28 09:25:11 CET 2019
;; MSG SIZE rcvd: 50
Kod: Zaznacz cały
cat /etc/resolv.conf
Kod: Zaznacz cały
# This file is managed by man:systemd-resolved(8). Do not edit.
#
# This is a dynamic resolv.conf file for connecting local clients to the
# internal DNS stub resolver of systemd-resolved. This file lists all
# configured search domains.
#
# Run "systemd-resolve --status" to see details about the uplink DNS servers
# currently in use.
#
# Third party programs must not access this file directly, but only through the
# symlink at /etc/resolv.conf. To manage man:resolv.conf(5) in a different way,
# replace this symlink by a static file or a different symlink.
#
# See man:systemd-resolved.service(8) for details about the supported modes of
# operation for /etc/resolv.conf.
nameserver 127.0.0.53
options edns0
search internet.domowy
I dlatego nie masz netu.Kod: Zaznacz cały
nameserver 127.0.0.53 options edns0 search internet.domowy
Kod: Zaznacz cały
cat /etc/systemd/resolved.conf
Kod: Zaznacz cały
#Google
8.8.4.4
8.8.8.8
#CLoudflare
1.0.0.1
1.1.1.1
#OpenDNS
208.67.220.220
208.67.222.222
Kod: Zaznacz cały
# This file is part of systemd.
#
# systemd is free software; you can redistribute it and/or modify it
# under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation; either version 2.1 of the License, or
# (at your option) any later version.
#
# Entries in this file show the compile time defaults.
# You can change settings by editing this file.
# Defaults can be restored by simply deleting this file.
#
# See resolved.conf(5) for details
[Resolve]
#DNS=
#FallbackDNS=
#Domains=
#LLMNR=no
#MulticastDNS=no
#DNSSEC=no
#Cache=yes
#DNSStubListener=yes
Kod: Zaznacz cały
/etc/systemd/resolved.conf.d/dns_servers.conf
Kod: Zaznacz cały
[Resolve]
DNS=208.67.220.220 208.67.222.222 8.8.4.4 8.8.8.8 1.0.0.1 1.1.1.1
Domains=~.
nie mogę się tam dostać,wypluwa mi plik/ katalog nie istniejejacekalex pisze: 28 gru 2019, 10:04 RTFW:
https://wiki.archlinux.org/index.php/Sy ... d#Manually
np:
w pliku:Kod: Zaznacz cały
/etc/systemd/resolved.conf.d/dns_servers.conf
Kod: Zaznacz cały
/etc/systemd/resolved.conf
Kod: Zaznacz cały
mkdir -p /etc/systemd/resolved.conf.d/
touch /etc/systemd/resolved.conf.d/dns_servers.conf
Strata czasu, i tak po którejś aktualizacji się nadpisze i będzie powtórka problemu.Czy edytować
Kod: Zaznacz cały
/etc/systemd/resolved.conf
bez zmian....jacekalex pisze: 28 gru 2019, 09:51I dlatego nie masz netu.Kod: Zaznacz cały
nameserver 127.0.0.53 options edns0 search internet.domowy
Kod: Zaznacz cały
/etc/systemd/resolved.conf
więcej:Netplan jest teraz domyślnym narzędziem do zarządzania siecią w Ubuntu 18.04, zastępującym pliki konfiguracyjne /etc/resolv.conf i / etc / network / interfaces, które były używane do konfigurowania sieci w poprzednich wersjach Ubuntu.
wszystko sie zapisało i po reboot zostało na swoim miejscu. Internetu dalej brak.sgrzes pisze: 28 gru 2019, 09:59Kod: Zaznacz cały
# This file is part of systemd. # # systemd is free software; you can redistribute it and/or modify it # under the terms of the GNU Lesser General Public License as published by # the Free Software Foundation; either version 2.1 of the License, or # (at your option) any later version. # # Entries in this file show the compile time defaults. # You can change settings by editing this file. # Defaults can be restored by simply deleting this file. # # See resolved.conf(5) for details [Resolve] #DNS= #FallbackDNS= #Domains= #LLMNR=no #MulticastDNS=no #DNSSEC=no #Cache=yes #DNSStubListener=yes tu wpisałem DNS=....