When Ubuntu Server restarts eth0 Doesn't come back up

Posted by JoelGsus on Ask Ubuntu See other posts from Ask Ubuntu or by JoelGsus
Published on 2011-10-29T04:29:21Z Indexed on 2011/11/27 18:06 UTC
Read the original article Hit count: 214

Filed under:
|
|
|

Every time I restart my Ubuntu Server 11.10 I can't ssh into it because ETH0 doesn't come up automatically. I never had this problem before upgrading to 11.10. I have to login to the server and start the ETH0 manually. I would appreciate it any help. Thanks.

Here is my /etc/networks/interfaces file:

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

# The primary network interface

iface eth0 inet static
    address 192.168.1.102
    netmask 255.255.255.0
    broadcast 192.168.1.255
    network 192.168.1.0
    gateway 192.168.1.1

© Ask Ubuntu or respective owner

Related posts about 11.10

Related posts about server