Hosts File Backup in Case of Nameserver Corruption

Originally published on January 10, 2021.
Last Updated on March 2, 2024.

Markku, a reader at Vox Popoli pointed out yesterday that the potential for a major internet blackout would likely involve corruption of the internet name servers rather than messing with IP’s.

Here are instructions for Windows machines. (Sorry, I can’t help with Apple or linux.) Original text below.

1.Using your browser, goto http://205.251.111.249/win/hosts and save the file that pops up as a download. Save it to your desktop to make this easier.

2. Open File Explorer

3. Navigate to c:\windows\system32\drivers\etc\hosts

4. Right click on the ‘hosts’ file and select ‘rename’

5. Change the name to ‘hosts_old’. (Markku says change it to ‘hosts_backup’ which accomplishes the same thing. ‘Old’ just makes more sense for me.

6. Keep your File Explorer open, but move the File Explorer box around so you can see the ‘hosts’ file you saved to your desktop.

7. Left click and hold on the downloaded file on your desktop and drag it into your File Explorer and drop it there. Done.

8. To test that you got it right, go back to your browser and open emergency.voxday. You should see this:

If so, you are good to go. If the internet starts not working and you can’t get onto sites you would normally be able to access, goto this page where Vox and his team will hopefully have useful information to help us through the blackout.

Advanced. If you know how to edit the hosts file you could also add this site by adding another line:

162.241.224.203 axehaft.com

But if you don’t know how to edit, just leave it. Vox will point you in a direction.

UPDATE: If you are a member of Social Galactic, there is an extensive thread offering help with other than Windoz devices along with tech help.

UPDATE by Markku: There are some signs of things moving very fast and I believe there is a real chance of the internet really going down soon. We have discussed how this would most likely be done with the Ilk techies already, and it would be incredibly risky for them to try doing it at the IP level. There are so many critical services depending on IP.

What is much more likely is poisoning the world’s DNS servers by Google, after which all the sites are still there, but you can’t see them, except ones that are specifically allowed by Google. The nice thing about this is that you can work around it, if you act before it happens. You need to store the necessary information locally, where Google can’t get at it.

There is just one step that you need to do right now, before the internet goes down. How to do it depends on your operating system.

If you are on Windows and you have never edited the file c:\windows\system32\drivers\etc\hosts , things are easy. If you HAVE edited it, you will know you have, because this is advanced use of Windows.

You will need administrator rights to edit this folder in the file exporer. First, rename the old file called hosts, to hosts_backup. Then, put the file you download from the following link, as the new c:\windows\system32\drivers\etc\hosts : http://205.251.111.249/win/hosts

Note that some browsers may complain that the file is not “commonly downloaded and may be dangerous”. On Chrome, click the up arrow in the complaint, and then “keep”.

After that, you will be able to open the URL http://emergency.voxday and you will find further instructions there, in case you find that all other lines of communication have disappeared. Most importantly, there will be a new hosts file behind that link, that will then contain many more entries in it. For any site that has an entry, it will override what the system gets from the poisoned DNS entry. That will allow us to bring all our major services back. Also, if at any time in the future they pull this same trick, this will always be our response. So, you will probably want to keep the addition there. As long as it’s only that one additional line, it will not interfere with your normal internet usage. It will simply allow that URL to always be opened.

Currently there aren’t any instructions in the link. But if internet goes down, they will appear.

If you have edited the hosts file previously in Windows, or if you are a Linux or Mac user, then add the following line to the end of your existing file. Which on Linux and Mac is /etc/hosts . You will need root rights to modify the file. In most cases you gain them by adding “sudo” in front of the command. So, let’s say your editor is nano. You’d write “sudo nano /etc/hosts”.

205.251.111.249 emergency.voxday

Leave a Reply

Your email address will not be published. Required fields are marked *