今早有 3 台 Ubuntu 机器没有网络

今早有 3 台 Ubuntu 机器没有网络

在我们的办公室运行各种 Windows、MAC 和 Ubuntu 机器。一切运行良好,直到今天早上,其中 3 台 Ubuntu 机器都显示没有网络,但以太网电缆(和 Wifi)设置自上周五以来一直没有改变。

今天早上连接有点乱,一点也不开心。它们都显示Connection failed Activation of network connection failed。我可以理解周末有一个出现故障,但 3 个呢?而且 Wifi 和以太网都出现故障。

抓起 USB 并从全新下载的 23.04 启动并遇到了同样的问题 - 这发生在两台不同的机器上。

重新格式化了其中一台机器,安装了 23.04,问题依旧。在另一台机器上尝试了全新的“试用 Ubuntu”,问题依旧。

我已经使用 Ubuntu 10 多年了,从来没有遇到过这样的事情 - 有什么建议吗?我知道可能是更新导致了这个问题,但是 23.04 的新副本肯定可以解决这个问题?

最后 - 这可能是误报,但周末我们注意到 Synology 盒子隔离了一个标记为Unix.Malware.Kaiji-10003916-0 - prometheus

Windows 和 MAC 机器运行良好,并且 2 台运行 22.04 和 20.04 的 Ubuntu 机器运行良好......

ip addr show
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
       valid_lft forever preferred_lft forever
    inet6 ::1/128 scope host 
       valid_lft forever preferred_lft forever
2: eno1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP group default qlen 1000
    link/ether 00:23:24:cc:a0:73 brd ff:ff:ff:ff:ff:ff
    altname enp0s31f6
3: wlp1s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
    link/ether 84:ef:18:4f:fc:86 brd ff:ff:ff:ff:ff:ff
    inet6 fe80::5ac8:c13d:d002:cff/64 scope link noprefixroute 
       valid_lft forever preferred_lft forever


sudo lshw -c network
  *-network                 
       description: Wireless interface
       product: Dual Band Wireless-AC 3165 Plus Bluetooth
       vendor: Intel Corporation
       physical id: 0
       bus info: pci@0000:01:00.0
       logical name: wlp1s0
       version: 99
       serial: 84:ef:18:4f:fc:86
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless
       configuration: broadcast=yes driver=iwlwifi driverversion=5.19.0-43-generic firmware=29.4063824552.0 7265D-29.ucode latency=0 link=yes multicast=yes wireless=IEEE 802.11
       resources: irq:125 memory:df000000-df001fff
  *-network
       description: Ethernet interface
       product: Ethernet Connection (2) I219-V
       vendor: Intel Corporation
       physical id: 1f.6
       bus info: pci@0000:00:1f.6
       logical name: eno1
       version: 31
       serial: 00:23:24:cc:a0:73
       size: 1Gbit/s
       capacity: 1Gbit/s
       width: 32 bits
       clock: 33MHz
       capabilities: pm msi bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation
       configuration: autonegotiation=on broadcast=yes driver=e1000e driverversion=5.19.0-43-generic duplex=full firmware=0.8-4 latency=0 link=yes multicast=yes port=twisted pair speed=1Gbit/s
       resources: irq:123 memory:df100000-df11ffff


ifconfig -a
eno1: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        ether 00:23:24:cc:a0:73  txqueuelen 1000  (Ethernet)
        RX packets 24641  bytes 2100911 (2.1 MB)
        RX errors 0  dropped 27  overruns 0  frame 0
        TX packets 482  bytes 116491 (116.4 KB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
        device interrupt 16  memory 0xdf100000-df120000  

lo: flags=73<UP,LOOPBACK,RUNNING>  mtu 65536
        inet 127.0.0.1  netmask 255.0.0.0
        inet6 ::1  prefixlen 128  scopeid 0x10<host>
        loop  txqueuelen 1000  (Local Loopback)
        RX packets 17096  bytes 3061579 (3.0 MB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 17096  bytes 3061579 (3.0 MB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

wlp1s0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet6 fe80::5ac8:c13d:d002:cff  prefixlen 64  scopeid 0x20<link>
        ether 84:ef:18:4f:fc:86  txqueuelen 1000  (Ethernet)
        RX packets 461  bytes 84832 (84.8 KB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 774  bytes 181455 (181.4 KB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

Unattended-upgrades.log
2023-06-09 11:23:23,107 WARNING Could not figure out development release: Distribution data outdated. Please check for an update for distro-info-data. See /usr/share/doc/distro-info-data/README.Debian for details.
2023-06-09 11:23:23,107 INFO Starting unattended upgrades script
2023-06-09 11:23:23,108 INFO Allowed origins are: o=Ubuntu,a=jammy, o=Ubuntu,a=jammy-security, o=UbuntuESMApps,a=jammy-apps-security, o=UbuntuESM,a=jammy-infra-security
2023-06-09 11:23:23,108 INFO Initial blacklist: 
2023-06-09 11:23:23,108 INFO Initial whitelist (not strict): 
2023-06-09 11:23:28,194 INFO No packages found that can be upgraded unattended and no pending auto-removals
2023-06-12 10:43:15,017 WARNING Could not figure out development release: Distribution data outdated. Please check for an update for distro-info-data. See /usr/share/doc/distro-info-data/README.Debian for details.
2023-06-12 10:43:15,017 INFO Starting unattended upgrades script
2023-06-12 10:43:15,018 INFO Allowed origins are: o=Ubuntu,a=jammy, o=Ubuntu,a=jammy-security, o=UbuntuESMApps,a=jammy-apps-security, o=UbuntuESM,a=jammy-infra-security
2023-06-12 10:43:15,018 INFO Initial blacklist: 
2023-06-12 10:43:15,018 INFO Initial whitelist (not strict): 
2023-06-12 10:43:19,213 INFO No packages found that can be upgraded unattended and no pending auto-removals

答案1

user535733 - 我读了你的评论,然后立即继续,因为不可能是路由器的问题,因为其他机器都很好。昨天遇到了一个稍微不同的问题,重启了路由器,现在一切都正常了。唉。忙着修复这个问题,因为它一定很复杂,你知道吗?:-)

感谢所有回复的人...

相关内容