12 comments

  1. kingpin

    Hey about DNS Jumper,care to give it try.New version is available but it’s not working on win7 so try v1.02.
    Here the link:

    http://www.sordum.com/?p=2073

    What do u think?

  2. Saurabh

    I have been using OpenDNS for a long time and will continue using it for its security features but I was a little surprised to find my ISP DNS server much faster than OpenDNS , Google dns and the others. Looks like the big guys don’t see any point in setting servers near our region (India).

  3. Golden Code

    Hi! Google has very easy to remember DNS IP addresses:
    8.8.8.8 and 8.8.4.4. It’s very helpful when your DNS suddenly stops working:)

  4. Vincent Chow

    I’m coming back to this article several times via Google (keyword: rarst check dns), all just because I couldn’t locate it on my computer and I don’t remember its name. Damn.

  5. Nime

    @echo off

    REM //NSLOOKUP batch check utility v1.0
    REM //Author: Emin Akbulut eminakbulut@gmail.com
    REM //Date: 03 June 2010
    REM //This code is freeware
    REM //Usage: Modify the DNS and host lists below, at line 23, then simply run the batch file.

    SET timeout=5

    IF “%1″ == “/check” GOTO loopit

    :start
    cls
    if exist %0.log del %0.log > nul %2>nul
    if exist %0.bat.log del %0.bat.log > nul %2>nul
    echo —————————————
    echo Starting… %date% %time:~0,8%
    echo —————————————
    echo Report created on %date% %time:~0,8% >> %0.log
    REM %%A for DNS Servers list, %%B for target hosts to be checked
    FOR %%A IN (195.175.39.39 195.175.39.40 8.8.8.8) DO FOR %%B IN (google.com yourdomain.com mail.yourdomain.com) DO CALL %0 /check %%A %%B

    echo ————————————— >> %0.log
    echo —————————————
    echo Done. Press any key to examine the log file…
    Pause > nul
    start notepad “%~0.log”
    GOTO done

    :loopit
    echo ————————————— >> %0.log
    echo nslookup %3 %2
    echo nslookup %3 %2 >> %0.log
    nslookup -timeout=%timeout% %3 %2 >> %0.log 2>nul

    :done

  6. velociraptor

    Dns jumper v1.0.3 was beta , but new version v1.0.4 working on windows 7 well and not beta (first stable release) Please try v1.0.4
    http://www.sordum.com/?p=4573

2 pingbacks

  1. [...] Rarst.net Test and choose DNS server that performs best for you [...]

  2. [...] claims to speed up your internet experience and improve security—so which to choose?Rarst suggested two tools to test which DNS server has the best performance for you, namely namebench and DNS [...]

Leave a Reply

You must be logged in to post a comment.

Subscribe to followup comments via RSS