When Ubuntu Server restarts eth0 Doesn't come back up
- by JoelGsus
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