小编qua*_*dog的帖子

ubuntu 12.04 安全更新后无网络环回设备

过去几个月我在服务器上安装了 Ubuntu 12.04,一切正常。昨晚我做了一个aptitude update && aptitude safe-upgrade引入所有最新安全更改的操作,现在当我启动服务器时没有创建 lo 设备。

它正确地调出物理以太网接口,我可以在这些接口上ping进出机器,但没有任何东西可以连接到localhost或上的任何东西127.0.0.1

ifconfig仅列出eth0eth1

lo根本没有。

以下是 /etc/network/interfaces 的内容:

# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
auto eth0
#NetworkManager#iface eth0 inet dhcp
Run Code Online (Sandbox Code Playgroud)

我应该在哪里寻找诊断和修复?

谢谢!

networking ubuntu loopback interface ubuntu-12.04

6
推荐指数
1
解决办法
5757
查看次数

标签 统计

interface ×1

loopback ×1

networking ×1

ubuntu ×1

ubuntu-12.04 ×1