我有一个Ubuntu的12.04-lts服务器运行两个网卡,eth0和eth1。 当我尝试重新启动networking时,出现“无法启动eth0”。 当我做ifconfig时,两个网卡显示不同的静态IP。 有趣的是,我能够使用eth0 IP地址ssh进入服务器。
我的问题是,当我重新启动networking时,为什么会收到“无法启动eth0”消息?
非常感谢
更新
如果使用lshw -C类命令,我会得到
-network:0 description: Ethernet interface product: 82576 Gigabit Network Connection vendor: Intel Corporation physical id: 0 bus info: pci@0000:07:00.0 logical name: eth0 .... -network:1 description: Ethernet interface product: 82576 Gigabit Network Connection vendor: Intel Corporation physical id: 0.1 bus info: pci@0000:07:00.1 logical name: eth1 ....