等待网络配置错误

等待网络配置错误

当我想要登录我的 Ubuntu 系统时,它显示

等待网络配置

第二个是

等待 60 多秒

Ctrl然后当我们使用常见的++屏幕系统时就会出现这种情况ALtF1这导致了我认为的问题是我无法连接到互联网。

所以我改变了一些东西/etc/network/,但现在我想让它恢复到原来的网络配置,但我不知道该怎么做。

有人可以帮忙吗?
有人能给出详细答案吗?

谢谢

答案1

如果您编辑了/etc/network/interfaces文件并想要返回默认服务器配置,请尝试以下操作:

# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

# The loopback network interface
auto lo eth0
iface lo inet loopback

# The primary network interface
iface eth0 inet dhcp

eth0这假设您从(主)以太网接口上的 DHCP 获取 IP 地址。

答案2

编辑此文件 sudo nano /etc/init/rc-sysinit.conf

转到该行;启动(文件系统和静态网络启动)或故障安全启动

更改为;从(文件系统)启动或故障安全启动

然后重新启动..

相关内容