I have an ubuntu 12.04-lts server running with two network cards, eth0 and eth1. When I try to restart the network, I get "Failed to up start eth0". When I do ifconfig, both network cards show different static IP. Funny thing is that I'm able to ssh into the server using eth0 IP address.
My question is why am I getting "Failed to up start eth0" message when I restart the network.
Thanks in adavnce
update
if use lshw -C class command, I get
-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
....
/var/log/syslogsay? – EEAA Feb 5 at 3:16