Hosts File For Mac



Download

Aug 07, 2012 Correct, you can edit Hosts file in OS X with TextEdit by entering: sudo open -a TextEdit /etc/hosts. Type your admin password, hit return, then TextEdit launches as root with the hosts file on the Mac. You can save and edit the file as usual from TextEdit this way in OS X. Easy for novices, but nano, vim, emacs, etc are better. All Mac computers store a small, text based file called 'hosts'. Modifying this file is sometimes necessary to solve connection problems, set your own web server, and instruct the system to block access to specific websites (thus to prevent opening malicious websites). Feb 18, 2020 How to reset your Mac's Hosts file. When you're ready to undo your changes and restore where your Mac's Hosts file routes to, you can do so by replacing the current host file with a new set of terms. You don't need Terminal for this reset. Make sure Finder is selected on your Mac. Click on Go in the Mac menu bar. Click on Go to Folder.

You may be wondering Where is the “Hosts” File on a MAC? The host file is located in the /private/etc/hosts on your MAC. Because it is situated in a protected area of the system, you cannot directly open the file and edit it. The solution is to copy the file to an unprotected location for example desktop and then make the modifications. The easiest way to find the host file is to use the Finder tool. When you have launched the Finder tool, you can select Go to Folder and enter the file location /private/etc/hosts. Now, you must select the “hosts” file with your mouse cursor and drag it to the desktop. Doing so will unlock the file and enable you to edit it.

Editing the Hosts File on a MAC

To edit the host file, you must first open it by double clicking it. You will notice that it is a simple file that contains just a few lines of text and characters such as pound and hash tags. The file also list the IP address of the localhost and broadcasthost. Before making changes on the hosts file, you should first backup the files. The hosts file can be backup by entering the hosts backup command in the terminal app. When making edits in the file, you cannot use mouse click as the mouse has been disabled in the text editor. Instead, you are to use the arrow keys to travel to different lines.

Blocking Access to Certain Websites with the Hosts File

For some people, they edit the host file in order to block the user from accessing a certain site on the Mac system. If you want to block access to a specific website, you must map the particular website you want to block to an invalid IP address such as 0.0.0.0 so that the browser won’t be able to display the page when someone tries to enter the URL.

Enter the Redirected URLs into the Hosts File

If you don’t want to redirect the website to an invalid IP address, you can enter the valid IP address of the site where you want the user to be redirected. In this way, the user will be redirected to a different site when he attempts to visit the site with the browser. You can find out the IP address of a website by sending a ping to the site via the Terminal. You must quickly record down the returned IP address on a text editor so that you won’t enter the wrong number into the file.

The entry should be entered in the format of the IP address followed by a space and then domain name. There is no limit as to how many entries of IP addresses you can enter into the host file. Every line should have only one entry. It is advised that you don’t delete the entries previously entered as they are required to be processed by the system when it is booting. As soon as you have entered a new entry, you should press Control + O key to confirm that you want the modifications on the file to be applied to the original version in /private/etc/hosts/.

Testing the Hosts File to See if it Works Properly

After you have finished making the modifications, you must copy and paste the hosts file back to the original location. There will be a prompt that ask you whether you want to replace the file. To authenticate the file replacement, you must enter your administrative password. After the file is replaced, you can enter the URL in your browser to see whether the changes have been effected. You may have to delete the existing DNS cache in order for the effect to take place. To delete the existing DNS cache, you can enter the syntax dscacheutil -flushcache into the terminal.

Conclusion

In conclusion, it is very easy to locate the hosts file and make edits to control the sites other users will see. You can try turning off your computer and restart the system again if the website did not display properly after you followed the steps above. Sometimes, you need to quit all open browsers in order for the changes to take effect.

What is hosts file and how does it differ from DNS?

First of all, what is the hosts file, and how does it differ from the more commonly known DNS?

The Domain Name System is the database that corresponds an IP address’ “dotted quad” numerical format with a website’s alphabetized web address. It’s a giant directory of which name belongs to which IP address, like an online yellow pages.

Hosts File For Mac

Your Mac’s hosts file, however, is localized to your own device, like a list of contacts in your phone: The web address acts as your contact’s name — that’s how you find who you want to talk to — and the IP address is their cell phone number, which is your actual way of getting in touch with them.

Hosts File Mac Port

How editing the hosts file works

Editing your Mac hosts file is a bit like changing the phone number in your contact book. If you save the contact details with the wrong name, well, it’s still going to connect to that person when you ring the contact. If, however, you entered an incorrect phone number in our contacts analogy, whether that’s an invalid number or one that links to someone else’s, then you have no chance of getting through to that particular cell phone.

Editing the hosts file reroutes the IP address, but only from your own Mac. Entering the web address will bounce you to a different IP address of your choosing (and therefore a different website) or to an invalid IP, which will give you an error page on your browser that says it can’t find the site you’re looking for.

Can it boost my Mac's speed?

Editing a hosts file is a way to speed up your browser performance. But if you're tired of half-measures and want some solid improvement, we recommend a full browser cleanup, including deletion of browser cache. Our personal favorite is CleanMyMac as it has a tool to uninstall browser extensions and the rest of the garbage Macs accumulate from the web, emails and message chats. Check it out — it's available for a free download here.

