1. 查询A记录

 

   
   
   
   
  1. [root@localhost ~]# dig www.newegg.com.cn 
  2.  
  3. ; <<>> DiG 9.3.6-P1-RedHat-9.3.6-4.P1.el5 <<>> www.newegg.com.cn 
  4. ;; global options:  printcmd 
  5. ;; Got answer: 
  6. ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 47967 
  7. ;; flags: qr rd ra; QUERY: 1, ANSWER: 3, AUTHORITY: 0, ADDITIONAL: 0 
  8.  
  9. ;; QUESTION SECTION
  10. ;www.newegg.com.cn.             IN      A 
  11.  
  12. ;; ANSWER SECTION
  13. www.newegg.com.cn.      467     IN      CNAME   www.newegg.cloudex.net. 
  14. www.newegg.cloudex.net. 467     IN      CNAME   www1.newegg.gslb.cloudex.net. 
  15. www1.newegg.gslb.cloudex.net. 167 IN    A       210.14.67.180 
  16.  
  17. ;; Query time: 12 msec 
  18. ;; SERVER: 10.130.170.50#53(10.130.170.50) 
  19. ;; WHEN: Fri Apr  1 08:53:15 2011 
  20. ;; MSG SIZE  rcvd: 118 

2. 查询NS记录

 

   
   
   
   
  1. [root@localhost ~]# dig newegg.com.cn ns 
  2.  
  3. ; <<>> DiG 9.3.6-P1-RedHat-9.3.6-4.P1.el5 <<>> newegg.com.cn ns 
  4. ;; global options:  printcmd 
  5. ;; Got answer: 
  6. ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 31745 
  7. ;; flags: qr rd ra; QUERY: 1, ANSWER: 3, AUTHORITY: 0, ADDITIONAL: 0 
  8.  
  9. ;; QUESTION SECTION
  10. ;newegg.com.cn.                 IN      NS 
  11.  
  12. ;; ANSWER SECTION
  13. newegg.com.cn.          600     IN      NS      ns2.newegg.com.cn. 
  14. newegg.com.cn.          600     IN      NS      dns.magnellmail.net. 
  15. newegg.com.cn.          600     IN      NS      ns1.newegg.com.cn. 
  16.  
  17. ;; Query time: 20 msec 
  18. ;; SERVER: 10.130.170.50#53(10.130.170.50) 
  19. ;; WHEN: Fri Apr  1 09:04:22 2011 
  20. ;; MSG SIZE  rcvd: 100 

3. 查询SOA记录

   
   
   
   
  1. [root@localhost ~]# dig newegg.com.cn soa 
  2.  
  3. ;; QUESTION SECTION
  4. ;newegg.com.cn.                 IN      SOA 
  5.  
  6. ;; ANSWER SECTION
  7. newegg.com.cn.          600     IN      SOA     ns1.newegg.com.cn. it. 349 900 600 172800 600 

4. 查找授权dns服务器

   
   
   
   
  1. [root@localhost ~]# dig newegg.com.cn +nssearch 
  2. SOA ns1.newegg.com.cn. it. 349 900 600 172800 600 from server ns2.newegg.com.cn in 251 ms. 
  3. SOA ns1.newegg.com.cn. it. 349 900 600 172800 600 from server ns1.newegg.com.cn in 3 ms. 
  4. SOA dns1.magnellmail.net. it. 299 900 600 172800 600 from server dns.magnellmail.net in 284 ms. 

5.  从根服务器追踪解析

   
   
   
   
  1. [root@localhost ~]# dig www.newegg.com.cn +trace                                
  2. www.newegg.com.cn +trace 
  3. ;; global options:  printcmd 
  4. .                       3600    IN      NS      k.root-servers.net. 
  5. .                       3600    IN      NS      j.root-servers.net. 
  6. .                       3600    IN      NS      i.root-servers.net. 
  7. .                       3600    IN      NS      h.root-servers.net. 
  8. .                       3600    IN      NS      g.root-servers.net. 
  9. .                       3600    IN      NS      f.root-servers.net. 
  10. .                       3600    IN      NS      e.root-servers.net. 
  11. .                       3600    IN      NS      d.root-servers.net. 
  12. .                       3600    IN      NS      c.root-servers.net. 
  13. .                       3600    IN      NS      b.root-servers.net. 
  14. .                       3600    IN      NS      a.root-servers.net. 
  15. .                       3600    IN      NS      m.root-servers.net. 
  16. .                       3600    IN      NS      l.root-servers.net. 
  17. ;; Received 505 bytes from 10.130.170.50#53(10.130.170.50) in 4 ms 
  18.  
  19. cn.                     172800  IN      NS      b.dns.cn. 
  20. cn.                     172800  IN      NS      ns.cernet.net. 
  21. cn.                     172800  IN      NS      c.dns.cn. 
  22. cn.                     172800  IN      NS      a.dns.cn. 
  23. cn.                     172800  IN      NS      e.dns.cn. 
  24. cn.                     172800  IN      NS      d.dns.cn. 
  25. ;; Received 298 bytes from 192.58.128.30#53(j.root-servers.net) in 34 ms 
  26.  
  27. newegg.com.cn.          21600   IN      NS      ns2.newegg.com.cn. 
  28. newegg.com.cn.          21600   IN      NS      ns1.newegg.com.cn. 
  29. ;; Received 103 bytes from 203.119.26.1#53(b.dns.cn) in 62 ms 
  30.  
  31. www.newegg.com.cn.      600     IN      CNAME   www.newegg.cloudex.net. 
  32. www.newegg.cloudex.net. 455     IN      CNAME   www1.newegg.gslb.cloudex.net. 
  33. ;; Received 102 bytes from 222.73.69.44#53(ns2.newegg.com.cn) in 3 ms 

6. 在指定dns服务器查询

   
   
   
   
  1. [root@localhost ~]# dig @202.96.209.133 www.newegg.com.cn 
  2.  
  3. ; <<>> DiG 9.3.6-P1-RedHat-9.3.6-4.P1.el5 <<>> @202.96.209.133 www.newegg.com.cn 
  4. ; (1 server found) 
  5. ;; global options:  printcmd 
  6. ;; Got answer: 
  7. ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 54006 
  8. ;; flags: qr rd ra; QUERY: 1, ANSWER: 3, AUTHORITY: 0, ADDITIONAL: 0 
  9.  
  10. ;; QUESTION SECTION
  11. ;www.newegg.com.cn.             IN      A 
  12.  
  13. ;; ANSWER SECTION
  14. www.newegg.com.cn.      534     IN      CNAME   www.newegg.cloudex.net. 
  15. www.newegg.cloudex.net. 534     IN      CNAME   www1.newegg.gslb.cloudex.net. 
  16. www1.newegg.gslb.cloudex.net. 234 IN    A       210.14.67.180 
  17.  
  18. ;; Query time: 4 msec 
  19. ;; SERVER: 202.96.209.133#53(202.96.209.133) 
  20. ;; WHEN: Fri Apr  1 09:16:21 2011 
  21. ;; MSG SIZE  rcvd: 118