已连接,但在 21.04 更换新 ISP 后无法上网

已连接,但在 21.04 更换新 ISP 后无法上网

最近搬家了,现在使用 Spectrum 而不是 AT&T。

网络上有 2 台机器。Windows 机器运行良好。

Ubuntu 机器可以很好地连接到本地网络,但互联网连接时断时续。(加载时间长,大多数时候超时)。

apt-get update 永远不起作用

我尝试过的事情:

  • 删除并重置连接
  • 将 DNS 设置为 8.8.8.8,8.8.4.4
  • 安装 resolveconf
  • 清除 avahi
  • 更换以太网电缆
  • 直接插入调制解调器而不是 Linksys 路由器

什么都不起作用或产生任何效果。

除了将其插入新位置之外,我没有对系统进行任何更改。

眼镜:

  • Ubuntu 21.04
nmcli
enp3s0: connected to Profile 1
        "Qualcomm Atheros Killer E220x"
        ethernet (alx), 44:8A:5B:9C:2A:A9, hw, mtu 1500
        ip4 default
        inet4 192.168.1.101/24
        route4 0.0.0.0/0
        route4 169.254.0.0/16
        route4 192.168.1.0/24
...
DNS configuration:
        servers: 8.8.8.8 8.8.4.4
        interface: enp3s0

cat /etc/resolv.conf 
# Dynamic resolv.conf(5) file for glibc resolver(3) generated by resolvconf(8)
#     DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN
# 127.0.0.53 is the systemd-resolved stub resolver.
# run "systemd-resolve --status" to see details about the actual nameservers.

nameserver 127.0.0.53
nameserver 8.8.8.8

systemd-resolve --status
Global
           Protocols: -LLMNR -mDNS -DNSOverTLS DNSSEC=no/unsupported
    resolv.conf mode: foreign
  Current DNS Server: 9.9.9.9
         DNS Servers: 9.9.9.9 2620:fe::fe
Fallback DNS Servers: 8.8.8.8 2001:4860:4860::8888

Link 2 (enp3s0)
    Current Scopes: DNS
         Protocols: +DefaultRoute +LLMNR -mDNS -DNSOverTLS DNSSEC=no/unsupported
Current DNS Server: 8.8.4.4
       DNS Servers: 8.8.8.8 8.8.4.4

调试命令

nslookup -debug security.ubuntu.com
;; connection timed out; no servers could be reached

相关内容