1. Home
  2. Linux
  3. How to block unwanted website in ubuntu linux

How To Block Unwanted Website In Ubuntu Linux

If your Ubuntu computer is used by some one else besides yourself, specially children, then you might want to restrict some websites and make sure they do not open on your system. Here is a quick way to block such sites in Ubuntu. It is extremely simple doesn’t require any third party application, you just need to make a simple entry in the /etc/hosts file.

/etc/hosts is a very important file which handles DNS and internet handling on Linux based systems. In order to block some site from opening, open the /etc/hosts file by typing the following command on the terminal:

gedit /etc/hosts

and add the following line:

127.0.0.1   domain.com

Here replace domain.com with the name of the domain that you wish to block.

Now whenever there is an attempt to open the blocked website, the web browser will display the “Failed To Connect” message.

Firefox Ubuntu

47 Comments

  1. Websites will not be blocked/unblocked until you logout and login after you remove/add and save.

  2. Thank you so much ! I’ve been trying so hard to stop myself from entering porn sites, now this is the best way.

  3. Thank you very much , i had another problem , But this details helped me a lot lot lot ……

  4. you need to clear the history and restart the browser..
    Thnx for the tip…

  5. IMHO Its best to speak with your children, instead of trying to live in a bunker. /etc/hosts is not built for blocking access, there are several nanny tools that have community maintained lists. Long time ago IE 4 had parental controls, and being only 14 I was able to hack them in no time, and it was me who set the password in the first place. So if you are seriously considering taking advice from this post you are doing parenting wrong. And sysadmin worse, but that is just my humble opinion.

    • “IMHO Its best to speak with your children, instead of trying to live in a bunker.”

      Speaking to your children and locking down your computer are both valid and complementary. You cannot say a person doing the latter and asking for help is not also doing the former.

      “So if you are seriously considering taking advice from this post you are doing parenting wrong.”

      Most parents would appreciate not being patronized by someone who presumably, going by clues in the post, may be too young or too inexperienced to be giving out parenting advice.

      Your post otherwise was helpful. Please stick to being helpful without the patronizing tone.

  6. I use TOR proxy. this is a way which isn’t effected by your way, what do u suggest?

    • sudo gedit /etc/hosts

      sudo, gives you access to files that only the administrator can access. It asks for your password

  7. ok i have tried to block sites and i did it i need now to unblock it please help

  8. A better way would use iptables. There are several frontends for iptables that make configuration simple. The problem with /etc/hosts is that too many entries can slow you down.

  9. i added mydomain.com to that list successfully, but still the site isn’t blocked…what to do?

  10. i want to block all the sites in my computer which is related to porn stars,porn movies please help me

  11. i undrstood how to block a website in single machine but how 2 block website for all users on same network.

  12. i can not save hosts file bcz it’s read only (unchangeable)… now how can i save hosts file??

    • you must be super user to modify the file since it is owned by root.
      either get super user privileges first by typing “su” or “sudo su”
      or do it at once with “sudo gedit /etc/hosts”

      If you want to get to a site blocked using this method try using a free web proxy such as www.freedombyproxy.com

    • you must be superuser in order to make changes….log in as superuser and then try it again

    • Just type
      sudo gedit /etc/hosts
      then type your password as demanded and you will be able to edit and save the file.
      Btw it is also answered three comments above..!

    • in terminal, type: sudo suenter your passwordthen type: gedit /etc/hostsadd the line127.0.0.1 siteyouwannablock.commake sure you exclude the “http://” and make sure you block all sub-domains of the site.hope this helped!example:127.0.0.1 siteyouwannablock.com127.0.0.1 www.siteyouwannablock.com127.0.0.1 ad-server.siteyouwannablock.com

    • i made it. write likes (must give same coloumn between 127.0.0.1 and www.facebook.com on above)

      127.0.0.1 localhost
      127.0.1.1 muhinboss-desktop
      127.0.0.1 www.facebook.com

      # The following lines are desirable for IPv6 capable hosts
      ::1 localhost ip6-localhost ip6-loopback
      fe00::0 ip6-localnet
      ff00::0 ip6-mcastprefix
      ff02::1 ip6-allnodes
      ff02::2 ip6-allrouters
      ff02::3 ip6-allhosts