在运行 Ubuntu 16.04 LTS 一小段时间后,我刚刚用 CLI Ubuntu Server 16.04.3 LTS 替换了它。安装包括Samba
和OpenSSH
。安装完成后,我到目前为止唯一做的事情就是设置以太网 NIC,因为运行此操作系统的笔记本电脑通过以太网电缆连接到路由器。它获得一个 IPv4 静态地址和一个 IPv6 自动(DHCP6 提供)地址。
它可以ping
连接网关(路由器)和其他 LAN PC — 但ping
除此之外的任何尝试都会返回:
Packet filtered
导致 100% 数据包丢失。我怀疑系统实际上没有互联网连接,但我不知道如何确认这一点 — 或者,作为下一个合乎逻辑的步骤,如何最终纠正它。
现在我接下来要做的就是执行
sudo apt update
我收到四条错误消息,其内容如下:
Unable to connect to security.ubuntu.com:http: [IP: 91.189.88.152 80]
Unable to connect to us.archive.ubuntu.com:http: [IP: 91.189.91.23 80]
错误消息涉及 4 个存储库:
The repository 'http://security.ubuntu.com/ubuntu xenial-security Release' does not have a Release file
The repository 'http://us.archive.ubuntu.com/ubuntu xenial Release' does not have a Release file
The repository 'http://us.archive.ubuntu.com/ubuntu xenial-updates Release' does not have a Release file
The repository 'http://us.archive.ubuntu.com/ubuntu xenial-backports Release' does not have a Release file
请就如何处理此事提供建议,并提前致谢。
答案1
进一步的故障排除证明,这最终是路由器问题,正如 Thomas Ward 所建议的那样。重新配置路由器上的 LAN 端口后,一切都运行正常。