I have a dedicated server from Online.net with Debian 8 Jessie and it's good, fast and everything is alright.
Well, until yesterday when i decided to do a restart, then I got prompted at my server Console that the network port is off!!
after hours and hours with support they were sure that the hardware is fine and it's configuration and software problem.
So my system will boot in rescue mode (which is it an Ubuntu system mounted on the network) so i can obtain a SSH and my server's disk will be then mounted on /mnt/sda1.
However, I've tried until now everything,
host file (/etc/hosts) is:
127.0.0.1 localhost
127.0.1.1 mydomain
Note that i've tried other combinations too with only 127.0.0.1 and also tried with my ip pointed to my domain but all the same
Hostname file (/etc/hostname):
mydomain
so i skipped the hassle with hosts because they look alright.
my interfaces file (/etc/network/interfaces):
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
auto eth0
iface eth0 inet dhcp
I've tried too with static IP but to no avail.
Now the last respond from the support team was:
It looks like the software on your server causes the network port being locked down because of the traffic patterns detected. You may try to use another distribution or another version of the kernel or network drivers to avoid the issue.
So what do you think? any tip will be highly appreciated.
thanks in advance