我的 Ubuntu 服务器重启后出现了一系列错误。它似乎忘记了如何连接到我的路由器,因为它无法 ping 本地或其他 IP。
当我启动它时它说
Waiting for network configuration
Waiting 60 more seconds for network configuration
如果我输入平http://google.com 它返回:
ping: Unknown host http://google.com
如果我输入ping 192.168.1.1 它返回:
connect: Network is unreachable
如果我输入/etc/init.d/networking 重启 它返回:
Reconfiguring network interfaces...
然后挂起,直到它说
Failed to bring up eth0
目前,networking/interfaces 文件如下所示
auto eth0
iface eth0 inet dhcp
路由器报告服务器:不活动..
有什么建议吗?
答案1
要检查 3 件事:
您看到什么 eth 设备?dmesg | grep eth 将显示给您。它被重命名了吗?
如果 eth0 可用,请运行 sudo ethtool eth0 查看它是否真的启动。
网卡灯是否亮着(大多数网卡应该有指示灯)
答案2
可能太晚了,但还是去掉 auto eth0 吧。启动时它无论如何都会自动配置。在阅读修复方法之前,我遇到这个问题已经有一段时间了。