• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

Mint 21.1: nur mit Laptop keine Verbindung zu Hot Spot (WLAN) in Ferienwohnung möglich

OP
S

Spiritx

Newbie
Code:
holger@holger-HP-Pavilion-x360-Convertible:~$ ping -c5 8.8.8.8
PING 8.8.8.8 (8.8.8.8) 56(84) bytes of data.
From 172.31.189.30 icmp_seq=1 Destination Host Unreachable
From 172.31.189.30 icmp_seq=2 Destination Host Unreachable
From 172.31.189.30 icmp_seq=3 Destination Host Unreachable
From 172.31.189.30 icmp_seq=4 Destination Host Unreachable
From 172.31.189.30 icmp_seq=5 Destination Host Unreachable

--- 8.8.8.8 ping statistics ---
5 packets transmitted, 0 received, +5 errors, 100% packet loss, time 4092ms
pipe 4

Code:
holger@holger-HP-Pavilion-x360-Convertible:~$ ping -c5 google.com
ping: google.com: Name or service not known
 
Zuletzt bearbeitet von einem Moderator:
OP
S

Spiritx

Newbie
Code:
holger@holger-HP-Pavilion-x360-Convertible:~$ cat /etc/resolv.conf
# This is /run/systemd/resolve/stub-resolv.conf managed by man:systemd-resolved(8).
# Do not edit.
#
# This file might be symlinked as /etc/resolv.conf. If you're looking at
# /etc/resolv.conf and seeing this text, you have followed the symlink.
#
# 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 "resolvectl status" to see details about the uplink DNS servers
# currently in use.
#
# Third party programs should typically 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 trust-ad
search .

Code:
holger@holger-HP-Pavilion-x360-Convertible:~$ resolvectl status
Global
       Protocols: -LLMNR -mDNS -DNSOverTLS DNSSEC=no/unsupported
resolv.conf mode: stub

Link 2 (wlo1)
Current Scopes: none
Protocols: -DefaultRoute +LLMNR -mDNS -DNSOverTLS DNSSEC=no/unsupported
 
Zuletzt bearbeitet von einem Moderator:
OP
S

Spiritx

Newbie
Code:
holger@holger-HP-Pavilion-x360-Convertible:~$ ip route
default via 172.31.189.1 dev wlo1 proto static metric 20600
169.254.0.0/16 dev wlo1 scope link metric 1000
172.31.189.0/24 dev wlo1 proto kernel scope link src 172.31.189.30 metric 600

NUR ZUR INFO: Über den funktionierenden Handy-Hotspot gibt der gleiche Befehl folgendes aus:
Code:
holger@holger-HP-Pavilion-x360-Convertible:~$ ip route
default via 192.168.73.120 dev wlo1 proto dhcp metric 600
169.254.0.0/16 dev wlo1 scope link metric 1000
192.168.73.0/24 dev wlo1 proto kernel scope link src 192.168.73.90 metric 600
 
Zuletzt bearbeitet von einem Moderator:

admine

Ultimate Guru
den funktionierenden Handy-Hotspot
Das kannst du nicht vergleichen, weil dann ein kleines lokales Netz zwischen deinem Handy und dem Laptop aufgebaut wird.
Ein ping auf 172.31.189.1 funktioniert?
Mir fällt jetzt aber auch nichts mehr ein.
Eventuell fällt dir selbst noch etwas auf, wenn du die Angaben im Handy mit dem Laptop vergleichst.
 
OP
S

Spiritx

Newbie
Danke nocheinmal für Eure Mühe.
Ich habe zwar so gut wie keine Ahnung von dem Thema, aber ich vermute, daß am Router etwas ungünstig eingestellt ist. Denn mit dem Notebook (Windows) meiner Firma, mit dem ich auf Dienstreisen fahre, habe ich in Hotels auch ab und an Probleme, manchmal aber auch eben nicht.

Liebe Grüße Holger
 
Hmmm, ich hab noch eine ziemlich verrückte Idee: Wenn Du meinst mit dem Router verbunden zu sein, öffne mal einen Browser und gib die IP des Routers dort ein.
Hintergrund: Mit einem Rechner hab ich es noch nicht gemacht, habe aber auf dem Handy erlebt das ein (mehr oder minder) öffentliches Netzwerk auf dem Handy erst funktionierte nachdem ich per Browser irgendwelchen AGBs und ähnlichem Gelumpe zugestimmt hatte.
Wie gesagt, kenne ich das nur beim Handy, allein schon deshalb das ich auf solche Situationen nur gestoßen bin wenn ich mit dem Handy unterwegs war.
 
Oben