Hi there.
I have a huge problem.
I have a rented server where I hosts some websites and a few IRC BNCs.
Today, I was installing flash for Iceweasel (needed it for a site I was using) and my server crashed.
A few minutes later, it booted up but the network didn't work properly.
When I do /etc/init.d/networking start, it gives me this error:
Configuring network interfaces...SIOCADDRT: File exists
Failed to bring up eth0.
done.
My /etc/network/interfaces looks like this:
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
# The loopback network interface
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address xx.xx.xxx.xxx
netmask 255.255.255.0
network 91.121.114.0
broadcast 91.121.xxx.xxx
gateway 91.121.xxx.xxx
Does anybody know how to fix this? I've been trying for 8 hours, google'ing and trying shit and NOTHING works for me :/
Reinstalling isn't a solution, cause there's files there I need and since it's located in France, I can't remove the HD from the server.
I really hope someone can help me here
Thanks in advance
MilloDk