So why would you want to change your hosts file?

Typically if you enter a web address in your browser, it’s because you want to reach that IP address. So what are the benefits of rerouting?

  • Network Testing: If you’re developing a network, you can reroute the real domain name to the development site to see how real users experience it. This will not affect other users accessing the real site.

  • Block Malicious Sites: Apart from the risk of viruses and malware, undetected add-ons can also find their way into your system and begin slowing things down. Although it’s always worth investing in pop-up ad blockers, editing the hosts file prevents known malicious sites from being accessed. If a link or pop-up attempts to enter the site, your OS simply re-routes it and takes you to a safer page.

  • Increased Speed: As we said earlier, finding a website via the DNS is like flicking through the yellow pages for the correct address. With the hosts file being localized to your Mac, this could potentially speed up your browsing by omitting the middle man.

  • Improved Productivity: Maybe you or your team are getting distracted with social media sites or video streaming. Blocking access to time-wasting sites is a good way of keeping focused on the job at hand.

How to edit the hosts file with Terminal

Note: You will need administrator privileges, including the password, to edit the Mac hosts file.

1) Find the Terminal application on your system. You can do this by either:

- Use the Spotlight application to search for it.

Hosts file editor for mac

- Select Applications from the sidebar of a Finder window, and from there select Utilities and then double-click on Terminal.

2) Once you have the Terminal window open, you can access the Nano text editor, which is where you will edit the hosts file. Type sudo nano /etc/hostsand hit Enter. You’ll then be prompted for your administrator password. Once you’ve entered it, hit Enter again and you will be in the Nano text editor.

The Nano text editor might look intimidating if you’re not used to coding on your OS, but don’t worry: it’s very simple, and very easy to do.

3) Use your keyboard arrow keys to position your cursor beneath the text that is already there. This is where you’re going to enter your alternative IP address. Type the IP address that you want the site to reroute to, hit tab, and then type the domain name you want to be associated with it. So, if you would prefer that YouTube reroutes to your homepage, simply type the numerical IP address of your site, hit Tab, and then type www.youtube.com. To add another entry, simply enter a new line of text.

If you have no particular alternative site in mind, or you simply want to block access to it entirely, you can either enter an invalid IP address, such as 000.0.0.100, or use 127.0.01, which always refers back to your own system.

4) Save the changes by pressing control and O, and then exit the Nano text editor by pressing control and X, which will return you to the main Terminal screen.

5) To make sure your Mac doesn’t get confused by the conflicting information from its hosts file and the DNS, before you exit the command line type sudo killall -HUP mDNSResponderand hit Return. This clears your Mac’s DNS caches so that the old directory doesn’t conflict with your newly updated hosts file.

File

How to edit the hosts file with TextEdit

An alternative to the Terminal application is to use TextEdit instead.

1) Click Finder > Go > Go to Folder...
Then type /private/etc/hosts and press Go. This will locate the hosts file in the ‘etc’ folder.

2) Copy the file onto your desktop, and then double-click the copied file to edit it. In the open text file, add your line of alternative IP addresses just as you would in Terminal: First the rerouted IP address and then the corresponding domain name. Make sure that there is a space between the IP address and the domain name, otherwise it won't work.

If you don't want your Mac to access certain websites, use 127.0.0.1 for IP address. This will reroute the address back to your Mac. For example, if I wanted to block the access to Facebook on a particular Mac, I would edit hosts file to look like this:

Note: If the file is locked to prevent you from editing it, which is likely if you’re running on OS X 10.11 or later, you must disable SIP protection before you can make any changes.

3) Save the file, and then drag it back into the ‘etc’ folder. Your Mac will ask if you want to replace the file, which you do, and you will have to enter your administrator password to save the changes.

Remember, even if you own the domain name you are rerouting, the web address itself will not be affected. The hosts file only changes what happens on the Mac that contains it.

The risks of editing hosts file

Remember, you’re rerouting a domain to an IP address, not specifically a website. So if you have set one domain to be sent to another site, this depends on the IP address staying the same. If the destination website changes its IP address, your new route will no longer be valid, with the domain either ending up in a new website or producing an error message.

If your server is still taking too long to process requests, it may not be the DNS lookup that is slowing you down. It might be worth running a full clean of your OS to make sure the lag isn’t coming from your Mac.

How else you can protect privacy on your macOS

Anyone reading this is concerned enough about privacy and security to want to find a solution. As we’ve outlined in this article, there are several ways this can be done manually. Some of these fixes take time. Other solutions are fairly quick and easy to implement.

With CleanMyMac X, you can clean your system cache, user cache (which includes app and DNS cache history) and your browser cache. Of course, there is the manual way, as outlined in this article, or you can save a lot of time with one download and a few clicks to remove any digital footprints you want to delete.

If you want to clear cache safely and easily, here is how you can with CleanMyMac X:

  1. Launch CleanMyMac X (download it for free here)
  2. Select System Junk.
  3. Click Scan > Clean.

In case you need to remove just DNS cache, do the following:

  1. Go to the Maintenance module.
  2. Choose Flush DNS Cache.
  3. Click Run.

Done! Your DNS cache flushed.

That’s all you need to do. Give it a try, or go through the steps outlined above to do this manually.

Mac Hosts File Wildcard

These might also interest you: