Results 1 to 3 of 3

Thread: How can I test DNS cache

  1. #1
    Join Date
    Jun 2009
    Posts
    1,205

    How can I test DNS cache

    I am on Windows 2003 server. I would like to test my DNS server for DNS cache poisoning. But I don't know how to do so! Can you help me how can I test DNS cache?

  2. #2
    Join Date
    May 2008
    Posts
    551

    Re: How can I test DNS cache

    DNS cache poisoning is a special situation that provides data to a Domain Name Server that did not originate from authoritative DNS sources. It occur if DNS "spoofing attack" has been encountered. To test your DNS server, below is the command that you can use:

    Code:
    $ dig +short @{name-server-ip} porttest.dns-oarc.net txt
    $ dig +short @ns1.example.com porttest.dns-oarc.net txt
    $ dig +short @208.67.222.222 porttest.dns-oarc.net txt
    Code:
    $ dig +short @125.22.47.125 porttest.dns-oarc.net txt

  3. #3
    Join Date
    Jan 2006
    Posts
    3,792

    Re: How can I test DNS cache

    You can even use "ping" command to check your connection. First use "ipconfig" command to flush DNS as follows:

    Code:
    ipconfig/flushdns
    Code:
    ipconfig/registerdns
    This is renew your DNS cache. Finally you can use ping command to check the connection.

    Code:
    ping yahoo.com

Similar Threads

  1. Acid3 Test and HTML5 Test on LG Nitro HD
    By Dragonball Z in forum Portable Devices
    Replies: 6
    Last Post: 23-12-2011, 12:54 PM
  2. Replies: 6
    Last Post: 12-09-2011, 11:05 PM
  3. Replies: 5
    Last Post: 27-08-2011, 07:45 AM
  4. Cache settings (intensive cache usage)
    By Valliy in forum Technology & Internet
    Replies: 7
    Last Post: 02-07-2010, 07:13 AM
  5. Replies: 6
    Last Post: 20-06-2006, 07:20 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,752,112,787.72159 seconds with 16 queries