I have a Linux server that I use for a minecraft server. Ran flawlessly for the last two years. I usually shut it down when not using it because servers are expensive to run. Usually when I turn it back on everything works fine and I can SSH to it no problem. However about a week ago I turned it on, and I couldn't connect. I didn't have time to play with it until today.
I went and looked at my DHCP client list and found it was using a different local IP. All my ports and everything including server config are setup for it to run on 192.168.1.113 now on the client list its using 128. So I edited the /etc/network/interfaces file to use a static IP as 192.168.1.113, got no network response. So I set things back to the default in the interfaces file, after I realized my router had a DHCP reservation table. However now my server will not connect to the internet. I deleted the reservation and now the server wont even go back to its 128 connection. I want to know if there is some way that I can restore the default /interfaces file, which I DID NOT make a backup of.
The current contents are visually identical to what they were:
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet dhcp