Hi there,
apparently our server rebooted itself tonight, and upon reboot the network interfaces did not come up again.
This is the config file /etc/network/interfaces:
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
auto eth0
iface eth0 inet static
address 66.197.220.238
netmask 255.255.255.192
network 66.197.220.192
broadcast 66.197.220.255
gateway 66.197.220.193
# dns-* options are implemented by the resolvconf package, if installed
dns-nameservers 4.2.2.1
dns-search volumedrive.com
Is something wrong here? Strangely enough the localhost interface doesn't come up either.