Results 1 to 7 of 7
  1. #1
    Experienced User
    Overall activity: 3.0%

    Join Date
    Oct 2009
    Posts
    823
    Liked
    61 times
    Points
    7,284

    Cool Using a large HOSTS file on a home network

    Currently, I'm using the MVPS HOSTS file (~600 KB) and have been considering using the hpHosts file (~3.8 MB) since the latter has an extensive listing of malicous websites in addition to adservers.

    The info at MVPs HOSTS (SOURCE)
    1. Warns that "in most cases a large HOSTS file (over 135 kb) tends to slow down the machine";
    2. Advises setting the DNS Client to manual;
    3. But warns that Network Discovery requires the service.


    I am on a home network and from time to time I do want to connect to the other machines in the house. (And doesn't bother me at if they can't see my primary machine.)

    So, is the answer to disable the DNS Client and just re-enable it when I need to connect to other machines on my network?

    Also, I did read a Wiki article on the subject, but couldn't translate that into how it would affect things at a user level. (Definitely out of my depth here.)

    I'm wondering if anyone has experience with HostMan, a freeware HOSTs file manager
    (site HERE; WOT = Excellent)
    • Automatic update of hosts file
    • Enable/Disable hosts file
    • Built-in hosts editor
    • Scan hosts for errors, duplicates and possible hijacks
    • Hosts file backup manager
    • Exclusion list
    • Local HTTP server


    I've been using HostsXpert to manage and update my HOSTS file and started looking at HostMan since it can merge two HOSTS files (like from MVPs & hpHosts) and remove any duplications and also has a Hosts Optimizer built into it.

    Any advice and experience on this subject will be most welcome. Thanks.

  2. #2
    Experienced User
    Overall activity: 25.0%

    Join Date
    Jun 2009
    Location
    Quarantine
    Posts
    1,829
    Liked
    74 times
    Points
    21,703
    Why does large HOSTS file slow down the computer? Do they mean it slows down the web browsers
    This user has not enabled signature viewing, if you wish to view this user's signature please upgrade to a Raymond Gold account. THIS PORTION OF THIS QUOTE HAS BEEN CENSORED BY SOPA.

  3. #3
    *nix Technical Support
    Overall activity: 35.0%

    Join Date
    Jan 2009
    Location
    /home/hellnoire
    Posts
    9,845
    Liked
    318 times
    Points
    26,077
    Copy and paste the following to Notepad:

    Code:
    @echo off
    SET /P ANSWER=Start or Stop DNS Client?
    echo.
    if /i {%ANSWER%}=={start} (goto :start)
    if /i {%ANSWER%}=={stop} (goto :stop)
    :start
    net start DNS Client
    goto: eof
    :stop
    net stop DNS Client
    goto: eof
    :eof
    Save it as ALL FILES (instead of .txt) and write 'DNS Client Control.bat'

    Should allow for you to control your DNS Client on and off.
    pacman -Syyu life not found in sync db

  4. #4
    Experienced User
    Overall activity: 3.0%

    Join Date
    Oct 2009
    Posts
    823
    Liked
    61 times
    Points
    7,284
    Thanks hellnoire, much appreciated!

  5. #5
    *nix Technical Support
    Overall activity: 35.0%

    Join Date
    Jan 2009
    Location
    /home/hellnoire
    Posts
    9,845
    Liked
    318 times
    Points
    26,077
    No problem. I might be in the process of moving to Linux full time... but I still remember my Windows commands.

  6. #6
    Senior Techie
    Overall activity: 22.0%

    Join Date
    Sep 2009
    Posts
    222
    Liked
    9 times
    Points
    2,739
    For over a year i have been having problems with slow browsing.First when using XP then with using W/7 .
    Tried everything to get it to run properly and nothing worked.
    The only thing I had not tried was removing the MVps host file so changed it back to Windows host file and now everything is working so much quicker.
    Just wish I had tried that a year or so earlier.
    I know it is not the question asked but thought that I would add it on in case others were having the same problem.
    I should add this was using IE8 and IE9 so just an Internet Explorer problem.

  7. #7
    *nix Technical Support
    Overall activity: 35.0%

    Join Date
    Jan 2009
    Location
    /home/hellnoire
    Posts
    9,845
    Liked
    318 times
    Points
    26,077
    Quote Originally Posted by jock View Post
    For over a year i have been having problems with slow browsing.First when using XP then with using W/7 .
    Tried everything to get it to run properly and nothing worked.
    The only thing I had not tried was removing the MVps host file so changed it back to Windows host file and now everything is working so much quicker.
    Just wish I had tried that a year or so earlier.
    I know it is not the question asked but thought that I would add it on in case others were having the same problem.
    I should add this was using IE8 and IE9 so just an Internet Explorer problem.
    Somehow, that doesn't surprise me that IE gave you issues, but the chances are good that it would have been any browser out there really.

 

 

Similar Threads

  1. News Server or File Hosts????
    By narender in forum General Forum
    Replies: 2
    Last Post: 03-13-2011, 09:12 PM
  2. What does orignal hosts file look like?
    By luffy in forum General Forum
    Replies: 9
    Last Post: 12-20-2010, 10:58 AM
  3. Replies: 7
    Last Post: 07-19-2010, 07:14 AM
  4. Blocking Unwanted Parasites with a Hosts File
    By smalldog in forum Software
    Replies: 0
    Last Post: 08-16-2009, 03:01 PM
  5. Spybot search and Destory Changing HOSTS File
    By blackrose in forum General Forum
    Replies: 6
    Last Post: 04-30-2009, 12:24 AM

Tags for this Thread

All times are GMT +8. The time now is 12:46 AM.